![]() |
![]() ![]() ![]() ![]() ![]() |
![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
FiveDLL | ||||||||
![]() Create True Windows DLL's From Clipper/FiveWin Code!![]() FiveDLL allows you create a Windows DLL with Clipper code and run this from a FiveWin application. Clipper Functions and Public Variables can be called from both Executable and DLL. Also C Code can be placed into the DLL that calls documented and undocumented api functions linked into the Executable. With FiveDLL, you can:
FiveDll UsageTo create a DLL with FiveDB, first compile all your modules that are to be included in the DLL. Include the NODEFLIB command in the Link script, because otherwise the standard \ clipper libraries will be linked into your DLL, which will make a dead sure GPF generator of your DLL. Clipper libraries have to be linked inot the main executable; they are unfortunately not programmed to work in a DLL, where the Stack and the DGROUP are in different segments. Some of the functions may work, while others definately will not, so make sure that the libs stay out of your DLL. The only LIB that is linked to the DLL ( beside FiveDLL.LIB ) is FiveWins Implib WINAPI.LIB. Include EXPORTS DLLSymInit in the link script, and EXPORTS any other functions in the DLL that you want to call from outside the DLL (namely your exe) .Run your make/link script, and your DLL will be created, you might now add your resources to this DLL. There are two ways you can use your DLL from the Executable:
System Requirements:
FiveDLL is "electronically delivered" only Search HALLoGRAM || Request More Information CALL TOLL FREE 1-866-340-3404 |
|
|||||||
Copyright
�2002 HALLoGRAM Publishing, Aurora CO. All Rights Reserved All products mentioned in this site are trademarks of their respective owners Prices are subject to change without notice caksgkim |