Charles,
Do you have a list of the demos that are 32bit only?
I tried the demo -> demos\!ProjA\Controls\DlgCtrl.o2bas as 64bit and while there were no compile errors, the exe did not run.
It compiled and ran fine as 32bit but I don't do 32bit anymore
James
Hi James,
Most of the demos should work in 64bit but you may have problems with some of Peter Wirbelauer's GDI and GDI+ examples, though I have updated the libraries involved.
If you copy the attached file into demos\!projA\GDIWindow\ replacing the existing window.inc, it should go fine.
Ok..so this window.inc work in 64bit
i must check this :D
Charles,
Try the file I listed above as a 64 bit app
OxygenBasic\demos\!ProjA\Controls\DlgCtrl.o2bas
James
Yes, this is compiled with the updated window.inc in demos\!projA\GdiWindow\.
#compact
$ filename "t.exe"
uses RTL64
uses Controls
...
DlgCtrl.zip