Missing EP?

Oct 18, 2008
346
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?
 
May 20, 2008
12,167
133
Syracuse, NY, USA
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
 

rconn

Administrator
Staff member
May 14, 2008
12,556
167
> 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
 
May 20, 2008
12,167
133
Syracuse, NY, USA
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
 
Oct 18, 2008
346
2
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