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
DataModule.
A form opens and works fine, but after few seconds it hangs. I cannot trap where (and why).
If I build the source as an exe application all works fine.
Using XP Prof, BCB6, Oracle 9.2
------------------
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
DataModule.
A form opens and works fine, but after few seconds it hangs. I cannot trap where (and why).
If I build the source as an exe application all works fine.
Using XP Prof, BCB6, Oracle 9.2
------------------