Bochs/bochs-testing/plugin-test/test8-execlass/uselib.out.expected
Bryce Denney 4cbcd6550b - add test8-execlass, which defines a C++ class in the executable, and
tests that the modules can access it
2002-10-16 13:28:17 +00:00

22 lines
758 B
Plaintext

start
loading module1
loading module from VARIES{xxx}
handle is VARIES{xxx}
module_init function is at VARIES{xxx}
Calling module_init
module1 init for main version uselib-test6-1.0
register_module was called by module 'module1'
module1 is examining widgets[2]
module1: widgets[2] name is 'Mikhail'
module1 will print every widget that it can find
module1: widgets[0] is [Widget id=1, name='Fred', weight=1.0100]
module1: widgets[1] is [Widget id=2, name='Erma', weight=0.7600]
module1: widgets[2] is [Widget id=3, name='Mikhail', weight=2.2500]
loading module from VARIES{xxx}
handle is VARIES{xxx}
module_init function is at VARIES{xxx}
Calling module_init
module2 init for main version uselib-test6-1.0
register_module was called by module 'module2'
stop