Page 1 of 1

FASM FOR WINDOWS

Posted: Thu Feb 07, 2008 2:41 pm
by sheena9877
Hi,
I just wondering, looking into the source code of FASM but could not find the answer. My question is , is FASM Win using the Microsoft Win32 API libraries?
How can it generate the code for Windows graphics?

Thanks,
Sheena

Posted: Thu Feb 07, 2008 3:07 pm
by Brynet-Inc
Wouldn't it be more productive to ask this question here. :wink:

Posted: Thu Feb 07, 2008 3:07 pm
by AJ
Yes - I believe it uses the Windows API. IIRC, everything is drawn as a 'Window' (buttons and text boxes are special windows) and your program has to keep track of what is what.

If you don't want to use the Windows API, there are other control libraries out there for Windows.

Cheers,
Adam