GTK+ adding references in MonoDevelop

一世执手 提交于 2020-01-06 05:23:10

问题


I am currently developing a GTK# application which will use a component to view a web page and make connection to an FTP server. So I found these two libraries, Webkit for viewing the web page and gFTP for the FTP connection.

Now I've added the packages using Synaptic Package Manager. And the package references are added to a folder called '/usr/lib/pkconfig/'.

Apparently this should add the libraries to the references-list I can use from in MonoDevelop, but neither of them show up. =/

I already tried rebooting MonoDevelop and my computer (yes, I am a Windows-user), but it did not work. Any suggestions?


回答1:


Monodevelop only shows managed libraries (.net assemblies) in the references list. What you installed are native libraries which can't be directly used in gtk#.



来源:https://stackoverflow.com/questions/6918858/gtk-adding-references-in-monodevelop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!