[lazarus] gtk-dlls don't match source in cvs

Michael A. Hess mhess at miraclec.com
Fri Jan 28 04:15:15 EST 2000


From: Peter Vreman <pfvreman at wins.uva.nl>

Vincent Snijders wrote:
>
> Hi,
>
> I got a compiled version of lazarus on windows 98 :-),
> but it doesn't run ;-(
>
> When I start the program windows show a messagebox complaining that
> the executable is linked to a missing export GDK-1.3.dll:gdk_time_get. 
>
> I downloaded the dlls from:
> ftp://lazarus.freepascal.org/lazarus/gtk-dlls.zip
>
> This function is defined in the include file gdkmain.pp which I got
> out of cvs, but it is not in de dll (I checked with depends)
>
> The following test program can be used to reproduce the error.
>
> program testgtk;
>
> uses gdk;
>
> begin
>   writeln('Hi, I do compile,');
>   writeln('but I can''t run');
> end.
>
> Are the dll's in gtk-dlls.zip stale or should gdkmain.pp be adjusted.

Fixed. But some maybe used functions are also gone. gdk_draw_pixmap()
which was at least use by scribble-simple example.






More information about the Lazarus mailing list