![]() Renaming extsub.dll |
![]() Virtual Machine |
![]() |
The default name of the built DLL is extsub.dll, but you can modify the makefile (makefile) and rename it to something more appropriate if you wish, but you must also modify the LIBRARY statement in the extsub.def file to declare the same name. Please refer to your Microsoft Windows SDK documentation for further information.
The simplest way to do this is to change the LIBRARY statement in the file extsub.def and the NAME assignment in the file makefile; you will find both settings at the start of their respective files and they should declare the same DLL name. This change will build a new DLL comprising modules extsub.c and cstubs.c, as before.
Topic ID: 750049