Error DCBROWSE with Alaska Builde 2.00.623
Error DCBROWSE with Alaska Builde 2.00.623
Error XBPBRW_NAVIGATION_1XCOMPATIBLE
in DCBROWSE
in DCBROWSE
- Attachments
-
- Error.jpg (369.25 KiB) Viewed 12779 times
Nolberto Paulino
Regards
Regards
Re: Error DCBROWSE with Alaska Builde 2.00.623
Looks like your (Alaska) include files are from 1.9, not from 2.0. Maybe you point at a certain (wrong) folder in your PRG/XPJ.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: Error DCBROWSE with Alaska Builde 2.00.623
Tom wrote:Looks like your (Alaska) include files are from 1.9, not from 2.0. Maybe you point at a certain (wrong) folder in your PRG/XPJ.
Hi Tom
I copied all the DLLs in a folder and EXE and gives me the same error.
Nolberto Paulino
Regards
Regards
Re: Error DCBROWSE with Alaska Builde 2.00.623
Hi, Nolberto.
I was talking about include files. Either in your code (header/beginning):
#include 'appevent.ch' // or similiar
or in Roger's.
There is a new constant missing which was introduced with 2.0. So maybe your code points to include files (.ch) from older versions or you recompiled eXpress++ with older includes.
Recompile everything and make sure the includes come from the correct version.
I was talking about include files. Either in your code (header/beginning):
#include 'appevent.ch' // or similiar
or in Roger's.
There is a new constant missing which was introduced with 2.0. So maybe your code points to include files (.ch) from older versions or you recompiled eXpress++ with older includes.
Recompile everything and make sure the includes come from the correct version.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: Error DCBROWSE with Alaska Builde 2.00.623
Tom wrote:Hi, Nolberto.
I was talking about include files. Either in your code (header/beginning):
#include 'appevent.ch' // or similiar
or in Roger's.
There is a new constant missing which was introduced with 2.0. So maybe your code points to include files (.ch) from older versions or you recompiled eXpress++ with older includes.
Recompile everything and make sure the includes come from the correct version.
I Recompiled express all the DLL and I get the same problem
Nolberto Paulino
Regards
Regards
-
- Posts: 605
- Joined: Thu Jan 28, 2010 9:11 pm
- Location: Steven Point, Wisconsin USA
- Contact:
Re: Error DCBROWSE with Alaska Builde 2.00.623
find all your xbp.ch files on your system. The one that is being used when you compiled express or your application is using one that is likely from version 1.9 and not from version 2.0
Approximately line 999 should have these lines:
// Navigation mode
#define XBPBRW_NAVIGATION_SYSTEM 1
#define XBPBRW_NAVIGATION_1XCOMPATIBLE 2
// Message parameter definitions for XbpBrowse specific events
Approximately line 999 should have these lines:
// Navigation mode
#define XBPBRW_NAVIGATION_SYSTEM 1
#define XBPBRW_NAVIGATION_1XCOMPATIBLE 2
// Message parameter definitions for XbpBrowse specific events
Re: Error DCBROWSE with Alaska Builde 2.00.623
Or run a system wide search for "XBPBRW_NAVIGATION_1XCOMPATIBLE" inside all files with the suffix '.ch'. The one you will find is the right one. It should be in a directory which is in the path or pointed at by the environment settings (PATH, INCLUDE).
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: Error DCBROWSE with Alaska Builde 2.00.623
Cliff Wiernik wrote:find all your xbp.ch files on your system. The one that is being used when you compiled express or your application is using one that is likely from version 1.9 and not from version 2.0
Approximately line 999 should have these lines:
// Navigation mode
#define XBPBRW_NAVIGATION_SYSTEM 1
#define XBPBRW_NAVIGATION_1XCOMPATIBLE 2
// Message parameter definitions for XbpBrowse specific events
Tom
My xpb.ch has 2 lines, and rebuild all over again
and the problem continues
Nolberto Paulino
Regards
Regards
Re: Error DCBROWSE with Alaska Builde 2.00.623
xppfilt @C:\Users\DigiSoft\AppData\Local\Temp\09027837.tmp -f:C:\Alaska\exp20\bin20\DCLIPC.def
Alaska XppFilt Version 2.00.623
Copyright (c) Alaska Software 1997-2015. All rights reserved.
Dump public and/or external symbols.
Processing file C:\Alaska\exp20\bin20\DCDEFTRA.OBJ
Processing file C:\Alaska\exp20\bin20\DCKEY.OBJ
DEF file C:\Alaska\exp20\bin20\DCLIPC.def created successfully.
aimplib /COFF C:\Alaska\exp20\bin20\DCLIPC.def /oC:\Alaska\exp20\bin20\DCLIPC.lib
Alaska Import Library Utility Version 2.00.623
Copyright (c) Alaska Software 1997-2015. All rights reserved.
Create COFF import library from .DEF file.
Tom
I've noticed that when I Rebuild dclipc.dll is generating this error
Processing file C:\Alaska\exp20\bin20\DCLIPC.def
Import Library C:\Alaska\exp20\bin20\DCLIPC.lib created successfully.
alink.exe @C:\Users\DigiSoft\AppData\Local\Temp\09027853.tmp
Alaska 32-Bit Linker Version 2.00.623
Copyright (c) Alaska Software 1997-2015. All rights reserved.
ALINK: fatal error ALK4001: cannot open file "KERNEL32.LIB"
'alink.exe @C:\Users\DigiSoft\AppData\Local\Temp\09027853.tmp' returned error 1
Processing time: 0.28 secs.
Se han movido 1 archivos.
Se han movido 1 archivos.
Se han movido 1 archivos.
Alaska XppFilt Version 2.00.623
Copyright (c) Alaska Software 1997-2015. All rights reserved.
Dump public and/or external symbols.
Processing file C:\Alaska\exp20\bin20\DCDEFTRA.OBJ
Processing file C:\Alaska\exp20\bin20\DCKEY.OBJ
DEF file C:\Alaska\exp20\bin20\DCLIPC.def created successfully.
aimplib /COFF C:\Alaska\exp20\bin20\DCLIPC.def /oC:\Alaska\exp20\bin20\DCLIPC.lib
Alaska Import Library Utility Version 2.00.623
Copyright (c) Alaska Software 1997-2015. All rights reserved.
Create COFF import library from .DEF file.
Tom
I've noticed that when I Rebuild dclipc.dll is generating this error
Processing file C:\Alaska\exp20\bin20\DCLIPC.def
Import Library C:\Alaska\exp20\bin20\DCLIPC.lib created successfully.
alink.exe @C:\Users\DigiSoft\AppData\Local\Temp\09027853.tmp
Alaska 32-Bit Linker Version 2.00.623
Copyright (c) Alaska Software 1997-2015. All rights reserved.
ALINK: fatal error ALK4001: cannot open file "KERNEL32.LIB"
'alink.exe @C:\Users\DigiSoft\AppData\Local\Temp\09027853.tmp' returned error 1
Processing time: 0.28 secs.
Se han movido 1 archivos.
Se han movido 1 archivos.
Se han movido 1 archivos.
Nolberto Paulino
Regards
Regards
Re: Error DCBROWSE with Alaska Builde 2.00.623
Hi Tom
the problem I saw was that in _dcxbrow.prg had not added the xbp.ch which is where XBPBRW_NAVIGATION_1XCOMPATIBLE refers to recompile DCLIPX.DLL and problem solved
the problem I saw was that in _dcxbrow.prg had not added the xbp.ch which is where XBPBRW_NAVIGATION_1XCOMPATIBLE refers to recompile DCLIPX.DLL and problem solved
Nolberto Paulino
Regards
Regards