Hello!

  I am trying to load two copies of sqlite.dll at one time.
  One - version 2.8.4, two - version 2.8.6

  handle1:= loadlibrary('c:\2.8.4\sqlite.dll');
  // this loaded OK

  handle2:= loadlibrary('c:\custom\sqlite.dll');
  // this return error
  ERROR_NOACCESS (Invalid access to memory location)
  
  Why I can't load two copies of sqlite.dll?
  
  P.S.
  I use Delphi 7, windows 2000

-- 
Best regards

 Sergey Startsev, KRASLabs
 http://www.kraslabs.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to