Unresolved externals..."_DBFCDX" in module (MAKE01
Enviado: 14 Ago 2007 12:55
Para migrar para os índices CDX, estou fazendo assim:
1 - No prg principal, estou colocando:
REQUEST DBFCDX
RDDSETDEFAULT("DBFCDX")
DBSETDRIVER("DBFCDX")
DBSETDRIVER("_DBFCDX")
2 - Para linkeditar, estou colocando:
clipper <nome do arquivo>
exospace file <nome do arquivo> library dbfcdx
Mas, ao compilar, obtenho a seguinte mensagem:
exospace file GOPE10 library dbfcdx
ExoSpace for CA-Clipper 5.3
Copyright (c) 1993 - 1995 Computer Associates International, Inc.
DOS/16M Copyright (c) Tenberry Software, Inc. 1987 - 1995
EXO1 - General Linking Utility (for CA-Clipper ExoSpace). V2.11
Copyright (c) Tenberry Software, Inc. 1987 - 1994
Reading object files and library headers.
Processing library directories.
Extracting library objects.
Unresolved externals...
"_DBFCDX" in module (MAKE0100)
ERROR(#4045): Total: 1 unresolved symbols.
ERROR(#4056): Abort error level exceeded.
EXOSPACE error : link failed - .EXE not created (2)
O que não está funcionando? :?
1 - No prg principal, estou colocando:
REQUEST DBFCDX
RDDSETDEFAULT("DBFCDX")
DBSETDRIVER("DBFCDX")
DBSETDRIVER("_DBFCDX")
2 - Para linkeditar, estou colocando:
clipper <nome do arquivo>
exospace file <nome do arquivo> library dbfcdx
Mas, ao compilar, obtenho a seguinte mensagem:
exospace file GOPE10 library dbfcdx
ExoSpace for CA-Clipper 5.3
Copyright (c) 1993 - 1995 Computer Associates International, Inc.
DOS/16M Copyright (c) Tenberry Software, Inc. 1987 - 1995
EXO1 - General Linking Utility (for CA-Clipper ExoSpace). V2.11
Copyright (c) Tenberry Software, Inc. 1987 - 1994
Reading object files and library headers.
Processing library directories.
Extracting library objects.
Unresolved externals...
"_DBFCDX" in module (MAKE0100)
ERROR(#4045): Total: 1 unresolved symbols.
ERROR(#4056): Abort error level exceeded.
EXOSPACE error : link failed - .EXE not created (2)
O que não está funcionando? :?