realbasic-plugins
[Top] [All Lists]

Re: statically linking dll

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: statically linking dll
From: Alexander Cohen <alexander dot cohen at coficio dot com>
Date: Thu, 6 Apr 2006 09:09:14 -0400
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
References: <C05A8636 dot 17460%cslittle at mac dot com>
THats what i though. thanks

Alex

On 6-Apr-06, at 8:47 AM, Chris Little wrote:

on 4/5/06 2:06 PM, Alexander Cohen at alexander dot cohen at coficio dot com wrote:

Does anyone have any pointers on how can get a windows dll to be
statically linked into a windows plugin that i'm building with cw 9
(latest version). I really don't want users to have to install the
dll with their app if they want to use the plugin.

You can't directly. You would have to do what RB does for the plugin DLL's and embed the DLL as a BLOB and exact it to some user writeable folder and then use it. The download of that is you would have to weak-link to all of
the DLL functions.

Chris


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

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