On 19. Nov 2012, at 22:12, rarum [via Software] <[email protected]> wrote:
> in eqPlyConverter main.cpp file missing return 0 on end of file ....it is > necessary to successfull exit on cmd.exe Ok, done. Although it seems weird... > error channel.obj :error LNK2019: unresolved external symbol "public: void > __thiscall eq::FrameData::resetPlugins(void)" > (?resetPlugins@FrameData@eq@@QAEXXZ) referenced in function "protected: > virtual bool __thiscall eqPixelBench::Channel::configExit(void)" > (?configExit@Channel@eqPixelBench@@MAE_NXZ) > > I solve this only by removing calling resetPlugins from code Not sure what's going on here. Looks like an incomplete build, since the method is exported and defined. HTH, Stefan. -- View this message in context: http://software.1713.n2.nabble.com/Eqalzier-on-MVS2010-tp7581768p7581777.html Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

