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.
source
share