RE: [fpc-devel] Incompatibilities between win32 windows unitandwince windows unit

2007-01-07 Thread Daniƫl Mantione
Op Sun, 7 Jan 2007, schreef peter green: > maybe the answer is to build two windows units, one called windows and > only availible on win32 which will be effectively a delphi compatibility > unit ... No, the problem is not serious enough to warrant the extra development effort. While I'm a s

Re: [fpc-devel] Incompatibilities between win32 windows unitandwince windows unit

2007-01-07 Thread Olivier Rinaudo
originally win32 api was converted with fpc tool automatically this is why it's closer to c than delphi equ declarations. as yury indicated , compatibility adaptation should be done in redef 2007/1/7, peter green <[EMAIL PROTECTED]>: > I'm not particularly happy with "pascalization" of direc

RE: [fpc-devel] Incompatibilities between win32 windows unitandwince windows unit

2007-01-07 Thread peter green
> I'm not particularly happy with "pascalization" of direct interfaces > myself. me neither, my understanding of this problem is that borland pascalised the windows unit in delphi and freepascal followed suite for win32. but for whatever reason the same was not done for wince. since wince suppo