For Programmers: Free Programming Magazines  


Home > Archive > Clipper > January 2006 > DLL









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author DLL
Marbel Paolucci

2006-01-10, 3:55 am

hello,
I am not a clipper programmer. I am wondering if it possibile to
exports some function written in clipper into a DLL file ?

Thanks
marco
Klas Engwall

2006-01-10, 3:55 am

Marco,

>I am not a clipper programmer. I am wondering if it possibile to
>exports some function written in clipper into a DLL file ?


Clipper source code is compiled to p-code, so the Clipper runtime is
required to run it. You can modularize a Clipper application by
creating external overlays (.OVL) or prelinked libraries (.PLL) but
you cannot create .DLL files for use outside of the Clipper
environment.

Regards,
Klas

-------
klas dot engwall at engwall dot com

http://www.engwall.com/clipper/

The LFN Library for Clipper
The LanMan Library for Clipper
The NFPAT1A Timeslice release patch for the Nanforum Toolkit
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com