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

2006-01-06 Thread Jonas Maebe
On 06 Jan 2006, at 19:12, Martin Schreiber wrote: I hope someone else can take it over from here, because I don't have Windows (or even a computer which can run Windows). The problem is in rtl/win32/wininc/struct.inc, the smallint's were integer's: Thanks, I've committed your changes. If

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

2006-01-06 Thread Martin Schreiber
On Friday 06 January 2006 12.32, Jonas Maebe wrote: > I hope someone else can take it over from here, because I don't have > Windows (or even a computer which can run Windows). The problem is in rtl/win32/wininc/struct.inc, the smallint's were integer's: DLGTEMPLATE = packed record //from rtl

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

2006-01-06 Thread Jonas Maebe
On 06 Jan 2006, at 15:37, Hans Mårtensson wrote: OK, thank you for your help so far. I will try to do further experiments in order to locate the problem. I think it must be in the data structure that defines the dialog box, which the two compiler versions generate differently. You can try w

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

2006-01-06 Thread Hans Mårtensson
Jonas Maebe wrote: On 04 Jan 2006, at 23:46, Hans Mårtensson wrote: When I compile this source code with FPC 1.0.10, it produces a program that makes a window with one menu item. When you click on it, a dialogue box pops up. But when I compile the same source code with FPC 2.0.2, I still

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

2006-01-06 Thread Jonas Maebe
On 04 Jan 2006, at 23:46, Hans Mårtensson wrote: When I compile this source code with FPC 1.0.10, it produces a program that makes a window with one menu item. When you click on it, a dialogue box pops up. But when I compile the same source code with FPC 2.0.2, I still get a program that