Hi,
I'm on a corporate locked down system so I can't change anything beyond my user profile.
But anyway, Pkg.add("SQLite") but when I start using SQLite
It finds the wrong DLL which is on my current system
ERROR: ccall: could not find function sqlite3_create_function_v2 in library C:\Program Files (x86)\Novell\ZENworks\bin\sqlite3.DLL
Is there a way to force it to use G:\Julia-0.4.6\Git\mingw64\lib\sqlite3.8.8.3\sqlite3883.dll
(or whichever is appropriate ?)
Cheers
Hi,
I'm on a corporate locked down system so I can't change anything beyond my user profile.
But anyway, Pkg.add("SQLite") but when I start using SQLite
It finds the wrong DLL which is on my current system
ERROR: ccall: could not find function sqlite3_create_function_v2 in library C:\Program Files (x86)\Novell\ZENworks\bin\sqlite3.DLL
Is there a way to force it to use G:\Julia-0.4.6\Git\mingw64\lib\sqlite3.8.8.3\sqlite3883.dll
(or whichever is appropriate ?)
Cheers