Hi! I am linking my app against winelib that i can use binary windows dlls with it... It compiles and links, but when running it i am getting this error message a few times: err:heap:HEAP_GetPtr Invalid heap 00000000!
i am not doing anything to init libwine (since i wasn't able to find information about using it, just how to convert windows code with winemaker), all i did was link against libwine and libkernel32... does anyone know how to get it working?
btw: how do i build wine with debugging enabled (-g3) ?
thanks, blight ________________________________________________________________ Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13
On Wed, 8 May 2002, blight wrote: [...]
i am not doing anything to init libwine (since i wasn't able to find information about using it, just how to convert windows code with winemaker), all i did was link against libwine and libkernel32... does anyone know how to get it working?
You cannot just link with libwine. You have to initialize everything. Even if your code is not 'windows' code, you should try to follow the same procedure as for windows code and then see if that works better.
-- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ Before you criticize someone, walk a mile in his shoes. That way, if he gets angry, he'll be a mile away - and barefoot.