flat assembler
Message board for the users of flat assembler.
Index
> Windows > Window items not showing up in 64-bits OS |
Author |
|
randomdude 03 Jun 2012, 20:08
this code works fine for me
however, it seems that users using 64-bits OS cant see any item in the window do i need to build a specific version for 64 bits or is there something wrong in my code?
|
|||||||||||
03 Jun 2012, 20:08 |
|
randomdude 04 Jun 2012, 12:09
its just missing the icon i have removed few things from the code
i have got my hands in a 64 bits computer it seems that the items only show up when i check the option 'Run in 256 colors' in the compatibility tab. very weird :S |
|||
04 Jun 2012, 12:09 |
|
revolution 04 Jun 2012, 12:17
randomdude wrote: its just missing the icon i have removed few things from the code |
|||
04 Jun 2012, 12:17 |
|
randomdude 04 Jun 2012, 12:54
i have removed the icon resources from the code and still no luck, same problem occurs
Code: invoke LoadIcon,0,IDC_ICON Code: directory RT_VERSION,versions resource versions,\ 1,LANG_NEUTRAL,version_info versioninfo version_info,VOS__WINDOWS32,VFT_APP,VFT2_UNKNOWN,LANG_ENGLISH+SUBLANG_DEFAULT,0,\ 'FileDescription','hello world',\ 'LegalCopyright','No rights reserved.',\ 'FileVersion','1.0.0.0',\ 'ProductName','blabla',\ 'ProductVersion','1.00',\ 'OriginalFilename','TEST123.EXE' EDIT; i have solved it just copied everything from .wmcreate into the start function however the only problem now is the text font that is too big in 64 bits systems Last edited by randomdude on 04 Jun 2012, 13:35; edited 1 time in total |
|||
04 Jun 2012, 12:54 |
|
revolution 04 Jun 2012, 13:34
I suspect it is because you have no lpszFace parameter in your CreateFont call.
|
|||
04 Jun 2012, 13:34 |
|
revolution 04 Jun 2012, 14:21
randomdude wrote: however the only problem now is the text font that is too big in 64 bits systems But you really should fix-up your CreateFont call to ensure your stack remains properly balanced and that your font selection is predictable. |
|||
04 Jun 2012, 14:21 |
|
randomdude 04 Jun 2012, 15:49
everything is fixed now
thanks you again for all your help, revolution |
|||
04 Jun 2012, 15:49 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.