Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Creating local function libraries 2001-12-05 -- Maurice Pilotte > I have a been able to create a dll (based on clarion functions) that can be
> compiled with a standalone(c55runxDLL). How can I remake the dll so that it
> can be compiled into a local runtime library? (using c55gEE)
This can be done in the app file in the Projects / Properties. For a DLL,
set the Target Type to DLL and the Runtime Library to Standalone.
For a local library change the Target Type to LIB and the Runtime Library to
Local.
In the Project tree, remove the default Target File and add
Today is November 21, 2024, 9:37 am This article has been viewed 35291 times.
|
|