User forums > Using Code::Blocks
help with code complete, MSVS and a minor bug I've found
neil:
Hello,
I'm using Code::Blocks for the first time and have a few problems, if anyone can help, I've also noticed a bug/feature:
1. How do I get the autocomplete/intellisense/class method list to be made available? I've compiled ok in mingw but still no context help is available
2. I'm also using VS2003 professional (full version not the toolkit) but when I try to compile I get an error from cl.exe saying, 'failed to starte because mspdb71.dll' was not found. I haven't installed the profiling library but in the compiler settings I have not enabled the profiling build option.
I've also discovered a minor problem. I develop using dual screens. Code::Blocks correctly displays itself in my second screen, but when it displays dialog boxes it shows them in the other window, which is really annoying. One thing I did notice though, in some windows, e.g. project options, even though the dialog displays in the other window, when I click on the 'project build options...' within the dialog box the dialog box this opens, goes to the correct window.
thanks.
Neil.
Michael:
--- Quote from: neil on February 24, 2006, 11:55:32 am ---I've also discovered a minor problem. I develop using dual screens. Code::Blocks correctly displays itself in my second screen, but when it displays dialog boxes it shows them in the other window, which is really annoying. One thing I did notice though, in some windows, e.g. project options, even though the dialog displays in the other window, when I click on the 'project build options...' within the dialog box the dialog box this opens, goes to the correct window.
--- End quote ---
Check if Settings-->Environment-->View-->Enhanced multi-monitor dialog placement can solve your problem :).
Best wishes,
Michael
Michael:
--- Quote from: neil on February 24, 2006, 11:55:32 am ---1. How do I get the autocomplete/intellisense/class method list to be made available? I've compiled ok in mingw but still no context help is available
--- End quote ---
Code completion is WIP. And a new one is in "development". Search in the forum for useful info.
Best wishes,
Michael
neil:
Thanks, erm
--- Quote ---Check if Settings-->Environment-->View-->Enhanced multi-monitor dialog placement can solve your problem
--- End quote ---
I don't have this option
--- Quote ---Code completion is WIP. And a new one is in "development".
--- End quote ---
I'm running the stable 1.0rc2, will getting the beta4 have these two options? I'm moving over because I'm sick of Dev-C++ crashing all the time and want to build MSVC and MinGW without running two IDE's, are the betas fairly stable?
I've also got another problem, when I load my project up I get the following error:
10:45:31: The path 'E:axl.h' contains too many ".."!
All I have in my code is:
--- Code: ---#include "../../../axl_framework.h"
--- End code ---
What's so wrong about that?
Thanks for all the help.
mandrav:
http://forums.codeblocks.org/index.php?board=20.0
Navigation
[0] Message Index
[#] Next page
Go to full version