Bochs/bochs-testing/plugin-test/test9-modclass
Bryce Denney dad1e7b3e9 - build the module symbol name myself instead of letting ltdl do it. On win32
I'm using ltdl even it considers my DLLs to NOT be a libtool archive, and
this is making the symbol name transformation mess up.  If I do it myself,
I can avoid this.
2002-10-17 06:49:44 +00:00
..
main.cc
main.h
Makefile.in
module1.cc
module2.cc
modules.h
README
uselib.out.expected

test9-modclass

Try to put a class definition in a module, and call it from the
executable.  The definition of ModuleGadget is ONLY defined in
module1, and no class is defined in module2.  I was just trying
to keep it simple, and take one step at a time.