Sorry, I forgot to tell it is a COM DLL and it is really needed since the
plugin itself makes copies of that DLL and they have to be unique amongst
each other. O yeah, and the plugin doesn't 'use' the COM DLL, it only copies
it. It is Windows explorer that will use the COM DLL.
2006/3/14, Chris Little <cslittle at mac dot com>:
>
> on 3/13/06 5:06 AM, Kristof Coene at kristofcoene at gmail dot com wrote:
>
> > Thanks Chris, it really helped me out, now the DLL is up and working.
> There
> > is only one problem left: I want to have the abilit to have more than 1
> of
> > the DLL file on 1 computer, but since it is hooked up to 1 GUID, there
> can
> > only be one working, so I want to have that each dll file has it's own
> GUID,
> > but the only way I know is (for VC 6.0) to go to the .idl file, change
> the
> > GUID manually and compile the DLL again; Isn't there a more dynamic
> method
>
> I guess I'm not sure what you're trying to accomplish. You are only going
> to be able to launch one instance of the DLL at a time. Is this a COM DLL
> or an ActiveX control? Why can't you use a single instance of the DLL and
> add a function that lets you pass in the path to the text file?
>
> 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>
From Tue 14 Mar 2006 15:27:59 +0530
Return-Path: <realbasic-plugins-bounces at lists dot realsoftware dot com>
Received: from lists.realsoftware.com (209.198.132.125) by realsoftware.com
with ESMTP (Eudora Internet Mail Server 3.1.3);
Tue, 14 Mar 2006 03:55:54 -0600
Received: from lists.realsoftware.com (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP
id 2C15F116587B; Tue, 14 Mar 2006 03:55:46 -0600 (CST)
X-Original-To: realbasic-plugins at lists dot realsoftware dot com
Delivered-To: realbasic-plugins at lists dot realsoftware dot com
Received: from inexch1.rainbow.com (unknown [202.144.61.172])
by lists.realsoftware.com (Postfix) with ESMTP id 2CB09116586E
for <realbasic-plugins at lists dot realsoftware dot com>;
Tue, 14 Mar 2006 03:55:39 -0600 (CST)
Received: by INEXCH1 with Internet Mail Service (5.5.2657.72)
id <G47ABXQY>; Tue, 14 Mar 2006 15:28:06 +0530
Message-ID: <20686C579479DC438276A726FE80CDAA045F5750 at INEXCH1>
From: karora at in dot safenet-inc dot com
To: realbasic-plugins at lists dot realsoftware dot com
Date: Tue, 14 Mar 2006 15:27:59 +0530
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: text/plain;
charset="iso-8859-1"
X-Content-Filtered-By: Mailman/MimeDel 2.1.2
Subject: Help
X-BeenThere: realbasic-plugins at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot
com>
Sender: realbasic-plugins-bounces at lists dot realsoftware dot com
Errors-To: realbasic-plugins-bounces at lists dot realsoftware dot com
Status: R
Are plugins of Realbasic version 2.2 compatible with realbasic2006?
Its showing the following error:
cannot compile a constant with no name.
_______________________________________________
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>
|