I have problems implementing functions from dclip1.lib. I need the function dc_interpret(), but when I put this function in my code, the exe does not start, crashes with a fatal error when calling DbeLoad(). What could interfer with dclip1.lib in my appliations ?
regards
Rudolf
Code: Select all
FUNCTION Main ( cParam1, cParam2 )
******************************************************************
DEFAULT cParam1 to ""
DEFAULT cParam2 to ""
IF ! DbeLoad( "CDXDBE",.T.) // !!!!!!!!!!!!!!!! crash
Alert( "Database-Engine CDXDBE not loaded" , {"OK"} )
ENDIF
IF ! DbeBuild( "DBFCDX", "DBFDBE", "CDXDBE" )
Alert( "DBFCDX Database-Engine;Could not build engine" , {"OK"} )
ENDIF
Code: Select all
FATAL ERROR LOG
No continue after this Error!
SYS Thread-ID: 772
Module: EXE
Error Codes: EH: 10 Sub: 0(0) OS: 0 XPP: 0
Call Stack of Thread 1 (772):
MAIN(28)
Call Stack of GUI Thread (964):
File: V:\FormCommander\FormCommander.exe
TimeStamp: 20110317 09:57
End of FATAL ERROR LOG.
FATAL ERROR LOG
No continue after this Error!
SYS Thread-ID: 772
Module: EXE
Error Codes: EH: 10 Sub: 0(0) OS: 0 XPP: 0
Call Stack of Thread 1 (772):
MAIN(28)
Call Stack of GUI Thread (964):
File: V:\FormCommander\FormCommander.exe
TimeStamp: 20110317 09:58
End of FATAL ERROR LOG.
FATAL ERROR LOG
No continue after this Error!
SYS Thread-ID: 776
Module: EXE
Error Codes: EH: 10 Sub: 0(0) OS: 0 XPP: 0
Call Stack of Thread 1 (776):
MAIN(28)
Call Stack of GUI Thread (964):
File: v:\FormCommander\FormCommander.exe
TimeStamp: 20110317 09:58
End of FATAL ERROR LOG.