Home » U++ Library support » U++ Core » DLI doc fix
DLI doc fix [message #28568] |
Tue, 07 September 2010 15:45  |
 |
koldo
Messages: 3432 Registered: August 2008
|
Senior Veteran |
|
|
Hello all
In DLI doc here http://www.ultimatepp.org/srcdoc$Core$DLI$en-us.html there are things that perhaps is necessary to fix:
- #define DLLCALL LNPUBLIC
If I put this line I get errors. Removing it everything works fine.
- It is said:
Quote: | place
#define DLLFILENAME "nnotes.dll"
#define DLIMODULE NOTES
#define DLIHEADER <notes/notes.dli>
#define DLLCALL LNPUBLIC
#include <Core/dli_header.h>
to common header file and
#define DLLFILENAME "nnotes.dll"
#define DLIMODULE NOTES
#define DLIHEADER <notes/notes.dli>
#define DLLCALL LNPUBLIC
#include <Core/dli_header.h>
to some .cpp file
|
I think in the .cpp file it has to appear:
instead of
#include <Core/dli_header.h>
Best regards
Iñaki
|
|
|
|
|
|
Goto Forum:
Current Time: Tue Apr 29 09:27:28 CEST 2025
Total time taken to generate the page: 0.01041 seconds
|