eXpress++ 1.82 and Windows 10
eXpress++ 1.82 and Windows 10
I received 2 complaints this week that eXpress++ 1.82 (build 236) now fails when running under Windows 10.
I highly recommend that users upgrade to Xbase++ 1.9 build 355 or later to be fully compatible with Windows 10.
If that is not an acceptable alternative, then here is a workaround.
The failure is in an old dClip function named DC_ClrArr().
This is called by an initialization routine but is not used at all in GUI applications, therefore this fix should work for you.
Copy _DCCOLOR.PRG to your .\source\dclipx folder and rebuild DCLIPX.DLL by running BUILD182.BAT.
I highly recommend that users upgrade to Xbase++ 1.9 build 355 or later to be fully compatible with Windows 10.
If that is not an acceptable alternative, then here is a workaround.
The failure is in an old dClip function named DC_ClrArr().
This is called by an initialization routine but is not used at all in GUI applications, therefore this fix should work for you.
Copy _DCCOLOR.PRG to your .\source\dclipx folder and rebuild DCLIPX.DLL by running BUILD182.BAT.
- Attachments
-
- _dccolor.zip
- (6.05 KiB) Downloaded 1148 times
The eXpress train is coming - and it has more cars.
-
- Posts: 103
- Joined: Fri Sep 17, 2010 2:58 am
Re: eXpress++ 1.82 and Windows 10
Hi Roger,
Thank you for the fix, but we are encountering an Unknown Variable error for dCCOLOR
Please kindly advise
Regards,
Andy
Thank you for the fix, but we are encountering an Unknown Variable error for dCCOLOR
Please kindly advise
Regards,
Andy
Re: eXpress++ 1.82 and Windows 10
This is a fault in Windows 10, but I don't know why because I refuse to use it.
Here is a workaround for you.
Add this to the start of your program.
PUBLIC dCCOLOR := { 0, {} }
Here is a workaround for you.
Add this to the start of your program.
PUBLIC dCCOLOR := { 0, {} }
The eXpress train is coming - and it has more cars.
-
- Posts: 103
- Joined: Fri Sep 17, 2010 2:58 am
Re: eXpress++ 1.82 and Windows 10
Hi Roger,
Thank you. Works perfectly.
Regards,
Andy
Thank you. Works perfectly.
Regards,
Andy
-
- Posts: 9
- Joined: Wed Apr 30, 2014 11:49 am
Re: eXpress++ 1.82 and Windows 10
Hi Roger
When running the file build182.bat I get "could not find c:\exp18\lib\dclipx.lib" and "could not find c:\exp18\lib\dclipx.exp". I ran the build182.bat from the ..\source\dclipx directory.
Thanks -Scott
When running the file build182.bat I get "could not find c:\exp18\lib\dclipx.lib" and "could not find c:\exp18\lib\dclipx.exp". I ran the build182.bat from the ..\source\dclipx directory.
Thanks -Scott
Re: eXpress++ 1.82 and Windows 10
I haven't worked with Xbase++ 1.8 in a very long time (over 10 years).
What version of eXpress++ are you using?
What version of eXpress++ are you using?
The eXpress train is coming - and it has more cars.
-
- Posts: 9
- Joined: Wed Apr 30, 2014 11:49 am
Re: eXpress++ 1.82 and Windows 10
Me too. Old customer but good people. Version 1.82.294 build 09200
Re: eXpress++ 1.82 and Windows 10
Code: Select all
Version 1.82.294 build 09200
I need to know what version of eXpress++.
You say that my batch files don't work.
I would need to install the same version you have to figure out why.
The eXpress train is coming - and it has more cars.
-
- Posts: 9
- Joined: Wed Apr 30, 2014 11:49 am
Re: eXpress++ 1.82 and Windows 10
1.82 (build 236)
-Scott
-Scott
Re: eXpress++ 1.82 and Windows 10
Scott -
After your phone call, I promised I would give you DCLIP.EXE.
Here it is: http://bb.donnay-software.com/donnay/dclip.exe
After your phone call, I promised I would give you DCLIP.EXE.
Here it is: http://bb.donnay-software.com/donnay/dclip.exe
The eXpress train is coming - and it has more cars.