<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.2800.1226" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>I try use FPC 1.1 for Windows<BR>and I have problem with some of types 
declarations<BR>for example THandle is declared many times<BR><BR>in WINDOWS.PP 
(base.inc) is:<BR><BR>  Thandle= HANDLE = type Cardinal;<BR><BR>in CLASSES 
(classesh.inc)<BR>  THANDLE = longint;<BR><BR>in SYSUTILS<BR><BR>with other 
types like POINT RECT I have similar problems: many collisions<BR>with different 
types<BR><BR>in 1.1RTL is unit TYPES but for me is not good<BR><BR><BR>I suggest 
to prepare TYPES to fundamental unit<BR>declares in it all common types<BR>and 
reuse them in CLASSES, WINDOWS, UNITS<BR>but TYPES must not use any unit, 
(delete WINDOWS, SYSUTILS from interface)<BR>with this changes can be avoid 
problems with misplaced types<BR><BR><BR>Darek<BR><BR><FONT face=Arial size=2><A 
href="http://www.emadar.com">www.emadar.com</A></FONT></DIV></BODY></HTML>