Daniel Sadilek wrote:

> [...]
> I had to change some things in qt.setup and qt.pro, see below. After
> these changes it compiled fine. But when using it, it breaks with a
> strange error:
> 
> --------------------------
> #;1> (use qt)
> ; loading C:\Programme\Chicken\lib\chicken\1\qt.dll ...
> Error: unbound variable: |MZ[...]

Hello,

apparently CHICKEN tries to load the compiled DLL as source code. Maybe
it doesn't contain the correct dynamic symbols to be loaded as an egg.
Guessing into the blue I would say this is a linker problem.

cu,
Thomas



_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to