Re: [fpc-pascal] Problem with FPC2.0.2 and windows

2006-01-07 Thread Hans Mårtensson
Jonas Maebe wrote: On 06 Jan 2006, at 19:12, Martin Schreiber wrote: The problem is in rtl/win32/wininc/struct.inc, the smallint's were integer's: Thanks, I've committed your changes. If someone can verifies it works in 2.1.1 tomorrow, I'll merge it back to 2.0.3 as well. I have dow

Re: [fpc-pascal] Problem with FPC2.0.2 and windows

2006-01-07 Thread Jonas Maebe
On 07 Jan 2006, at 18:43, Hans Mårtensson wrote: I have downloaded the 2.1.1 snapshot and compiled my testprogram with it, and the problem is still there: no dialog box showes up. Can you check the date of the compiler with "fpc -iD"? As far as I know no new snapshot was built last night b

Re: [fpc-pascal] Problem with FPC2.0.2 and windows

2006-01-07 Thread Martin Schreiber
On Saturday 07 January 2006 18.43, Hans Mårtensson wrote: > I have downloaded the 2.1.1 snapshot and compiled my testprogram with > it, and the problem is still there: no dialog box showes up. > Your testcase worked for me with FPC 2.0.2 and the modified DLGTEMPLATE and DLGITEMTEMPLATE. > Then,

Re: [fpc-pascal] GTK2 and arm-linux [SOLVED]

2006-01-07 Thread Koenraad Lelong
Koenraad Lelong schreef: Koenraad Lelong wrote: Hi, Has anyone successfully used the GTK2-library for an arm-processor ? Today I tried the helloworld-demoes, which segfault. I tried gdb but didn't find anything (gdb is brand new for me, so without much more reading it will remain so I fear).

Re: [fpc-pascal] source file size ?

2006-01-07 Thread Moz
Tony Pelton said: > are there any know limits on how big a source file can be for the FPC > compiler ? Why don't you just compile a binary resource into your program? I assume that fpc can do the same thing as TP/Delphi somehow. That would keep your source file nice and small but do what you want