XDEMO

This forum is for eXpress++ general support.
Message
Author
D. Schuster
Posts: 38
Joined: Mon Feb 15, 2010 4:01 am

Re: XDEMO

#11 Post by D. Schuster »

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

User avatar
rdonnay
Site Admin
Posts: 4733
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: XDEMO

#12 Post by rdonnay »

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.
The eXpress train is coming - and it has more cars.

User avatar
rdonnay
Site Admin
Posts: 4733
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: XDEMO

#13 Post by rdonnay »

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.
Attachments
dclipx.zip
(2.84 MiB) Downloaded 619 times
The eXpress train is coming - and it has more cars.

D. Schuster
Posts: 38
Joined: Mon Feb 15, 2010 4:01 am

Re: XDEMO

#14 Post by D. Schuster »

Thank's for the prompt help. It works.
Dieter

Post Reply