• Welcome to Theos PowerBasic Museum 2017.

News:

Attachments are only available to registered users.
Please register using your full, real name.

Main Menu

Which is the best link or post to start with?

Started by Dan Campbell, May 15, 2013, 02:29:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Dan Campbell

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.


José Roca

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.

Dan Campbell