Archive: Invalid comand


Invalid comand
Hello

Working on software serial code verification posted through following thread

http://forums.winamp.com/showthread.php?threadid=261704

The below command is been invalid during compilation.Can anyone please help me out with the below command invalidation ?

PassDialog::Dialog Serial \
/HEADINGTEXT 'Please enter the serial code located on the software CD case...' \
/CENTER \
/BOXDASH 12 70 5 '' \
/BOXDASH 92 70 5 '' \
/BOXDASH 172 70 5 '' \
/BOXDASH 252 70 5 '' \
/BOX 332 70 5 ''


Thanks.


That call is from the PassDialog plugin, which means you're probably missing the dll from your plugins folder.

Refer to the docs for PassDialog to make sure you have all the pieces in the right place.