Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » cannot use oracle from dll
Re: cannot use oracle from dll [message #53113 is a reply to message #53112] Tue, 03 March 2020 09:30 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Well, I have no experiences with this. Frankly, it is also a couple of years since I have used Oracle last time....

Anyway. The error basically means that oci7.dll could not be dynamically loaded. For starters:

void DLLTYPE::Force()
{
	if(!DLLTYPE::Load()) {
//		RLOG("Failed to load required dynamic library '" << LibName() << "'");
		exit(1);
	}
}


I would uncomment that RLOG...

Also, details about host system, compiler and main configuration would be helpful here... Smile

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: [Solved]CoreTutoral package problem
Next Topic: lzma compression does not seem to work
Goto Forum:
  


Current Time: Fri Apr 26 10:46:02 CEST 2024

Total time taken to generate the page: 0.04704 seconds