I'm running xdemo.exe dated 18.04.2016 11:50 with 8178 KB in\BIN19, got with download.
If program is startet in \BIN19_sl1 the app ask for XPPSYS.DLL, but that is
not part of xBase++ 1.9 build 331.
Dieter
XDEMO
Re: XDEMO
That's the first time I realized you are using Xbase++ 1.9 (buiild 331).
Now I understand.
I never tested XDEMO.EXE in the BIN19 folder.
I haven't used build 331 in over 8 years.
I am getting the same error as you.
I will give you a fix by tomorrow.
Now I understand.
I never tested XDEMO.EXE in the BIN19 folder.
I haven't used build 331 in over 8 years.
I am getting the same error as you.
I will give you a fix by tomorrow.
The eXpress train is coming - and it has more cars.
Re: XDEMO
Here is a new DCLIPX.DLL (compiled in Xbase++ 1.9 build 331)
I added a feature to eXpress++ back in build 259. This feature only works in Xbase++ build 355 or above.
1272. Added a new MESSAGEBOXATTACHED clause to the DCMENUBAR command.
This option will create a messagebox that is attached to pull-down
menus. Allows better view of menu messages. See sample program:
.\samples\menu\msgbox2.prg. Run Pbuild msgbox.xpj.
I had to change the source of _DCCLASS.PRG (line 4473) from #if XPPVER > 1900000 to #if XPPVER > 1933100.
That was an error on my part which was not tested under build 331.
Copy DCLIPX.DLL to your \exp20\bin19 folder.
Copy _DCCLASS.PRG to your \exp20\source\dclipx folder.
This fix will be in the next build.
I added a feature to eXpress++ back in build 259. This feature only works in Xbase++ build 355 or above.
1272. Added a new MESSAGEBOXATTACHED clause to the DCMENUBAR command.
This option will create a messagebox that is attached to pull-down
menus. Allows better view of menu messages. See sample program:
.\samples\menu\msgbox2.prg. Run Pbuild msgbox.xpj.
I had to change the source of _DCCLASS.PRG (line 4473) from #if XPPVER > 1900000 to #if XPPVER > 1933100.
That was an error on my part which was not tested under build 331.
Copy DCLIPX.DLL to your \exp20\bin19 folder.
Copy _DCCLASS.PRG to your \exp20\source\dclipx folder.
This fix will be in the next build.
- Attachments
-
- dclipx.zip
- (2.84 MiB) Downloaded 749 times
The eXpress train is coming - and it has more cars.
-
- Posts: 38
- Joined: Mon Feb 15, 2010 4:01 am
Re: XDEMO
Thank's for the prompt help. It works.
Dieter
Dieter