Nov 13, 2002 #1 ieva Programmer Nov 8, 2002 3 LV I have to make DLL using Borland C++ DLL is made but it has no entry point (though external functions are defined). What does it mean?
I have to make DLL using Borland C++ DLL is made but it has no entry point (though external functions are defined). What does it mean?
Nov 17, 2002 #2 butthead Programmer Feb 24, 2002 545 US DLL,example of creating This is the name of the listing in the borland help files. if you follow the example you should have no problem building a basic dll. Upvote 0 Downvote
DLL,example of creating This is the name of the listing in the borland help files. if you follow the example you should have no problem building a basic dll.