Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: happygl on April 21, 2007, 01:32:33 pm
-
Hi,
--Problem solved, c++ on vista finalley--
Solution found here. (http://forum.hardware.fr/hfr/Programmation/C-2/code-blocks-vista-sujet_102288_1.htm)
I really need to continue my work, but after installing windows vista, ofcourse I get some nonexistent directory errors! :D
I'm really happy with CodeBlocks, helped me for last 2 yers (with NightlyBuilds) and don't wanna change!
Here's my current Build log file:
http://gdorin.hopto.org/cb_build_log.txt
You can see I added some paths but it's not good yet ;p.
Where & what path I need to add to finish the configuration?
Thanks for any help!
-
Hi,
here is my experience with C::B and MinGW on Vista :
I'm using C::B on Vista and installing MinGW with the installer.
About the install of MinGW, I should disable the vista option about the user's account restrain (don't know if it's the correct translation... "contrôle des comptes utilisateurs" in French), otherwise, an error occur stopping the installation.
About the C::B setting, I must add a path :
Settings -> Compiler and debugger settings -> (in the combobox) choose "Toolchain executables" -> in the tab "Additional Paths" I added the path [MinGW_PATH]\libexec\gcc\mingw32\3.4.2
Maybe other path could be adding...good cheer
All seems to be ok now
regards,
TSalm