On Sat, Jan 10, 2009 at 08:02:35AM -0800, Angelo Ulivieri wrote:
> I downloaded the file you sent me. If I understand, you would that I start  
> this file as a standalone program with visual studio. To do this, it's 
> necessary to add a number of  (.lib) to the path of the compiler, but I 
> cannot find what of these files is to add to Visual Studio.
> I try with this list, taken from the makefile of threshold-example 
> (gdk_pixbuf-2.0.lib atk-1.0.lib glib-2.0.lib  gmodule-2.0.lib gobject-2.0.lib 
>   gtk-win32-2.0.lib gtkglext-win32-1.0.lib gdkglext-win32-1.0.lib  intl.lib  
> iconv.lib libjpeg.dll.a.lib  jpeg.lib pango-1.0.lib pangowin32-1.0.lib 
> cairo.lib  libpng.dll.a.lib libz.dll.a.lib libtiff.dll.a.lib tiff.lib png.lib 
> ). But it doesn't work.
> Do you have a list of the necessary files .lib to add in Visual Studio?

Gwyddion libraries, i.e. libgwyddion2-0.lib, libgwyprocess2-0.lib, etc.
are definitely missing.  And I do not think the *.dll.a.lib files belong
there.  Beyond that, I cannot tell.

If you get a failure during the link step, does it say which symbol it
cannot find?  The corresponding library is usually evident from the
symbol name because all the libraries prefix function names with the
library name: gtk_something, g_something, pango_something, etc.

I am sorry I cannot help you more concretely,

Yeti


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Gwyddion-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gwyddion-users

Reply via email to