realbasic-nug
[Top] [All Lists]

Re: Win32 DLL install

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Win32 DLL install
From: Aaron Ballman <aaron at realsoftware dot com>
Date: Mon, 31 Jan 2005 09:29:16 -0600
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <29d2148c0c135981a5ba5908f03e600e at chartermi dot net> <41FE4357 dot 7070000 at realsoftware dot com> <C2AA5279-7399-11D9-911E-0003931D7A4A at ljug dot com>
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>

<Prev in Thread] Current Thread [Next in Thread>