Re: binding IDE11.0
- Posted by rossboyd at ihug.com.au Jan 19, 2002
- 575 views
Thanks for this tip Rob. It fixes the behaviour of ex.exe forcing a temporary fullscreen during the bind process. That makes me happy. Thanks, Ross > > void writes: > > I just discovered bindw doesn't recognise long filenames on my system, I can > > bind it by renaming all include files to the 8.3 format. What can be the > > problem? I'm running WindowsXP cmd.exe to open a DOS box, type: > > bindw ide.exw > > Edit your copy of bindw.bat. > Replace the line that says: > ex.exe bind.ex -w32 %1 %2 %3 %4 %5 %6 %7 %8 %9 > with: > exw.exe bind.ex -w32 %1 %2 %3 %4 %5 %6 %7 %8 %9 > > The binder can run with either ex or exw (or exu). > It looks like XP doesn't have the DOS extension that supports > long filenames on Win95,98,ME, so ex will give you problems. > You might want to make the same change in bind.bat. > I'll change bindw.bat and bind.bat in the official version. > I was thinking of doing it anyway. > A separate console window will now appear while the binder is running. > > Regards, > Rob Craig > Rapid Deployment Software > http://www.RapidEuphoria.com > > > >