Re: [fpc-devel] Current state of atari port

2022-02-10 Thread Sven Barth via fpc-devel
Am 11.02.2022 um 03:59 schrieb Karoly Balogh: Hi, On Thu, 10 Feb 2022, Sven Barth via fpc-devel wrote: Thorsten Otto via fpc-devel schrieb am Do., 10. Feb. 2022, 15:47: Cause in the variant you mentioned where would the allocated memory be stored? I'm not that familiar with ObjectGEM yet,

Re: [fpc-devel] Current state of atari port

2022-02-10 Thread Sven Barth via fpc-devel
Am 10.02.2022 um 19:22 schrieb Thorsten Otto via fpc-devel: On Donnerstag, 10. Februar 2022 19:13:15 CET Sven Barth via fpc-devel wrote: > And how does one work with the created instance? How does one release it? Do > you have an example for that? Maybe some examples of ObjectGEM itself,

Re: [fpc-devel] Current state of atari port

2022-02-10 Thread Karoly Balogh via fpc-devel
Hi, On Thu, 10 Feb 2022, Sven Barth via fpc-devel wrote: > Thorsten Otto via fpc-devel schrieb am > Do., 10. Feb. 2022, 15:47: > >>> Cause in the variant you mentioned where would the allocated memory be >>> stored? >> I'm not that familiar with ObjectGEM yet, but i think the >> allocated pointe

Re: [fpc-devel] Current state of atari port

2022-02-10 Thread Thorsten Otto via fpc-devel
On Donnerstag, 10. Februar 2022 19:13:15 CET Sven Barth via fpc-devel wrote: > And how does one work with the created instance? How does one release it? Do > you have an example for that? Maybe some examples of ObjectGEM itself, like https://github.com/th-otto/ texel/tree/master/ogem/demo/zeit I

Re: [fpc-devel] Current state of atari port

2022-02-10 Thread Sven Barth via fpc-devel
Thorsten Otto via fpc-devel schrieb am Do., 10. Feb. 2022, 15:47: > On Donnerstag, 10. Februar 2022 14:21:54 CET Sven Barth via fpc-devel > wrote: > > > Anything else does not make sense. > > > > > > Cause in the variant you mentioned where would the allocated memory be > > > stored? > > > > I'm

Re: [fpc-devel] Current state of atari port

2022-02-10 Thread Thorsten Otto via fpc-devel
On Donnerstag, 10. Februar 2022 14:21:54 CET Sven Barth via fpc-devel wrote: > Anything else does not make sense. > > Cause in the variant you mentioned where would the allocated memory be > stored? I'm not that familiar with ObjectGEM yet, but i think the allocated pointer is stored in some lis

Re: [fpc-devel] Current state of atari port

2022-02-10 Thread Sven Barth via fpc-devel
Thorsten Otto via fpc-devel schrieb am Do., 10. Feb. 2022, 13:00: > - when constructing objects, ObjectGEM uses contructs like > > new(PGroupBox, init(...) > > Such constructs are not supported by FreePascal, you have to assign the > result to some variable (i think that is also an incompatibilit

[fpc-devel] Current state of atari port

2022-02-10 Thread Thorsten Otto via fpc-devel
Hi, i've pushed now the remaining parts of the AES/VDI library (and also a few other additions). Another few enhancements will be done soon, but the ObjectGEM library can already be compiled. I just wanted to share what problems may occur when porting PurePascal code to FreePascal: - the unit