|
|
Home » Community » Newbie corner » How to create a U++ based DLL?
|
Re: How to create a U++ based DLL? [message #38631 is a reply to message #38629] |
Mon, 31 December 2012 08:38   |
 |
koldo
Messages: 3432 Registered: August 2008
|
Senior Veteran |
|
|
Hello Lectus
1. In Main package configuration, choose DLL or Dynamic Library.
2. Put this before the function declaration and definition of all the functions that you want to export (call from other program):
extern "C" __declspec(dllexport)
3. Call it
Best regards
Iñaki
[Updated on: Mon, 31 December 2012 08:41] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Mon Apr 28 15:33:10 CEST 2025
Total time taken to generate the page: 0.01052 seconds
|
|
|