Maintenance 8. Trouble Shooting
RC180 Rev.17
No. Message Remedy Note 1 Note 2
3315
' ** ' is already used for the function
Correct the identifier ' ** ' or the function
name. Rebuild the project.
3316
' ** ' is already used for the global
preserve variable.
Correct the identifier ' ** ' or the global
preserve variable name. Rebuild the
' ** ' is already used for the global
variable.
Correct the identifier ' ** ' or the global
variable name. Rebuild the project.
' is already used for the module
variable.
Correct the identifier ' ** ' or the module
variable name. Rebuild the project.
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
name.
Correct the identifier ' ** ' or the function
name. Rebuild the project.
Correct the identifier ' ** ' or the global
preserve variable name. Rebuild the
3323
' ** ' is already used with Global
Correct the identifier ' ** ' or the global
variable name. Rebuild the project.
'is already used with Module
name.
Correct the identifier ' ** '
or the module
variable name. Rebuild the project.
3325 ' ** ' is already used with Local name.
Correct the identifier ' ** ' or the local
variable name. Rebuild the project.
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.
ByRef was not specified on Function
declaration on parameter **.
3328
ByRef was not specified on parameter
3329 Parameter ** type mismatch.
3330
Linked OBJ file does not match the
compiled Vision Project.
Rebuild the project.
3331
OBJ file size is beyond the available
The OBJ file size exceeds the limit value
(8MB). Reduce the program.
3332 Variable '**' is redefined.
Variable ' ** ’ is overloaded. Delete
unnecessary variable definition and
rebuild the project.
Linked OBJ file does not match the
compiled GUI Builder Project.
Rebuild the project.
3334
The number of variable which is using
Wait command are beyond the
The number of variables which is using
is exceeding the
maximum allowed (64). Delete the
variables and rebuild the project.
cannot use in the parallel
processing.
Call cannot be used
Correct the program and
rebuild the project.
3336 Variable was redefined.
Correct the data type of the variable and
3405 DialogResult was not specified.
DialogResult property setting value is
not specified in GSet statement. Refer
to GUI Builder 5.0 “DialogResult
Property” and specify a proper setting