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.
Is there a way to view code with Visual Stutio 2005
-
gschalk
- Posts: 615
- Joined: 28 Jan 2003, 12:37
C++ Builder
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
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
-
lynn
- Posts: 20
- Joined: 10 Jun 2008, 11:08
Re: C++ Builder
Ok, I'll try...
I guess it'll be better if I get myself familiar with Builder.
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
Who is online
Users browsing this forum: No registered users and 0 guests
