Hi, I updated to the latest change(3062) this morning and compiled it with
vs2005 sp1. Then I got the link errors as follow:


1>------ Build started: Project: eVolve Volume Rendering Example,
Configuration: Debug Win32 ------
2>------ Build started: Project: eqPly Polygon Rendering Example,
Configuration: Debug Win32 ------
1>Linking...
2>Linking...
2>node.obj : error LNK2019: unresolved external symbol "protected: virtual
bool __thiscall eq::Node::configInit(unsigned int)" (?configi...@node@eq@
@mae...@z) referenced in function "protected: virtual bool __thiscall
eqPly::Node::configInit(unsigned int)" (?configi...@node@eqPly@@mae...@z)
1>node.obj : error LNK2019: unresolved external symbol "protected: virtual
bool __thiscall eq::Node::configInit(unsigned int)" (?configi...@node@eq@
@mae...@z) referenced in function "protected: virtual bool __thiscall
eVolve::Node::configInit(unsigned int)" (?configi...@node@eVolve@@mae...@z)
2>node.obj : error LNK2019: unresolved external symbol "protected: virtual
bool __thiscall eq::Node::configExit(void)" (?confige...@node@eq@@MAE_NXZ)
referenced in function "protected: virtual bool __thiscall
eqPly::Node::configExit(void)" (?confige...@node@eqPly@@MAE_NXZ)
2>../build/VS2005/Win32/Debug/eqPly.exe : fatal error LNK1120: 2 unresolved
externals
1>node.obj : error LNK2019: unresolved external symbol "protected: virtual
bool __thiscall eq::Node::configExit(void)" (?confige...@node@eq@@MAE_NXZ)
referenced in function "protected: virtual bool __thiscall
eVolve::Node::configExit(void)" (?confige...@node@eVolve@@MAE_NXZ)
1>../build/VS2005/Win32/Debug/eVolve.exe : fatal error LNK1120: 2 unresolved
externals
2>Build log was saved at "file://d:\Projects\eq\src
svn\obj\VS2005\eqPly\Win32\Debug\BuildLog.htm"
2>eqPly Polygon Rendering Example - 3 error(s), 0 warning(s)
1>Build log was saved at "file://d:\Projects\eq\src
svn\obj\VS2005\eVolve\Win32\Debug\BuildLog.htm"
1>eVolve Volume Rendering Example - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 2 failed, 16 up-to-date, 0 skipped ==========


That seems because of not "EQ_EXPORT " the two virtual functions of
eq::Node::ConfigInit
or eq::Node::ConfigInit in the file lib/client/node.h
Is it just a slip?
_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to