Page 1 of 1

Unknown Variable

Posted: Wed Nov 25, 2015 12:24 am
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 13698 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

Re: Unknown Variable

Posted: Wed Nov 25, 2015 1:46 am
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.

Re: Unknown Variable

Posted: Wed Nov 25, 2015 6:53 am
by rdonnay
This makes no sense.

I need to see this on your computer.
Do you have teamviewer?

Re: Unknown Variable

Posted: Wed Nov 25, 2015 6:05 pm
by Andy Edward
Hi Roger,

Yes I have. I'll send you a PM

Regards,

Andy

Re: Unknown Variable

Posted: Sat Nov 28, 2015 10:52 am
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

Re: Unknown Variable

Posted: Sat Nov 28, 2015 2:52 pm
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?

Re: Unknown Variable

Posted: Sat Nov 28, 2015 4:14 pm
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.

Re: Unknown Variable

Posted: Sat Nov 28, 2015 6:30 pm
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.

Re: Unknown Variable

Posted: Sun Nov 29, 2015 11:15 am
by bobvolz
OK;

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