Re: ASM Help

new topic     » goto parent     » topic index » view thread      » older message » newer message

Matt Lewis writes:
> I wrote a little DLL (63K compressed) in VC that
> will call the funcs by pointer, taking up to 10 arguments.
> Rob, I'd like to add this to the wishlist: call 
> functions by pointer.

Can't you use VC to disassemble, or generate an
assembly listing of your .dll? Then you could
poke the bytes of code into your Euphoria program,
and eliminate the need for the .dll. Alternatively,
you could get the address of the start of the dll routine,
using '&' in C, and write the first 100 bytes or so to a file.

I'm reluctant to add a feature  
that only one person has asked for, 
and even he doesn't really need it.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu