[lazarus] How to get gtk running on WIN32 "got it running"

Cliff Baeseman vbman at pcpros.net
Fri Jul 2 22:32:47 EDT 1999




Ok I can answer questions about the win32 how 
to.
 
I had to change the line in glib.pp to read the 
correct dll version from a 2 to a 3.
 

glibdll='glib-1.2';  
change to a 1.3 the latest version
glibdll='glib-1.3';  
 
I then compiled
 
ppc386 glib
ppc386 gtk
ppc386 gmodule
ppc386 gdk
 
copy the output .ow files to the units/win32 and overwrite the 
ones there.
 
The only example that will compile correct is the 
notebook.pp
 
I did not use the make file to do this at all...
 
Cliff




More information about the Lazarus mailing list