GuiAVIBitmapCtrl openFile failure
by Joseph Bullock · in Technical Issues · 12/07/2006 (1:40 am) · 0 replies
Was wondering if anyone else ever had a problem with this line in the guiAVIBitmapCtrl
rval = AVIFileOpen(&mPFile, mAviFilename, OF_SHARE_DENY_WRITE, 0);
My return value is always equal to REGDB_E_CLASSNOTREG
I have tried several codecs and was wondering if anything else could be the problem, or if anyone knew what was going on.
rval = AVIFileOpen(&mPFile, mAviFilename, OF_SHARE_DENY_WRITE, 0);
My return value is always equal to REGDB_E_CLASSNOTREG
I have tried several codecs and was wondering if anything else could be the problem, or if anyone knew what was going on.