blikblum/luipack

GTK2 problems in LCLExtensions 0.3.0

GoogleCodeExporter opened this issue · 2 comments

I'm using fpc 2.6 and Laz 0.9.30.4, amd64

A lot of the errors while trying to compile this are related to Units that have 
different names and one class or function that also changed names.

in the uses clause these:
gtkdef, gtkint, gtkproc
should be
gtk2def, gtk2int, gtk2proc

All instances of GTKWidgetSet, should be renamed to GTK2WidgetSet.

There maybe more things to change, but these are the ones from the top of my 
head.

(You can reply in Portuguese if you think it's easier.)

Original issue reported on code.google.com by guscarreno on 1 Apr 2012 at 4:34

Hummm, this seems to be fixed under the svn...

I'll probably get the SVN version for both lclextensions and vtv, since I'm 
also having issues with your version of it.

Original comment by guscarreno on 1 Apr 2012 at 4:40

Fixed in the mean time. The minimum requirement is now Lazarus 1.0

Original comment by luizamer...@gmail.com on 22 Oct 2012 at 3:17

  • Changed state: Fixed