Martin Schreiber wrote:

Your testcase worked for me with FPC 2.0.2 and the modified DLGTEMPLATE and DLGITEMTEMPLATE.

Yes, I'm convinced that the problem lies where you have pointed it out.
I have let my test program show sizeof(DLGTEMPLATE) and the output from the version compiled with 2.0.2 was
 sizeof(DLGTEMPLATE)=26
while the old working version had
 sizeof(DLGTEMPLATE)=18
which fits to 4 longint in stead of 4 shortint.

Now, I'm not familiar with the development of the PFC,
where and when can I download the corrected version of 2.0.2?

Hans Mårtensson

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to