Maintenance 9. Troubleshooting
RC700 / RC700-A Rev.23 225
3313
The specified file name includes
character(s) that cannot be used.
-
3314 Cannot open the file.
The file is used for other application.
Quit the other application.
3315
' ** ' is already used for a function
name.
Correct the identifier ' ** ' or the
function name. Rebuild the project.
3316
' ** ' is already used for a global
preserve variable name.
Correct the identifier ' ** ' or the global
preserve variable name. Rebuild
3317
' ** ' is already used for a global
Correct the identifier ' ** ' or the global
variable name. Rebuild the project.
3318
' ** ' is already used for a module
variable name.
Correct the identifier ' ** ' or the
module variable name. Rebuild the
3319
Dimension of the array variable
does not match the declaration.
Correct the dimension of the array
and rebuild the project.
3320
Return value type of the function
does not match the declaration.
Correct the return value type of the
function and rebuild the project.
3321
' ** ' is already used with function
Correct the identifier ' ** ' or the
function name. Rebuild the project.
3322
' ** ' is already used with Global
Preserve name.
Correct the identifier ' ** ' or the global
preserve variable name. Rebuild
3323
' ** ' is already used with Global
name.
Correct the identifier ' ** ' or the global
variable name. Rebuild the project.
3324
' ** 'is already used with Module
name.
Correct the identifier ' ** ' or the
module variable name. Rebuild
3325
' ** ' is already used with Local
Correct the identifier ' ** ' or the local
variable name. Rebuild the project.
3326
The number of parameters does
not match the declaration.
Check the number of parameters in
the function, correct the program, and
then rebuild the project.
3327
ByRef was not specified in
Function declaration for parameter
-
3328
ByRef was not specified for
-
Parameter ** type mismatch.
3330
Linked OBJ file does not match the
Rebuild the project.
3331
OBJ file size is beyond the
available size after linking.
The OBJ file size exceeds the limit
value (8MB). Reduce the program.
3332 Variable '**' is redefined.
Variable ' ** ’ is overloaded. Delete
unnecessary variable definition and
3333
Linked OBJ file does not match the
compiled GUI Builder Project.
Rebuild the project.
3334
The number of variables which is
using Wait command is beyond the
maximum allowed.
The number of variables which is
using Wait command is exceeding
the maximum allowed (64). Delete
the variables and rebuild the project.
3335
Call cannot be used in parallel
processing.
Call cannot be used in parallel
processing. Correct the program