Theos PowerBasic Museum 2017

Webmaster: José Roca (PBWIN 10+/PBCC 6+) (SDK Forum) => Discussion => Topic started by: Dan Campbell on May 15, 2013, 02:29:57 PM

Title: Which is the best link or post to start with?
Post by: Dan Campbell on May 15, 2013, 02:29:57 PM
Hi,

I'll need to convert C headers from third-party libraries, as well as C/C++ DLL calls, to Powerbasic, as part of a longer project.  Possibly SWI-Prolog, will be one of those libraries.

What is the best post on this board, to start from?  Also, are there any examples of some C headers compared to the equivalent Powerbasic headers, as well as examples of DLL calls, to look at?  I've seen scattered notes, but haven't located a central document, yet.

Title: Re: Which is the best link or post to start with?
Post by: José Roca on May 15, 2013, 04:46:21 PM
If you download my Windows API headers ( http://www.jose.it-berater.org/smfforum/index.php?topic=4558.0 ) and you compare them with the C++ ones, provided in the Windows SDk by Microdoft, you have more than a thousand of files to compare.
Title: Re: Which is the best link or post to start with?
Post by: Dan Campbell on May 15, 2013, 04:49:24 PM
Ok, will start there, thanks Jose.