flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2 |
Author |
|
macgub
Hi.
Sources looks intresting. I compile app. fasm "grtest.asm" -s "grtest.fas" But how can I run .fas file on xp ![]() ![]() Fasmw gives me 'out of memory'. |
|||
![]() |
|
bzdashek
macgub wrote: Hi. *.fas is not an executable file - it's debug symbols for debugging the program. You can try to compile like that: Code: fasm grtest.asm it will generate grtest.exe, run it, and you're done. Executable files in DOS/Windows have an *.exe extension. typedef Successful troll is successful. |
|||
![]() |
|
macgub
OK Problem solved, thanks
![]() |
|||
![]() |
|
Sasha
Question. What is faster? Gdi or Gdi+ ? The Gdi is much simpler but if you wont to output pictures with good fps and low cpu load maybe it worth to study Gdi+ ?
|
|||
![]() |
|
typedef
bzdashek wrote:
Like a bAwss!! son ! http://www.terrariaonline.com/attachments/180px-fuck_yea_like_a_boss-png.12571/ |
|||
![]() |
|
bzdashek
typedef wrote:
http://image.minoc.com/zd_images/2012/22/lol_face.jpg |
|||
![]() |
|
Sasha
Does the StretchDIBits function, that is used in the example, is the fastest way to output image from memory ? I used CreateBitmap + CreateCompatibleDC + SelectObject + BitBlt before.
|
|||
![]() |
|
revolution
Sasha wrote: Does the StretchDIBits function, that is used in the example, is the fastest way to output image from memory ? |
|||
![]() |
|
Sasha
If one of the functions is a wraper for another, it's better to use the second. And it's not depends on os/cpu.
|
|||
![]() |
|
Sasha
It coul'd be wrapper on one version and vice versa on the other. So, only runtime test can help...
|
|||
![]() |
|
Goto page Previous 1, 2 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.