flat assembler
Message board for the users of flat assembler.
Index
> Windows > Graphics animations with fasm Goto page Previous 1, 2 |
Author |
|
macgub 11 Apr 2012, 07:13
Hi.
Sources looks intresting. I compile app. fasm "grtest.asm" -s "grtest.fas" But how can I run .fas file on xp Is it Windows executable Fasmw gives me 'out of memory'. |
|||
11 Apr 2012, 07:13 |
|
bzdashek 11 Apr 2012, 07:43
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. |
|||
11 Apr 2012, 07:43 |
|
macgub 11 Apr 2012, 08:32
OK Problem solved, thanks
|
|||
11 Apr 2012, 08:32 |
|
Sasha 20 Jul 2012, 23:23
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+ ?
|
|||
20 Jul 2012, 23:23 |
|
typedef 21 Jul 2012, 00:37
bzdashek wrote:
Like a bAwss!! son ! http://www.terrariaonline.com/attachments/180px-fuck_yea_like_a_boss-png.12571/ |
|||
21 Jul 2012, 00:37 |
|
bzdashek 21 Jul 2012, 06:53
typedef wrote:
http://image.minoc.com/zd_images/2012/22/lol_face.jpg |
|||
21 Jul 2012, 06:53 |
|
Sasha 21 Jul 2012, 09:58
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.
|
|||
21 Jul 2012, 09:58 |
|
revolution 21 Jul 2012, 14:19
Sasha wrote: Does the StretchDIBits function, that is used in the example, is the fastest way to output image from memory ? |
|||
21 Jul 2012, 14:19 |
|
Sasha 21 Jul 2012, 18:26
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.
|
|||
21 Jul 2012, 18:26 |
|
Sasha 21 Jul 2012, 19:32
It coul'd be wrapper on one version and vice versa on the other. So, only runtime test can help...
|
|||
21 Jul 2012, 19:32 |
|
Goto page Previous 1, 2 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.