Hello
Am working with this program its not running as a separate program in vs 2005. Am getting the errors can anybody help me to solve the errors or to make this program to run.
This program is nothing but gpiotest.cpp i added the header files too but i cant able to run .what are the things i want to make the program running.
Help me to rectify the errors.
Error 6 error C2146: syntax error : missing ';' before identifier 'ShellProc' e:\ti\globals.h 47
Error 7 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\globals.h 47
Error 8 error C2061: syntax error : identifier 'SPPARAM' e:\ti\globals.h 47
Error 9 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\globals.h 47
Error 10 error C2146: syntax error : missing ';' before identifier 'g_lpFTE' e:\ti\ft.h 70
Error 11 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\ft.h 70
Error 12 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\ft.h 70
Error 13 error C2146: syntax error : missing ';' before identifier 'TestProc_IOCTL_API' e:\ti\ft.h 72
Error 14 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\ft.h 72
Error 15 error C2061: syntax error : identifier 'TPPARAM' e:\ti\ft.h 72
Error 16 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\ft.h 72
Error 17 error C2146: syntax error : missing ';' before identifier 'TestProc_Inline_API' e:\ti\ft.h 73
Error 18 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\ft.h 73
Error 19 error C2086: 'int TESTPROCAPI' : redefinition e:\ti\ft.h 73
Error 20 error C2061: syntax error : identifier 'TPPARAM' e:\ti\ft.h 73
Error 21 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\ft.h 73
Error 22 error C2146: syntax error : missing ';' before identifier 'TestProc_ReadWrite' e:\ti\ft.h 74
Error 23 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\ft.h 74
Error 24 error C2086: 'int TESTPROCAPI' : redefinition e:\ti\ft.h 74
Error 25 error C2061: syntax error : identifier 'TPPARAM' e:\ti\ft.h 74
Error 26 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\ft.h 74
Error 27 error C2146: syntax error : missing ';' before identifier 'TestProc_MultiThread' e:\ti\ft.h 75
Error 28 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\ft.h 75
Error 29 error C2086: 'int TESTPROCAPI' : redefinition e:\ti\ft.h 75
Error 30 error C2061: syntax error : identifier 'TPPARAM' e:\ti\ft.h 75
Error 31 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\ft.h 75
Error 32 error C2143: syntax error : missing ';' before '*' e:\ti\globals.h 58
Error 33 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\globals.h 58
Error 34 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\globals.h 58
Error 35 error C2143: syntax error : missing ';' before '*' e:\ti\globals.h 61
Error 36 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\globals.h 61
Error 37 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int e:\ti\globals.h 61
Error 38 fatal error C1083: Cannot open include file: 'kernelgpio.h': No such file or directory e:\ti\gpiotest.cpp 16
Regards
Vinoth.