Bochs/bochs-testing/plugin-test/test8-execlass
2002-10-16 22:33:32 +00:00
..
main.cc - add test8-execlass, which defines a C++ class in the executable, and 2002-10-16 13:28:17 +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 - add test8-execlass, which defines a C++ class in the executable, and 2002-10-16 13:28:17 +00:00
module2.cc - add test8-execlass, which defines a C++ class in the executable, and 2002-10-16 13:28:17 +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.