Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Pranjal on March 01, 2016, 06:41:51 am

Title: LINKER LIBRARIES GOT DELETED
Post by: Pranjal on March 01, 2016, 06:41:51 am
My brother and I both use codeblocks. But unfortunately he deleted linker libraries from linker settings.Now how can I fix it?Please help me!!!  :( 
Title: Re: LINKER LIBRARIES GOT DELETED
Post by: MortenMacFly on March 01, 2016, 08:45:06 am
Now how can I fix it?Please help me!!!  :(
Re-add them. If you use version control, revert the changes. If you don't use version control: You've learned the lesson why you should do.
Title: Re: LINKER LIBRARIES GOT DELETED
Post by: oBFusCATed on March 01, 2016, 09:42:52 am
And don't add stuff to the global compiler settings, instead use projects and add the settings there. :)
Title: Re: LINKER LIBRARIES GOT DELETED
Post by: Pranjal on March 02, 2016, 02:34:41 pm
I asked you guys to tell me how to fix it.I did not want any advice!!!!!!!!!!!!!!!!!!
Title: Re: LINKER LIBRARIES GOT DELETED
Post by: MortenMacFly on March 02, 2016, 07:44:04 pm
I asked you guys to tell me how to fix it.
What shall we fix? If you change the option and hit "save" C::B did what you wanted it to do. Usually there is even a !"are you sure" query.

So sorry, but there is nothing we can do. Furthermore this is not a C::B issue.
Title: Re: LINKER LIBRARIES GOT DELETED
Post by: Pranjal on March 03, 2016, 07:14:10 am
So that means my codeblocks is gone.Will it be fixed if I reinstall it?
Title: Re: LINKER LIBRARIES GOT DELETED
Post by: stahta01 on March 03, 2016, 07:55:58 am
So that means my codeblocks is gone.Will it be fixed if I reinstall it?

Please follow and read this link http://www.catb.org/esr/faqs/smart-questions.html (http://www.catb.org/esr/faqs/smart-questions.html)

Then, ask a smart question!

Edit: An FAQ that might apply to your problem; but, I can NOT be sure since I have no idea what your problem really is.
http://wiki.codeblocks.org/index.php/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/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.