A real Library SDK for v4 ?

Everything else that doesn't fall into one of the other PB categories.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

A real Library SDK for v4 ?

Post by Polo »

Hi !
One of the thing I was hoping for v4 was a real SDK for creating Purebasic libraries.
For the moment we have a few examples for ASM or LCC (that I'm not able to compile under VC++6, don't know why...), but nothing universal.
I really hope we'll get something better soon, for the moment it looks a bit messy, and is not easy at all to use (if the includes files were working with vc it would be better :))
inc.
Enthusiast
Enthusiast
Posts: 406
Joined: Thu May 06, 2004 4:28 pm
Location: Cologne/GER

Post by inc. »

LCC (that I'm not able to compile under VC++6, don't know why...)
Imho Remy Meier also repoted that once. It seems that the main header file for userlibs contains some stuff incompatible with VC++ !?
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

I get userlibrary compiled from vc++ 6,vc 2005,pelle's c, devc++ and lcc (with a lot of tweaks), the problem is not really from PB but from the win32 implementation of these compilers.
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
remi_meier
Enthusiast
Enthusiast
Posts: 468
Joined: Sat Dec 20, 2003 6:19 pm
Location: Switzerland

Post by remi_meier »

The problem is not compiling the userlib (here) but returning strings
from a procedure. The macros just aren't working in VC++.
Athlon64 3700+, 1024MB Ram, Radeon X1600
Fred
Administrator
Administrator
Posts: 18352
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

About the string returns, it has been changed to be eaiser to handle in C, so VC++ should be no more problem now.
Post Reply