Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Missing EP?

Oct
356
2
I as just rebuild a plugin -- the compile worked but the link failed.

The link failed because it could not find "Include_Cmd" ... There is a
reference in the header file, but not in the *.lib file -- should this be fixed?
 
On Fri, 18 Sep 2009 14:43:32 -0500, fpefpe <> wrote:

|I as just rebuild a plugin -- the compile worked but the link failed.
|
|The link failed because it could not find "Include_Cmd" ... There is a
|reference in the header file, but not in the *.lib file -- should this be fixed?

As far as I know, it was never in TakeCmd.lib. And I don't recall it being a
documented command. Does your plugin use it?
--
- Vince
 
> I as just rebuild a plugin -- the compile worked but the link failed.
>
> The link failed because it could not find "Include_Cmd" ... There is a
> reference in the header file, but not in the *.lib file -- should this
> be fixed?

There has never been an "Include_Cmd". It's definitely not in the current
plugin SDK -- are you trying to mix different versions of takecmd.h and
takecmd.lib?

Rex Conn
JP Software
 
On Fri, 18 Sep 2009 22:50:42 -0500, rconn <> wrote:

|There has never been an "Include_Cmd". It's definitely not in the current
|plugin SDK -- are you trying to mix different versions of takecmd.h and
|takecmd.lib?

It is declared in the pre-v10 header file but not in the matching library.
--
- Vince
 
On Fri, 18 Sep 2009 22:50:42 -0500, rconn <> wrote:

|There has never been an "Include_Cmd". It's definitely not in the current
|plugin SDK -- are you trying to mix different versions of takecmd.h and
|takecmd.lib?

It is declared in the pre-v10 header file but not in the matching library.
--
- Vince

I copied the sdk.zip from the ftp site -- the header file TakeCmd.h contains
Include_Cmd and an EP
 
Back
Top