| Jugoslav Dujic 2004-06-29, 3:57 am |
| rih5342 wrote:
| Okay, making progress here.
|
| I've confirmed the internal name to the DLL
| by doing the following.
|
| ->dumpbin /EXPORTS OneWay.dll >OneWay.txt
|
| 38 9 00021AB0 AppStatus
That indicates that exported name (ALIAS) is "AppStatus", but
since there's no decoration, is there perhaps an additional
export of "AppStatus", with some additional bits'n'pieces
around it?
| Can I extract an .obj from the .dll?
| How do I make the linker see the file?
| The MSVC librarian (lib.exe) says the .dll is corrupt.
| Is lib.exe the correct tool?
| What is a def file?
http://groups.google.com/groups?hl=...tpnet.pl&rnum=1
--
Jugoslav
___________
www.geocities.com/jdujic
Please reply to the newsgroup.
You can find my real e-mail on my home page above.
|