This forum is for eXpress++ general support.
Andy Edward
Posts: 103 Joined: Fri Sep 17, 2010 2:58 am
#1
Post
by Andy Edward » Wed Nov 25, 2015 12:24 am
Hi Roger,
I'm having this error when I run my app after compiling using Express++ 263.
Untitled-1.gif (16.59 KiB) Viewed 17120 times
I've made sure that DCDIALOG.CH have the
. 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
#2
Post
by Leon Berger » Wed Nov 25, 2015 1:46 am
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
rdonnay
Site Admin
Posts: 4813 Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:
#3
Post
by rdonnay » Wed Nov 25, 2015 6:53 am
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
#4
Post
by Andy Edward » Wed Nov 25, 2015 6:05 pm
Hi Roger,
Yes I have. I'll send you a PM
Regards,
Andy
bobvolz
Posts: 117 Joined: Sun Jan 31, 2010 11:25 am
#5
Post
by bobvolz » Sat Nov 28, 2015 10:52 am
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
rdonnay
Site Admin
Posts: 4813 Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:
#6
Post
by rdonnay » Sat Nov 28, 2015 2:52 pm
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: 117 Joined: Sun Jan 31, 2010 11:25 am
#7
Post
by bobvolz » Sat Nov 28, 2015 4:14 pm
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.
rdonnay
Site Admin
Posts: 4813 Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:
#8
Post
by rdonnay » Sat Nov 28, 2015 6:30 pm
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: 117 Joined: Sun Jan 31, 2010 11:25 am
#9
Post
by bobvolz » Sun Nov 29, 2015 11:15 am
OK;
I am going to try this on my laptop at work. I'll keep you posted.
Bob