Advertisement
Guest User

error

a guest
Mar 14th, 2015
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.84 KB | None | 0 0
  1. Error   5   error C2146: syntax error : missing ';' before identifier 'initPrototype'   c:\documents and settings\pc\desktop\client\userinterface\PythonrootlibManager.cpp  15  UserInterface
  2. Error   6   error C4430: missing type specifier - int assumed. Note: C++ does not support default-int   c:\documents and settings\pc\desktop\client\userinterface\PythonrootlibManager.cpp  15  UserInterface
  3. Error   7   error C4430: missing type specifier - int assumed. Note: C++ does not support default-int   c:\documents and settings\pc\desktop\client\userinterface\PythonrootlibManager.cpp  15  UserInterface
  4. Error   8   error C2146: syntax error : missing ';' before identifier 'initserverInfo'  c:\documents and settings\pc\desktop\client\userinterface\PythonrootlibManager.cpp  16  UserInterface
  5. Error   9   error C4430: missing type specifier - int assumed. Note: C++ does not support default-int   c:\documents and settings\pc\desktop\client\userinterface\PythonrootlibManager.cpp  16  UserInterface
  6. Error   10  error C2086: 'int PyMODINIT_FUNC' : redefinition    c:\documents and settings\pc\desktop\client\userinterface\PythonrootlibManager.cpp  16  UserInterface
  7. Error   11  error C4430: missing type specifier - int assumed. Note: C++ does not support default-int   c:\documents and settings\pc\desktop\client\userinterface\PythonrootlibManager.cpp  16  UserInterface
  8. Error   12  error C2146: syntax error : missing ';' before identifier 'initsystem'  c:\documents and settings\pc\desktop\client\userinterface\PythonrootlibManager.cpp  17  UserInterface
  9. Error   13  error C4430: missing type specifier - int assumed. Note: C++ does not support default-int   c:\documents and settings\pc\desktop\client\userinterface\PythonrootlibManager.cpp  17  UserInterface
  10. Error   14  error C2086: 'int PyMODINIT_FUNC' : redefinition    c:\documents and settings\pc\desktop\client\userinterface\PythonrootlibManager.cpp  17  UserInterface
  11. Error   15  error C4430: missing type specifier - int assumed. Note: C++ does not support default-int   c:\documents and settings\pc\desktop\client\userinterface\PythonrootlibManager.cpp  17  UserInterface
  12. Error   16  error C2440: 'initializing' : cannot convert from 'int (__cdecl *)(void)' to 'void (__cdecl *)(void)'   c:\documents and settings\pc\desktop\client\userinterface\PythonrootlibManager.cpp  21  UserInterface
  13. Error   17  error C2440: 'initializing' : cannot convert from 'int (__cdecl *)(void)' to 'void (__cdecl *)(void)'   c:\documents and settings\pc\desktop\client\userinterface\PythonrootlibManager.cpp  22  UserInterface
  14. Error   18  error C2440: 'initializing' : cannot convert from 'int (__cdecl *)(void)' to 'void (__cdecl *)(void)'   c:\documents and settings\pc\desktop\client\userinterface\PythonrootlibManager.cpp  23  UserInterface
  15. Error   25  error C2664: 'PyModule_AddStringConstant' : cannot convert parameter 3 from 'const char *' to 'char *'  c:\Documents and Settings\PC\Desktop\Client\UserInterface\UserInterface.cpp 328 UserInterface
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement