metra
Silver
Earned after your first post and comment.
10th Anniversary
Earned after being a member for 10 years.
Likes : 1
| #1Subject: Ayuda con IDE 4/27/2014, 3:01 pm | |
| Muy buenas. Estoy empezando a trastear con c++ y tengo descargados tanto el microsoft visual 6 c++ como el CodeBlocks. Al tratar de importar el workspace del HG en codeblocks me sale el mensaje: "code blocks failed to import any projects from workspace file" y aunque luego me carga dicho work space cuando trato de compilarlo me salen vario erroes como son: - Code:
-
||=== Build: Win32 Release in HGserver (compiler: GNU GCC Compiler) ===| ||warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead| C:\Users\xavi\Desktop\helbreat 3.82\Sources\HGServer\DebugDialog.cpp||In member function 'void CDebugWindow::AddEventMsg(int, char*, DWORD, char)':| C:\Users\xavi\Desktop\helbreat 3.82\Sources\HGServer\DebugDialog.cpp|87|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]| C:\Users\xavi\Desktop\helbreat 3.82\Sources\HGServer\DebugDialog.cpp|90|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]| C:\Users\xavi\Desktop\helbreat 3.82\Sources\HGServer\DebugDialog.cpp|99|error: name lookup of 'j' changed for ISO 'for' scoping [-fpermissive]| C:\Users\xavi\Desktop\helbreat 3.82\Sources\HGServer\DebugDialog.cpp|99|note: (if you use '-fpermissive' G++ will accept your code)| C:\Users\xavi\Desktop\helbreat 3.82\Sources\HGServer\DebugDialog.cpp|99|warning: comparison between signed and unsigned integer expressions [-Wsign-compare]| C:\Users\xavi\Desktop\helbreat 3.82\Sources\HGServer\DebugDialog.cpp|100|error: 'isprint' was not declared in this scope| ||=== Build failed: 2 error(s), 4 warning(s) (0 minute(s), 0 second(s)) ===| En cambio en visual 6 no me da ningun problema. ¿Alguna ayuda para poder configurar dicho IDE para poder trabajar en el? Gracias! |
|
Krhiz
Silver 4
Over 12 posts and comments.
10th Anniversary
Earned after being a member for 10 years.
Likes : 4
| #2Subject: Re: Ayuda con IDE 4/30/2014, 6:11 pm | |
| Y la verdad amigo, te recomendaria mucho que uses el Visual c++ 6 que es el que usamos todos, Digo para ahorrarte menos problema quizas como te esta pasando ahora podria ser distinto, Nunca use CodeBlocks... Pero recomendaria que uses Visual c++ todas las personas que conosco usan C++ para sus sources.
Espero que soluciones tu problema y perdon por no tener una respuesta!
Saludos! |
|