Re: wxLibrary
- Posted by ghaberek (admin) May 07, 2009
- 1154 views
SDPringle said...
If I try to skip the step, I find that I unsurprisingly run into another error:
E:\wxeu>make.bat e:\wxWidgets-2.8.10 Open Watcom Make Version 1.7 Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved. Source code is available under the Sybase Open Watcom Public License. See http://www.openwatcom.org/ for details. wlink runtime windows=4.0 @wat_dll\wxeu.lbc @wat_dll\exports.lbc Error(E70): Cannot Load/Unload DLL (wlinkd) Error(E42): Last command making (wat_dll\libwxeu.dll) returned a bad status Error(E02): Make execution terminated
I suppose I should look for the older version of wxWidgets-2.8.7, as that is what is in the readme file. Correct me if I am wrong.
Shawn Pringle
I'm not sure about your first problem, as I've only compiled version 2.8.7 and below. However, to fix the "missing wlinkd" problem, I had to go into my C:\WATCOM\binnt folder and copy wlink.dll to wlinkd.dll. It seems to have fixed the problem and everything seems to compile fine.
Also, I zipped up my wxWidgets 2.8.7 source directory and posted it to the wxEuphoria website. I couldn't find it anywhere online, only 2.8.10 (current stable) and 2.8.4 (previous stable).
wxWidgets-2.8.7.zip (16.7 MB)
-Greg