`
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 Printed November 21, 2024, 12:42 pm This article has been viewed/printed 35291 times. |