> 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.