problem upgrading /migrating existing projects
Posted: Fri 05 Aug 2016 09:57
Hi,
using unidac pro 6.3.13, odac pro 9.7.25, c++ builder XE10.
Building a new app works.
However, if I take an existing application, it fails at runtime.
I take an existing app, replace components/includes/pragma links, build, run
=> I get a clean messager telling I have to add a TUniOracleProvider (this is fine, and I can put a breakpoint on Application->Initialize();). If I add the TUniOracleProvider to the data module, build, I get a runtime exception before reaching the Application->Initialize() statement:
---------------------------
Debugger Fault Notification
---------------------------
Project N:\cec\PSendFile\.\PSendFile.exe faulted with message: 'access violation at 0x00f737f8: read of address 0x00000004'. Process Stopped. Use Step or Run to continue.
---------------------------
OK
---------------------------
Any hint? Should I change settings to project?
using unidac pro 6.3.13, odac pro 9.7.25, c++ builder XE10.
Building a new app works.
However, if I take an existing application, it fails at runtime.
I take an existing app, replace components/includes/pragma links, build, run
=> I get a clean messager telling I have to add a TUniOracleProvider (this is fine, and I can put a breakpoint on Application->Initialize();). If I add the TUniOracleProvider to the data module, build, I get a runtime exception before reaching the Application->Initialize() statement:
---------------------------
Debugger Fault Notification
---------------------------
Project N:\cec\PSendFile\.\PSendFile.exe faulted with message: 'access violation at 0x00f737f8: read of address 0x00000004'. Process Stopped. Use Step or Run to continue.
---------------------------
OK
---------------------------
Any hint? Should I change settings to project?