kurt stockman wrote:
hi,
did a gem-cvs build this morning (GEM: ver: 0.888-pre1); counter & friends seem to be gone....
I remember a thread about putting those objects in a seperate library: which lib would that be and where can i get it?
or;
where in the gem makefile(s)/sources can i tell my compiler/gem to build/include the objects?
this is a problem with the new self-registering functions, where MarkEx has simply been forgotten.
i have just checked the appropriate changes in, but youcan do it yourself, by just adding the following lines to the end of MarkEx/MarkExSetup();
// <snip> class markex_cppclass { public: markex_cppclass(){MarkEx_setup();} }; static markex_cppclass markex_instance; // </snip>
mfg.as.dr IOhannes