Bochs/bochs-testing/plugin-test/test8-execlass
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 - build the module symbol name myself instead of letting ltdl do it. On win32 2002-10-17 06:49:44 +00:00
main.h - for win32 dll, must export Widget class and array of Widget pointers 2002-10-16 22:33:32 +00:00
Makefile.in - add test8-execlass, which defines a C++ class in the executable, and 2002-10-16 13:28:17 +00:00
module1.cc - change symbols to "module1_LTX_name" instead of "libmodule1_LTX_name" 2002-10-17 06:48:05 +00:00
module2.cc - change symbols to "module1_LTX_name" instead of "libmodule1_LTX_name" 2002-10-17 06:48:05 +00:00
modules.h - eliminate duplicate symbol names in modules 2002-10-17 05:39:41 +00:00
README - add test8-execlass, which defines a C++ class in the executable, and 2002-10-16 13:28:17 +00:00
uselib.out.expected - add test8-execlass, which defines a C++ class in the executable, and 2002-10-16 13:28:17 +00:00

test8-execlass

Try to put a class definition in the main executable, and have the
modules call it.