Hi Joe,

I cannot do this as there is no "project library". Essentially I select some 
libraries and they get "loaded" into the software that I am programming to. So 
basically everything needs to sit in one repository.

Christopher Sonon | Application Engineer | CEPDM | CWPDM | CSWST
ModernTech |1626 Downtown West Blvd. | Knoxville | TN | 37919 | USA
Phone: 865.934.5329 | Fax: 865.934.5353 

"If you want to improve, be content to be thought foolish and stupid." Epictetus
"If we find ourselves with a desire that nothing in this world can satisfy, the 
most probable explanation is that we were made for another world." CS Lewis

Solidworks Technical Support | [email protected] | 
1.877.553.9001
Live Technical Support | Monday - Friday 8-5 Eastern Time | ModernTech 
GoToAssist


-----Original Message-----
From: [email protected] [mailto:[email protected]] 
On Behalf Of Joe Mistachkin
Sent: Wednesday, October 10, 2012 9:49 AM
To: 'General Discussion of SQLite Database'
Subject: Re: [sqlite] SQLite.Interop


Chris Sonon wrote:
> 
> I have an issue that I was hoping someone could provide a cleaver
workaround
> for. I am forced, not by my hand, but by a software I am programming to.
The
> software requires that the libraries be loaded all in the same folder
location.
> This presents problems when I run into a mixed environment of 64 and 
> 32
bit
> machines. I am programing in c#.
> 
 
Have you looked at the native library pre-loading feature?

In summary, it attempts to automatically detect the processor architecture of 
the current process and then load the appropriate DLL from a processor 
architecture specific sub-directory of the application directory.  It is 
documented here:

http://system.data.sqlite.org/index.html/artifact?ci=trunk&filename=Doc/Extr
a/environment.html

And the general usage is described here:

http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to