View Single Post
Old 09-29-2004, 04:42 PM   #223
Unregistered
Nameless Being
 
More info please

Quote:
Originally Posted by doctorow
Sure it would be. You can actually compile the assembler stub above as an .obj and then easily link it in any c application (I've been doing this already, actually).

But it would be much more interesting to have above's code in .php, allowing for various web applications!
Doctorow, will you be willing to share more details on linking to C code as you did ? Say, the assembler to use, the header and C function signiture and how the check sum value is returned from the function etc.

Thanks and good work with open source.
  Reply With Quote