New user

Everything else that doesn't fall into one of the other PB categories.
BinoX
User
User
Posts: 46
Joined: Mon Jan 31, 2005 11:57 am

New user

Post by BinoX »

Hi there,

I've just purchased PB after using the demo for a few weeks to get used to it.

What I'm mainly looking to use it for is to create DLL files to use with a program that I've been writing in c++ for the last year. I wanted the program to be multi-platform but had never found a good way of doing it. So now I'm using pure basic to write the input and output libraries for my app.

The question I have is how do I create a c++ header file to reference a PureBasic made dll?

(I know it's a bit of a n00b question but I've never written a header file to reference an external library before, I just used to pinch the old one from my dll project ;))

The Function is called StartSillyLoop and takes an integer as an argument.
Could someone give me an example for that?

Thanks.
User avatar
Inner
PureBasic Expert
PureBasic Expert
Posts: 714
Joined: Fri Apr 25, 2003 4:47 pm
Location: New Zealand

Post by Inner »

I don't have a reply for you, but someone will soon. I thought I'd just drop in and say welcome to the purebasic board ;)
User avatar
GedB
Addict
Addict
Posts: 1313
Joined: Fri May 16, 2003 3:47 pm
Location: England
Contact:

Post by GedB »

What compiler are you using?
BinoX
User
User
Posts: 46
Joined: Mon Jan 31, 2005 11:57 am

Post by BinoX »

GedB wrote:What compiler are you using?
Using Visual c++ .net as a compiler
Post Reply