Unknown Variable

This forum is for eXpress++ general support.
Post Reply
Message
Author
Andy Edward
Posts: 103
Joined: Fri Sep 17, 2010 2:58 am

Unknown Variable

#1 Post by Andy Edward »

Hi Roger,

I'm having this error when I run my app after compiling using Express++ 263.
Untitled-1.gif
Untitled-1.gif (16.59 KiB) Viewed 13670 times
I've made sure that DCDIALOG.CH have the

Code: Select all

#define cGETOPT_SOURCEEDITOR 95
. But the error still persists.

Any ideas on how to fix this?

Regards,

Andy

Leon Berger
Posts: 36
Joined: Thu Jan 28, 2010 2:30 pm

Re: Unknown Variable

#2 Post by Leon Berger »

From Readme.txt enclosed Build 263

IMPORTANT NOTES (PLEASE READ THIS!!!!) :

1. It is highly recommended that you install this version in a
new directory and do not overwrite your current 1.x version.

2. It is recommended that you recompile your source code because
changes may have been made to DC*.CH files.
Best regards
Leon

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

Re: Unknown Variable

#3 Post by rdonnay »

This makes no sense.

I need to see this on your computer.
Do you have teamviewer?
The eXpress train is coming - and it has more cars.

Andy Edward
Posts: 103
Joined: Fri Sep 17, 2010 2:58 am

Re: Unknown Variable

#4 Post by Andy Edward »

Hi Roger,

Yes I have. I'll send you a PM

Regards,

Andy

bobvolz
Posts: 114
Joined: Sun Jan 31, 2010 11:25 am

Re: Unknown Variable

#5 Post by bobvolz »

Hi Roger;

I too am having a problem with 263. It cannot seek a record in my opening security program. It works fine with 261 DLLs but when I put the new 263 runtime Dlls in the folder it crashes because it is not finding a record in the index.

I erased all object files and completely recompiled. I am going to try a few other things and see if Bobby D can see the problem because I do use a lot of his functions.

Bob Volz

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

Re: Unknown Variable

#6 Post by rdonnay »

I too am having a problem with 263. It cannot seek a record in my opening security program.
This doesn't sound like an eXpress++ problem.

Seeking is something that would be done in Xbase++ code.

What does your code look like?
The eXpress train is coming - and it has more cars.

bobvolz
Posts: 114
Joined: Sun Jan 31, 2010 11:25 am

Re: Unknown Variable

#7 Post by bobvolz »

I just downloaded the entire 263 exe. Unzipped it again and recompiled. I copied the runtime dlls to my test directory.
I have some code that skips over the security section but when the app finally comes up it says
the DC_expressVersion is showing as 262 so there must be something wrong with my xpj. I assume the DC_DESIGN.lib is no longer needed is that correct?

Should I delete the DC_design.dll as well.

Thanks for the help.

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

Re: Unknown Variable

#8 Post by rdonnay »

DC_expressVersion is showing as 262 so there must be something wrong with my xpj
This is a known problem in build 263. I forgot to update it in _DCFUNCT.PRG.

DCDESIGN.DLL is no longer needed.
The eXpress train is coming - and it has more cars.

bobvolz
Posts: 114
Joined: Sun Jan 31, 2010 11:25 am

Re: Unknown Variable

#9 Post by bobvolz »

OK;

I am going to try this on my laptop at work. I'll keep you posted.
Bob

Post Reply