| terryeverlast (25) | |||
Why is this code below giving me problems..here are the problems from the debug window
error C2143: syntax error : missing ';' before '.' : error C2501: 'fleRepairOrder' : missing storage-class or type specifiers : error C2371: 'fleRepairOrder' : redefinition; different basic types : see declaration of 'fleRepairOrder' : error C2143: syntax error : missing ';' before '.' | |||
|
|
|||
| Ogoyant (48) | |||
You should also pass a CFileException pointer as a last parameter. So:
Note that you've written "fleRepairOrder" in your posted code, not "fileRepairOrder" as I did in the example above. | |||
|
Last edited on
|
|||
| terryeverlast (25) | |||
i put this code in there
the errors are error C2143: syntax error : missing ';' before '.' : error C2501: 'fileRepairOrder' : missing storage-class or type specifiers : error C2371: 'fileRepairOrder' : redefinition; different basic types ) : see declaration of 'fileRepairOrder' : error C2143: syntax error : missing ';' before '.' | |||
|
|
|||
| terryeverlast (25) | |
| Got it to work by putting it into a buttonclick | |
|
Last edited on
|
|