Guest User

Untitled

a guest
Dec 11th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. 1>------ Build started: Project: Mydll, Configuration: Debug Win32 ------
  2. 1>Compiling...
  3. 1>MinhaDll.cpp
  4. 1>c:\users\ruan\documents\visual studio 2008\projects\minhadll\minhadll\minhadll.cpp(1) : error C2146: syntax error : missing ';' before identifier 'APIENTRY'
  5. 1>c:\users\ruan\documents\visual studio 2008\projects\minhadll\minhadll\minhadll.cpp(1) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  6. 1>c:\users\ruan\documents\visual studio 2008\projects\minhadll\minhadll\minhadll.cpp(1) : error C2146: syntax error : missing ';' before identifier 'DllMain'
  7. 1>c:\users\ruan\documents\visual studio 2008\projects\minhadll\minhadll\minhadll.cpp(1) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  8. 1>c:\users\ruan\documents\visual studio 2008\projects\minhadll\minhadll\minhadll.cpp(1) : error C2065: 'HANDLE' : undeclared identifier
  9. 1>c:\users\ruan\documents\visual studio 2008\projects\minhadll\minhadll\minhadll.cpp(1) : error C2146: syntax error : missing ')' before identifier 'hDllHandle'
  10. 1>c:\users\ruan\documents\visual studio 2008\projects\minhadll\minhadll\minhadll.cpp(1) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  11. 1>c:\users\ruan\documents\visual studio 2008\projects\minhadll\minhadll\minhadll.cpp(1) : error C2059: syntax error : ')'
  12. 1>c:\users\ruan\documents\visual studio 2008\projects\minhadll\minhadll\minhadll.cpp(2) : error C2143: syntax error : missing ';' before '{'
  13. 1>c:\users\ruan\documents\visual studio 2008\projects\minhadll\minhadll\minhadll.cpp(2) : error C2447: '{' : missing function header (old-style formal list?)
  14. 1>Build log was saved at "file://c:\Users\Ruan\Documents\Visual Studio 2008\Projects\Minhadll\Minhadll\Debug\BuildLog.htm"
  15. 1>Mydll - 10 error(s), 0 warning(s)
  16. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Add Comment
Please, Sign In to add comment