Login
`
Templates, Tools and Utilities
|
||
Icetips Article
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, 5:24 am This article has been viewed 35289 times.
|
|