Using Visual Studio's IntelliSense with the Symbian SDK
| Mon, 2006-02-20 20:14 | |
|
I'm curious if anyone else has found a way to make Visual Studio (either 6 or .NET) detect Symbian's header files. I understand that one uses external build tools, which is why it doesn't pick it up naturally. Anyhow, it would be nice to be able to use it to figure out the plethora of Symbian SDK methods, and espescially to be able to use "Locate Definition" and "Location Declaration."
-euroq |
|






Forum posts: 24
Carbide.vs (VS?) will import the required header files that are referenced in your .CPP files.
Not perfect (especially when you forget to add USERINCLUDE paths and have to repeat the process!) but it can be automated via DOS (batch files).
Anyhow ... i digress.
E kore koe e ngaro taku reo rangatira
Forum posts: 732
-euroq
How about Visual Assist X, but itz not a freeware.Â
Forum posts: 24
E kore koe e ngaro taku reo rangatira
Forum posts: 149
Anyhow, now all I need to do is convince my company to shell out $129 for Visual Assist.
-euroq
Forum posts: 78
However it cant do with some classes
Using it is not that hard even, we need to put the header in project, and for quick results close your solution, delete *.ncb of solution, and start it again.
You dont need to put the header in every project of solution, if you have some common project (doing some trivival stuff), then put it in. Thats it.
You dont need to update MMP, etc...
Remember do direct inclusion of NDS_Intellisense.h - no indirect include.
______________
Symbian on Vs