5

我正在尝试将编写用于在 Linux 上工作的 C 项目移植到 Windows。这是一个依赖 CUDA 和 Glib 库的简单项目。

我相信最好的方法是使用 Microsoft Visual Studio 2010 进行编译,但我不知道如何将 Glib 链接到这个项目。CUDA 代码运行良好,但每次调用 Glib 方法都会生成“未解析的外部符号”错误。

4

1 回答 1

3

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

The only change i done was about the Tools/Options/VC++ Directories because this was deprecated on VS2010. I added the paths directly to the project properties.

于 2012-09-11T04:31:46.533 回答