• Welcome to SQLitening Support Forum.
 

slRunProc failing because LoadLibrary is failing

Started by Bern Ertl, April 05, 2017, 03:37:13 PM

Previous topic - Next topic

Bern Ertl

I created a distribution of the app that I've been developing for the last few years.  When I test installing the app on a new computer (ie. not my development computer), the first time the client app attempts to call a function in SQLiteningProcsT.Dll (slRunProc "TmyFunc" ...), the slRunProc call is failing on the LoadLibrary call.  LoadLibrary is not finding SQLiteningProcs.T.dll even though it's in the folder where the server app is installed.  Anyone have any ideas on what might be wrong?

Bern Ertl

Never mind.  SQLiteningProcsT.dll had some functions that required (depended upon) another dll that I failed to include in the distribution.  All is well.