[fpc-pascal] Anybody know X11 and XDND (drag-n-drop)
    Graeme Geldenhuys 
    graemeg.lists at gmail.com
       
    Fri Sep 10 10:51:18 CEST 2010
    
    
  
On 10 September 2010 10:18, Marco van de Voort wrote:
>
> You are not passing unix types, and are passing pointers to 32-bit types to
> parametesr that expect pointers to 64-bit types (pculong).
Oops!  Thanks Marco, changing them to ctypes solved the problem. I
better double check my other X11 code too, I might be making the same
mistake in a few more place. :-/
Finally got fpGUI-X11 drag-n-drop to work! :-)
-- 
Regards,
  - Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
    
    
More information about the fpc-pascal
mailing list