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: 3437 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
|
|
|
 |
|
How to create a U++ based DLL?
By: lectus on Mon, 31 December 2012 02:50
|
 |
|
Re: How to create a U++ based DLL?
By: koldo on Mon, 31 December 2012 08:38
|
 |
|
Re: How to create a U++ based DLL?
By: lectus on Mon, 31 December 2012 19:16
|
 |
|
Re: How to create a U++ based DLL?
By: 281264 on Sun, 06 January 2013 16:24
|
 |
|
Re: How to create a U++ based DLL?
By: koldo on Mon, 07 January 2013 08:50
|
 |
|
Re: How to create a U++ based DLL?
By: lectus on Mon, 07 January 2013 16:24
|
 |
|
Re: How to create a U++ based DLL?
By: lectus on Thu, 17 January 2013 20:51
|
 |
|
Re: How to create a U++ based DLL?
By: koldo on Fri, 18 January 2013 08:42
|
 |
|
Re: How to create a U++ based DLL?
By: lectus on Fri, 18 January 2013 14:24
|
 |
|
Re: How to create a U++ based DLL?
By: koldo on Fri, 18 January 2013 20:06
|
 |
|
Re: How to create a U++ based DLL?
By: 281264 on Sat, 16 February 2013 21:54
|
 |
|
Re: How to create a U++ based DLL?
By: koldo on Mon, 18 February 2013 08:48
|
Goto Forum:
Current Time: Mon Jul 07 05:08:38 CEST 2025
Total time taken to generate the page: 0.02866 seconds
|