I'm converting a program from FWH32 xHarbour to FWH64 Harbour.
I was using the function GetHwnd32(), but it doesn't exist in FWH64.
I used it for opening the email like
- Code: Select all Expand view
- shellexecute(GetHWnd32(oMenuWnd:hWnd ),,"mailto:email@domain.com",,,1)
What function can I use instead?