realbasic-plugins
[Top] [All Lists]

Re: Same lib in 2 separate plugins breaks Win32 builds?

To: "REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>" <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: Same lib in 2 separate plugins breaks Win32 builds?
From: William Yu <william at realsoftware dot com>
Date: Mon, 30 Aug 2004 09:29:55 -0500
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
On 8/30/04 2:40 AM, "Frank Condello" <developer at chaoticbox dot com> wrote:

> I have two Mac/Win32 plugins that work fine on their own on both
> platforms, but when using both plugins in a Win32 build, I get the
> following error(s) (built with RB 5.3.3 on OS X):
> 
> Failed Assertion 4
> plugin.cpp 6687
> Failure Condition: pluginEntryTable.GetEntry( entrypointName, out )
> Can't find plugin method <some plugin method here>

It sounds like a DLL name conflict.  If the two plugins share the same DLL
name, then one would load and the other would fail.  If you don't have
access to these plug-ins, you can use ResEdit or the RB Plug-in Converter to
change the name of the DLL inside the plug-in.


Regards,
William Yu
william at realsoftware dot com

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>

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