Page 1 of 1

Is there a way to view code with Visual Stutio 2005

Posted: 10 Jun 2008, 11:14
by lynn
I'm currently browsing through source code of BCI2000 under CodeGear C++ Builder.

Yet the CodeGear is not as good as VS.net, for example, if I want to "Find Reference" of a certain variable, it takes like 3 or more minutes before I can see the result in the "Find Reference" window. While under VS.net, it usually only takes few seconds.

So... is there a way to view BCI2000 code under VS.net?

Thank you.

C++ Builder

Posted: 10 Jun 2008, 13:19
by gschalk
Lynn,

Of course you can load individual C++ files and view them in VS.net. However, I guess what you want is to find functions/references in the whole project. Thus, you would have to create a project in VS.net that contains all the C++ files that the Borland project contains, but then you still could not compile the code or find references for Borland-specific functions.

Thus, at least at the moment, you will have to live with Builder.

Gerv

Re: C++ Builder

Posted: 11 Jun 2008, 19:22
by lynn
Ok, I'll try...

I guess it'll be better if I get myself familiar with Builder.
gschalk wrote:Lynn,

Of course you can load individual C++ files and view them in VS.net. However, I guess what you want is to find functions/references in the whole project. Thus, you would have to create a project in VS.net that contains all the C++ files that the Borland project contains, but then you still could not compile the code or find references for Borland-specific functions.

Thus, at least at the moment, you will have to live with Builder.

Gerv