Exception OCI function is not linked !

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
JeanR
Posts: 22
Joined: Fri 20 Jul 2007 17:54

Exception OCI function is not linked !

Post by JeanR » Fri 01 Feb 2008 16:39

Hello, i have a critical probleme with Odac 6.25.0.12.

i have a server application, using dll's. these dll's need to use the orasession given by the main application (i pass the pointer of the object).

- I compil the appli and the dll's with the bpl's.

- This is working very well if my main application is a win32 normal application.

- This is not working(Exception OCI function is not linked) if my main application is a win32 service.

How can i solve this problem ?

Thanks !

note that i have read this old post, but i don't really understand the answer... (i'v try, new exception). http://www.crlab.com/forums/viewtopic.p ... 5e29f80981

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 04 Feb 2008 08:57

Please check if dac70 and odac70 packages are in the list of run-time packages of your service application and DLL.

Post Reply