Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 3357
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: Sat Apr 27 17:05:41 CEST 2024

Total time taken to generate the page: 0.03501 seconds