dclipx rebuild error

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
hz_scotty
Posts: 107
Joined: Thu Jan 28, 2010 8:20 am
Location: Wr.Neustadt / Österreich

dclipx rebuild error

#1 Post by hz_scotty »

Hi Roger

when i delete all OBJ from "obj19_sl1" and use the batch "build19_sl1.bat"
i get an ERROR in _DCARRAY.PRG - i think it was "RESERVED Keyword" by the line 684

Code: Select all

  
DCMENUITEM {||_MenuCaption(oTree)} ;
      ACTION {||_Properties(oTree)} ;
      PARENT oMenu
i found the "#command DCMENUITEM" in DCMENU.CH and in
DCDIALOG.CH "#xcommand DCMENUITEM" - is this possible and correct
in 2 .CH the same command?

when i but the #include "dcmenu.ch" in _DCARRAY.PRG the Error is gone (i don't know if this include was the right)
after success rebuild - i delete the #include "dcmenu.ch" in _DCARRAY.PRG and its works also :shock:

i don't know what the problem is - have you any information (or is it the double DCMENUITEM declaration)
best regards
Hans

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

Re: dclipx rebuild error

#2 Post by rdonnay »

I don't know why you are having this problem.

My _DCARRAY.PRG compiles just fine.

You should not use DCMENU.CH.
That appears to be a leftover from 10 years ago.

Attached is the latest version of _DCARRAY.PRG.
Attachments
_dcarray.zip
(11.16 KiB) Downloaded 585 times
The eXpress train is coming - and it has more cars.

Post Reply