Recent content by rysiek

  1. R

    Need to add doa34c6.lib to BCB project ?

    Should I explicit include in BCB projects doa34c6.lib ? I realized that is a cure for 'TOracleSession not found' runtime error.
  2. R

    DOA DLL Hangs

    No, just two of them. Once ago there was more param's (char*) but behavior was the same (hang). Hmm, for now, I'm not sure if it is 'DOA generated' problem. When I changed my code to pass pointer to a session and use sesion->Share _and_ explicitly add ip3000v6.lib to BCB project (I use...
  3. R

    DOA DLL Hangs

    Hi, I've got DOA 'exe' application and I'm opening a form from DOA DLL, sharing session by assigning: extern "C" __declspec (dllexport) HWND preopen(HWND parent, void** SVC) { ... dataModule->ses->ExternalSVC = *SVC; form->ShowModal(); ... } all database access controls are grouped in...
Back
Top