1. WINLIB32 & Binding
- Posted by Tony Steward <figjam at nlc.net.au> Sep 13, 2000
- 443 views
- Last edited Sep 14, 2000
------=_NextPart_000_005C_01C01DC3.EEFA8E80 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, 2 Questions 1. In the later versions of WINLIB32 You can no longer tab from field to = field. How can I correct this? 2. When I try to bind my program it says PDEXW.EXE must be in = euphoria\bin and wont bind. This file is there and my path statement = also points there. Whats wrong? Thanks Tony ------=_NextPart_000_005C_01C01DC3.EEFA8E80 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Hi all,</FONT></DIV> <DIV><FONT face=3DArial size=3D2>2 Questions</FONT></DIV> <DIV><FONT face=3DArial size=3D2>1. In the later versions of WINLIB32 = You can no=20 longer tab from field to field. How can I correct this?</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>2. When I try to bind my program it = says PDEXW.EXE=20 must be in euphoria\bin and wont bind. This file is there and my path = statement=20 also points there. Whats wrong?</FONT></DIV> <DIV> </DIV> ------=_NextPart_000_005C_01C01DC3.EEFA8E80--
2. Re: WINLIB32 & Binding
- Posted by Robert Craig <rds at ATTCANADA.NET> Sep 13, 2000
- 421 views
Tony Steward writes: > 2. When I try to bind my program it says PDEXW.EXE > must be in euphoria\bin and wont bind. This file is > there and my path statement also points there. > Whats wrong? Possible reasons: - Perhaps your PATH is correct, but your EUDIR environment variable isn't set to anything, so bind quietly "guesses" C:\EUPHORIA, but you actually have euphoria\bin on another drive - your pdexw.exe is really just a copy of the Complete Edition exw.exe. Type: pdexw to find out. - your bind.ex and/or pdexw.exe belong to some earlier release of Euphoria Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com