Click here to Skip to main content
16,006,594 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hello,

I have C++ project in Visual Studio 6.0, has database implemented in POET Fast Objects.
Every time when I select object or function or class in C++ & select "Go to Definition' or "Go to Reference", I go to POET automatically created code (extension hxx..)
What can I do in order to see original CPP/h definition/implementation of this function/class?
Please advise..

What I have tried:

I installed visual Assist & tried option to see all references,
but since the project is huge , the assist finds allot of references that very inconvenient.
Posted
Updated 21-Jun-16 23:54pm
v2

1 solution

use the file filter and use "*.cpp" or "*.c" as filter. Type the search string with ":" and "()" as long as possible. Look if the case-sensitive search could help.
 
Share this answer
 
Comments
Nika34 22-Jun-16 7:50am    
In "Go to definition" / "Go to reference" I cannot specify a filter(IN VS 6)
I today using this method specify file extension or separators in find box.., but it's inconvenient..
thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900