Anq
Prince
Ah I did omit compiling the dll in 10907!
OK I will take a close look at 10907 now
I added three virtual keywords here, it could be this!
Edit:: Confirmed, it's this that made the EffectInfo nontransparent to the exe
OK I will take a close look at 10907 now
Code:
CvScalableInfo
{
virtual bool read(CvXMLLoadUtility* pXML);
// serialization
virtual void read(FDataStreamBase* pStream) {}
virtual void write(FDataStreamBase* pStream) {}
}
Edit:: Confirmed, it's this that made the EffectInfo nontransparent to the exe
Last edited: