Here is a suggestion

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
kake26
Enthusiast
Enthusiast
Posts: 157
Joined: Sun Jan 25, 2004 7:21 pm
Contact:

Here is a suggestion

Post by kake26 »

I noticed PB can have PureLibraries written in ASM and C. If they can be written in other langs then that would be nice. I think it would be very cool if I could write one in say Free Pascal (FPC) or Delphi. However if this can be done right now then forget I opened my mouth. I'm going by what I saw in the Library SDK docs.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

If the language can create a standart obj file (that is compatible to PellesC),
and can create functions with _stdcall , then it should work.

Timo
quidquid Latine dictum sit altum videtur
kake26
Enthusiast
Enthusiast
Posts: 157
Joined: Sun Jan 25, 2004 7:21 pm
Contact:

Post by kake26 »

Thanks Freak, yes the language I had in mind can do that. Actually, on windows I think it uses nasm or fasm itself so I'm sure there would be no probs. I'll give it a try.
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

TailBite ..

Post by NoahPhense »

Or...

you can use TailBite.. ;) it creates libraries from standard PB code..

Here's a link to the download:
http://inicia.es/de/elchoni/TailBite/

And a link to El's secret corner.. ;)
viewtopic.php?t=9788&start=120

- np
kake26
Enthusiast
Enthusiast
Posts: 157
Joined: Sun Jan 25, 2004 7:21 pm
Contact:

Post by kake26 »

THANKS!!!!
Post Reply