[fpc-devel] possible 'dynlibs' unit issue
    Graeme Geldenhuys 
    graemeg.lists at gmail.com
       
    Tue Jan 19 13:20:30 CET 2010
    
    
  
Hi,
In the file rtl/unix/dynlibs.inc there is the following definition.
----------------
Type
  { using PtrInt here is compliant with the other platforms }
  TLibHandle = PtrInt;
--------------------
Shouldn't that rather be PtrUInt type?  After all, PtrUInt was recommended
on the wiki.
Regards,
  - Graeme -
-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/
    
    
More information about the fpc-devel
mailing list