Hi there :)
I got a small problem using the aviplay-library with dlopen :(
We have got a small program for data-analyzation wich can write
(thanks to your library) avi-files. But since
it is a batch-tool and the output is grep'ed by other utilities the
output of the library_init is a bit annoying. (CPU-Autodetection for
example). So i tried to use dlopen with the libaviplay library to only
init the library when it is really needed.
I created a (very) small wrapper-lib which provides the C-functions to create
the needed classes (always problems with using c++ and dlopen)
Whith it i can create the CImage and IAviWriteFile and so on, but when
it comes to the linkage of the program i got a problem because it
needs the avm::vector<AttributeInfo> constructor and destructor
routine since it is used in image.h which is included in my program:
...
class IRtConfig
{
static const avm::vector<AttributeInfo> empty;
...
Can anyone give me a hint, how to solve this problem, maybe someone
else has used the avifile-library with dynamic loading ?
Any help is appreciated.
Greets
Martin
_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile