Bryce Denney
|
14a35053a0
|
- include stdlib.h so that exit is defined.
|
2002-10-16 04:40:21 +00:00 |
|
Bryce Denney
|
837d985b19
|
- call exit(77) for success. 77 was chosen arbitrarily; it is unlikely that a
malfunctional program could return this code by accident.
|
2002-10-16 04:07:58 +00:00 |
|
Bryce Denney
|
21df25a043
|
- add error when you try to compile this for nonwindows platform
|
2002-10-16 02:21:38 +00:00 |
|
Bryce Denney
|
afe8489945
|
- change main.cc to use LoadLibrary/GetProcAddress instead of ltdl library
- change MAINAPI macro to make code more readable
|
2002-10-14 20:43:33 +00:00 |
|
Bryce Denney
|
d52e44afdb
|
- test7-win32dll began life as an exact copy of test6-ltdlopen. This
revision is exactly the same as the present versin from test6-ltdlopen.
- added: Makefile.in README main.cc main.h module1.cc module2.cc
|
2002-10-14 20:34:13 +00:00 |
|