IceM
Starting Member
1 Posts |
Posted - Aug 05 2009 : 10:29:55 AM
|
Hello,
I downloaded the trial version of VAssistX. I have to code a module that uses QT 4.5 classes. I set up visual studio so it knows where to find all the files etc and compiling the module with QT imports is going fine.
However, VAssistX does not reconize the QT classes (QWidget for example). If I open an example project supplied by QT VAssistX does reconize all the classes. I went through all the project settings multiple times comparing my settings with the settings from the example project but I cant get it fixed.
Can someone point me in the right direction? Its verry frustrating not having auto complete functions etc.
Edit: Oh yeah, another thing. Is it possible to disable VAssistX on c# / .net projects? Im using resharper for that and there are native and managed projects in my solution...
Edit2: Hm, rebuilding the symbol database worked... My second question still stands though. |
Edited by - IceM on Aug 05 2009 10:33:57 AM |
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Aug 05 2009 : 12:17:55 PM
|
For the C# files, just add ".cs;" to:
VA Options -> Projects -> Extensions -> Extensions to ignore
and restart the IDE. This should do what you want.
VA should work along side ReSharper without any problems, if you want to use both tools at the same time in your C# code. |
zen is the art of being at one with the two'ness |
|
|