|
| Project Explorer Inno Script Error |
 |
Sun, 13 May 2007 20:49:50 -040 |
I'm not sure if this is the correct venue for this as I reported this in the
dBase bug-reports yesterday and haven't receivied a reply yet, so ...
V.2.1.6.3 Build 2059
When creating an Inno script with the project explorer and saving it, under the
heading [dBASERuntime] one of the entries I get is
#define dBaseBuild "2054"
when it should read
#define dBaseBuild "2059"
After running the script builder I have to manually change the "2054"
to "2059" in the Inno Script Generator to get it to compile properly.
Is this a bug, or is there somewhere that I need to change the value of the
build number?
Charles
|
| Post Reply
|
| Re: Project Explorer Inno Script Error |
 |
Mon, 14 May 2007 12:18:11 +020 |
Hi,
hmm perhaps your registry entries wrong than ...
look at
HKEY_LOCAL_MACHINE\SOFTWARE\dBASE\PLUS\series1
Key: BldNumRuntime
here it will be get by ISG as default installed...
??
cu
Jonny
|
| Post Reply
|
| Re: Project Explorer Inno Script Error |
 |
Mon, 14 May 2007 12:21:13 +020 |
Hi,
and the Engine EXE file entry OK on ProjExp TAB Inno->Runtime ...
cu
Jonny
|
| Post Reply
|
| Re: Project Explorer Inno Script Error |
 |
Mon, 14 May 2007 12:35:50 +020 |
Hi,
the numbers will be read form exists project file ....
Look at:
[INNO]
....
XPLook=true
dBaseBuild34 <<< (or your number ;-) )
dBaseVersion=2610 <<<
....
So if this was created by older version the entreis still old again...
You can change this....
When a new project (new created after start) the buildnumber and version
must be the latest (newest)....
Perhaps an button for update to newest version is welcome on this page :-)
cu
Jonny
|
| Post Reply
|
| Re: Project Explorer Inno Script Error |
 |
Tue, 15 May 2007 19:02:41 -040 |
Jonny Kwekkeboom Wrote:
> Hi,
>
> hmm perhaps your registry entries wrong than ...
>
> look at
> HKEY_LOCAL_MACHINE\SOFTWARE\dBASE\PLUS\series1
> Key: BldNumRuntime
>
> here it will be get by ISG as default installed...
>
> ??
>
> cu
> Jonny
Jonny,
I check the registry and the BldNumRuntime is correct, however, under
HKEY_LOCAL_MACHINE\SOFTWARE\dBASE\PLUS\series1
BldNumCore it read 2054. I changed it to read 2059 and saved it, rebooted my
computer, but the problem still exists. I reported this in the bug-report
forum, and Kathy Kolosky at QA DBI thinks it's a bug and has reported it.
Thanks,
|
| Post Reply
|
|
|
|
|
|
|
|
|
|