FASM FOR WINDOWS

Programming, for all ages and all languages.
Post Reply
sheena9877
Posts: 16
Joined: Wed Jan 02, 2008 10:44 pm
Location: USA

FASM FOR WINDOWS

Post 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
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

Wouldn't it be more productive to ask this question here. :wink:
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Post 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
Post Reply