flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
randomdude
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?
|
|||||||||||
![]() |
|
randomdude
its just missing the icon
![]() 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 |
|||
![]() |
|
revolution
randomdude wrote: its just missing the icon |
|||
![]() |
|
randomdude
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 |
|||
![]() |
|
revolution
I suspect it is because you have no lpszFace parameter in your CreateFont call.
|
|||
![]() |
|
revolution
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. |
|||
![]() |
|
randomdude
everything is fixed now
thanks you again for all your help, revolution ![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.