Author Topic: uTaskerV1.3.0_M5223X_SP6 is error when compiling???  (Read 6665 times)

Offline tr111

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
uTaskerV1.3.0_M5223X_SP6 is error when compiling???
« on: February 28, 2008, 05:21:10 AM »
   I use the cw6.4,but compile error:
Error   : undefined identifier 'POINTER_USER_NAME'
webutils.c line 282           if (fnCheckPass(POINTER_USER_NAME, cDecodedUser)) return CREDENTIALS_REQUIRED; // return if user name match not valid {

Error   : undefined identifier 'POINTER_USER_PASS'
webutils.c line 285           if (fnCheckPass(POINTER_USER_PASS, cPass)) return CREDENTIALS_REQUIRED; // return if user password is not good {4} 

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3234
    • View Profile
    • uTasker
Re: uTaskerV1.3.0_M5223X_SP6 is error when compiling???
« Reply #1 on: February 28, 2008, 10:51:22 AM »
Hi

See the release notes to the SP:

“config_ref_m5223X_sp6.h - there are a few defines which have moved location. This file will not overwrite any existing configuration file but can be used a reference in case of missing defines after an upgrade to the new service pack. It also serves are reference for latest options.“

To test the project it is possible to rename this file to config.h – it includes the missing defines.

You can also copy the defines from this file to your own config.h

#define POINTER_USER_NAME parameters->cUserName      // define where the user name and password is taken from
#define POINTER_USER_PASS parameters->cUserPass


Regards

Mark