U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » DLI doc fix
DLI doc fix [message #28568] Tue, 07 September 2010 15:45 Go to previous message
koldo is currently offline  koldo
Messages: 3460
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:
#include <Core/dli.h>


instead of
#include <Core/dli_header.h>


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problem and fix in LocalProcess
Next Topic: [BUG&FIX] LocalProcess can not be reused
Goto Forum:
  


Current Time: Tue Jun 16 12:43:00 GMT+2 2026

Total time taken to generate the page: 0.00401 seconds