Hello all
i have tested out a sample program from the \examples\WinDynDialogs folder
to see if i can convert it to 64bits exe despite it is using win32.dll
i added just the below lines into the program
$ filename "ListView_64.exe"
use rtl64
and bravo when i compile it to an exe file ListView_64.exe and that this exe file when checked with Task Manager
and it stated that it is on a 64bit platform
hence it is possible to use win32 api functions ( as it is using win32.dll) and make it compile to a 64bit executable.
is my contention correct, please correct me if i'm wrong (i'm only a beginner programmer)
[attachment deleted by admin]