Re: [GD-Windows] GetProcAddress()
Brought to you by:
vexxed72
From: Erwin de V. <er...@vo...> - 2001-10-16 18:39:27
|
> Three possibilities: > > 1. Export as extern "C" which will remove most of the mangling. Hmmm. I could try this. > 2. Use a .def file to name the exports how you like, just like the good > old Win3 days. I try to prevent that! > 3. Write a tool that postprocesses an exe to rename the entries in the > export table. Hmm. That seems like an excessive amount of work. Isnt there some way to look into a dll and check what functions it exports? Erwin |