Re: [fpc-devel]fpgtk problem

2003-04-03 Thread Jonas Maebe
On donderdag, apr 3, 2003, at 21:45 Europe/Brussels, KJK::Hyperion wrote: The Push() function in my pseudo-code is supposed to take care of that. And Borland null-terminates short strings for a reason Are you sure that all shortstrings in Delphi are null-terminated? Ansistrings, yes, but shorts

[fpc-devel](no subject)

2003-04-03 Thread Jeff Pohlmeyer
Patch for /fpc/fcl/passrc/pscanner.pp so it will recognize '<', '>', and '<>' - Not sure why these were omitted, maybe it has something to do with fpdoc's tag generation? [PATCH] --- pscanner.oldThu Mar 27 10:32:48 2003 +++ pscanner.newThu Apr 3 23:48:57 2003 @@ -51,7 +51,9 @@

Re: [fpc-devel]fpgtk problem

2003-04-03 Thread Peter Vreman
> At 07.18 03/04/2003, you wrote: >>>what? it's the simplest thing in the world. You loop through all the >>>elements of the TVarRec array, last to first, and push them on the >>> stack, >>>then you push the formal arguments. Sure, it generates a lot of code, >>> but >>>it's not that hard. I mean,

Re: [fpc-devel]fpgtk problem

2003-04-03 Thread KJK::Hyperion
At 07.18 03/04/2003, you wrote: what? it's the simplest thing in the world. You loop through all the elements of the TVarRec array, last to first, and push them on the stack, then you push the formal arguments. Sure, it generates a lot of code, but it's not that hard. I mean, variable arrays sto

[fpc-devel]Re: some m68k releated stuff

2003-04-03 Thread Carl Eric Codere
>> >>Yes i did. The filenames are all lowercase. But anyway, the Amiga >>filesystem doesn't case sensitive... > >Also if the filesystem isn't case sensitive, make itself can be case >sensetive. For example the mingw32 make.exe. > >Maybe the file extension that is added for executables is not corre