Two questions related to converting to run in 64-bit mode:
I am going through my libraries looking for calls to Windows API which may have variables which are handles.
I am changing all "long Hwnd" to "longptr Hwnd".
What do I do with "ulong Hwnd"?
Are there any other calls I need to convert to longptr or is there a more generic way for me to know which ones to change?
The PB Help says "The runtime environment requires:...Greater than 4 GB physical memory to avoid performance issues"
Does this mean that my users should NOT run in 64-bit mode unless they have more than 4GB memory?
Will the 32-bit version run better than 64-bit when memory does not exceed 4GB?
TIA
Larry Peters