News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Compiled C Code and use it as a lib

Started by Farabi, August 19, 2009, 03:34:53 AM

Previous topic - Next topic

Farabi

I dont know if this is still relevant with assembler but I want to compile a C code and make it as a lib for MASM. Im lazy to direct translate it.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"


MichaelW

I'm not sure that every detail is correct, but the example in the attachment appears to work OK. The library contains only a single C function, and I added to it a call to printf so I could determine how to use a library that accessed the CRT.
eschew obfuscation