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 08:40:23 -0600
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <29d2148c0c135981a5ba5908f03e600e at chartermi dot net>
I thought including it in the Project would take care of the "housekeeping"....... Am I missing something...... Do I need to add it to the Registry?

No, that doesn't work (it won't work with shared libraries for the Mac or Linux either, but it's an interesting idea, so please feature request it!).

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.

HTH!

~Aaron
_______________________________________________
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>