How to configure Glib on Microsoft Visual Studio 2010?

I am trying to pass a C project written to work on Linux to Windows. This is a simple project that depends on the CUDA and Glib libraries.

I believe the best way is to compile with Microsoft Visual Studio 2010, but I have no idea to associate Glib with this project. CUDA code is going well, but every call to Glib methods generates an "unresolved external character" error.

+5
source share
1 answer

I just solved the problem with this guide to configure GTK on Visual Studio 2008: http://www.etechplanet.com/blog/visual-studio-2008-configuration-for-gtk2b-gui-development.aspx

, , Tools/Options/V++, VS2010. .

+3

All Articles