unresolved external symbol "bool ros::console::g_initialized"
Hi all,
I'm creating a small package in Windows using the Msvc Build Environment - Fuerte. I have run the sdk demo and it executes very well. But when I have wrote my own application and I try to compile it, the linker throws me the error: unresolved external symbol "bool ros::console::g_initialized"
I have checked the include folder and the lib folder and the rosconsole.lib but I can't produce the executable. I have looking for the g_initiaized variable but I only found the extern definition. I can't found the real declaration.
Any help will be useful,
Alxperez