64bit demos

Started by James C. Fuller, June 07, 2023, 06:16:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

James C. Fuller

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
  •  

Charles Pegge

#1
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.

Zlatko Vid

Ok..so this window.inc work in 64bit
i must check this  :D
  •  

James C. Fuller

Charles,
  Try the file I listed above as a 64 bit app
OxygenBasic\demos\!ProjA\Controls\DlgCtrl.o2bas

James


  •  

Charles Pegge

#4
Yes, this is compiled with the updated window.inc in demos\!projA\GdiWindow\.

#compact
$ filename "t.exe"
uses RTL64
uses Controls
...

DlgCtrl.zip