S
source
I have few binaries (dll) that I use within my project.
I also have sourcecode for those dlls.
What I am trying to achieve is when I want to step into or View defination
(option you get in the context menu of Visual Studio when you highlight and
right click on an API)
of a particular API that belongs to the dll.
Is there anyway I can create a dll which will allow me to do that?
As I mentioned I have the source code of the dll.
I CANNOT INCLUDE THOSE PROJECTS IN MY CURRENT PROJECTS THOUGH.
I can only include the dlls.
I also have sourcecode for those dlls.
What I am trying to achieve is when I want to step into or View defination
(option you get in the context menu of Visual Studio when you highlight and
right click on an API)
of a particular API that belongs to the dll.
Is there anyway I can create a dll which will allow me to do that?
As I mentioned I have the source code of the dll.
I CANNOT INCLUDE THOSE PROJECTS IN MY CURRENT PROJECTS THOUGH.
I can only include the dlls.