Shared libraries need to be placed in the proper location for each
platform. For Windows, that's 1) next to the application as it's
running, 2) in the user's System directory (usually System32), or 3)
in the search path for DLLs, which I don't recall off the top of my
head.
Oddly enough, Mars just pointed me in the right direction for this.
Here is the search path for Windows:
Looks remarkably like the MSDN information on DLL search paths. ;-)
I'm sure you understand why I don't remember all of it. :-P
~Aaron
--
REAL World 2005 - The REALbasic User Conference
March 23-25, 2005, Austin, Texas
<http://www.realsoftware.com/realworld>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|