I get 2 errors when trying to compile any Example file in Code::Blocks:
ld.exe||cannot find -lstrmbase|
ld.exe||cannot find -lz|
I'm fairly new to this whole scene so I'm not sure what else to include into this topic.
Can anyone help me figure this out,
Greetings,
Pixelated
Yes, start reading these http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29
My guess, you did something stupid like adding those settings to the Global compiler linker settings.
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_I_would_like_to_compile_a_project_using_some_non-standard_libraries._How_can_I_indicate_to_CodeBlocks_that_these_libraries_and_include_files_exist.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_I_would_like_to_compile_a_project_using_some_non-standard_libraries._How_can_I_indicate_to_CodeBlocks_that_these_libraries_and_include_files_exist.3F)
Tim S.