Re: Grand Unification
- Posted by irv mullins <irvm at ellijay.com> Aug 22, 2004
- 442 views
Gbadebo Oladosu wrote: > I downloaded the package and tried it on WinXP. > I get the following error (after taking care of the wrapper.e not found): > C:\EUPHORIA\include\dll.e:50 in function define_c_func() > type_check failure, lib is {32' '} Something else to try: open gobject.gtk, and near the bottom, find these lines:
{"Property", proc(GOBJ, "g_object_set_property", {P, S, P}), func(0, get_property, {P, S}, P)},
Change the third line to:
NULL},
That might solve the problem. Regards, Irv