On 8. Dec 2007, at 12:45, Stefanie Höpner wrote: > Hello, > i am using Equalizer 0.4.1 with the Visual Studio Express Edition > under Windows Vista. > Compiling “Equalizer Client Library” I get several LNK2001 and > LNK2019 errors regarding messagePump.obj, pipe.obj, window.obj and > wglEventHandler.obj.
Hi Stefanie, I haven't tried Vista nor VS Express with Equalizer. LNK2001 and 2019 seem to be unresolved symbols. If you don't solve it yourself (see below), can you open a bug and attach the build log to it? If you do solve it, can you either send me your changes or post here what you did? > “Equalizer Server” and “Equalizer Server Library” compile fine. > The *.obj files exist on the hdd, but the linker seems to fail for > some reason while trying to link them. I cleaned and rebuilt the > projects several times but none of these approaches worked. So is > there anything I miss concerning the configuration of the linker? You can have a look at the link command line. Imo the objects should be linked. Maybe you need to explicitly add the dependeny libraries to the projects. On my VS2005 adding a project dependency seems to automatically add the .lib file. HTH, Stefan. _______________________________________________ eq-dev mailing list [email protected] https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

