Tech Support > Microsoft Windows > Development Resources > Re: Bison/Flex BASIC Language To ByteCode/ASM
Re: Bison/Flex BASIC Language To ByteCode/ASM
Posted by Chris Cranford on April 17th, 2004


On 4/17/2004 1:00 PM, XBUNNY@EIDOSNET.CO.UK wrote to ALL:

-> One library I find very useful is FFCALL
->
-> http://www.haible.de/bruno/packages-ffcall.html
->
-> This saves you having to writing the assembler to arrange the stack to
-> call am external function. Unfortunately last time I used it it only
-> supported cdecl calling convention calls so to calls to win32 apis would
-> require a little hacking since they are stdcall. Still might help
-> though. GetProcAddress is the place to go to get addresses of the win32
-> api functions you might wanna call.

This does sound very useful. I've notated the link and will keep it in mind
when I get to this point. I think I have a ways togo before I get there but
hopefully I will shortly.

Thanks again,
Chris


Similar Posts