Page 1 of 1

Here is a suggestion

Posted: Sun Jul 18, 2004 6:28 am
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.

Posted: Sun Jul 18, 2004 11:33 am
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

Posted: Sun Jul 18, 2004 4:55 pm
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.

TailBite ..

Posted: Sun Jul 18, 2004 5:19 pm
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

Posted: Sun Jul 18, 2004 7:13 pm
by kake26
THANKS!!!!