PDA

View Full Version : Compiling errors


Anonymous
November 19th, 2002, 07:45
Hi all!

I get the following errors while compiling:
Error E2451 .\cmdexec.c 130: Undefined symbol 'VAL_CPUDASM' in function Assembl
(trying to add some functionality to a plugin).

There is no VAL_CPUDASM in plugin.h. Maybe I have the wrong version of plugin api????

/R

TBD
November 19th, 2002, 07:55
#define VAL_CPUDASM 53
and it is available in plugin.h 1.07b from command line plugin

Anonymous
November 19th, 2002, 08:09
Hmmm.... I only found a link to plug106.zip (1.06) on the page? So where can I get 1.07b or later?

Thanks!!!

Anonymous
November 19th, 2002, 08:50
Ok, sorry, stupid question... Got it now.