On Tue, Jan 13, 2009 at 08:40:57AM -0800, Angelo Ulivieri wrote: > The error I have when I compile your file is: "Cannot open include file: > 'app/gwyapp.h': No such file or directory > Error executing cl.exe." > I believe this is the first file included in your .c and visual studio cannot > find it.
You need to add the paths to Gwyddion headers to the include search path. Only one directory should be actually required: that containing app, libgwyddion, libgwymodule and the other subdirectories with headers. > I've used OpenCV with visual studio some time ago and I believe the method is > the same: we have some libraries and to use them, it needs to add some > dependencies to our project. When I've installed the GTK some of these > dependencies were added to visual studio, but it seems that it needs other. > > No one has never used Gwyddion libraries with visual studio? I cannot find > with google examples of dependencies to add in my project. Well, I did, about four years ago, and I added the paths manually then. If you know how to register libraries for development with Visual Studio during the installation, please tell, it can be probably done, I just do not know how to do this. Despite having quite a few Windows users, Gwyddion have never had any developer who would really understand MS Windows, so things are as they are... Regards, Yeti ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Gwyddion-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gwyddion-users
