|
|
Home » Community » Newbie corner » Using TheIDE/U++ and Visual Studio 2008/2010 IDE as a team in a project
Using TheIDE/U++ and Visual Studio 2008/2010 IDE as a team in a project [message #35453] |
Sat, 18 February 2012 08:26  |
jonzun
Messages: 5 Registered: February 2012 Location: germany
|
Promising Member |
|
|
Hi there!
I have a question about using TheIDE & U++ and Visual Studio 2008/2010 IDE (VS) as a team.
Im planning an application with 32 and 64 bit target as an experiment and to learn TheIDE/U++. And my intention is to keep the source as portable for linux/gcc as possible.
My intention is to stick with the microsoft compiler for windows for debugging / profiling and "lolevel" stuff while using TheIDE and U++ as the GUI prototyping and main application skeleton development tool.
-------------------
Plan:
1.First I expect to design the basic GUI application using U++ with its functionality as a prototype.
2.Then I will switch over to Visual Studio and create a compatible workspace/project type and add all existing source created inside TheIDE (sharing the sources across both IDEs) and build it inside Visual Studio. During this phase i may add external 3rd party libraries etc and build & test using Visual Studio.
3.If there are any changes required in the GUI during the development, i switch back to TheIDE. Now I either have to make the code added during phase 2 compilable inside TheIDE OR i maintain all "exterior code from VS as stubs with some ifdefs - whatever is easier. Then I iterate Phase 2 and 3 until the application is complete.
-------------------
The Problems i expect will be to keep the project / compiler settings compatible across both IDEs as well as all project source files.
Questions:
What is your general opinion about this approach ?
Is there anything should I know to make things easier for me ?
Is it maybe better to always add source code inside the TheIDE structure, and then change in VS ?
kind regards
jz
af571fa42a55726edd4647727f2f6f08
[Updated on: Sat, 18 February 2012 08:29] Report message to a moderator
|
|
|
Re: Using TheIDE/U++ and Visual Studio 2008/2010 IDE as a team in a project [message #35484 is a reply to message #35453] |
Wed, 22 February 2012 12:22   |
keltor
Messages: 73 Registered: February 2012
|
Member |
|
|
I am a beginner myself, so perhaps not the most indicated person to answer, but here are my two cents. Unless there is something really advanced that you have to do with VC++, I don't really see any need to change back and forth between the two IDEs. U++ can produce executables using the VC++ compiler, and you can also link libraries directly.
The VC++ debugger is of course a plus, but on the other hand since you want to port the code to linux, I honestly don't see why you should bother with the whole cumbersome experience instead of just sticking to U++ and letting it do the hard work for you.
[Updated on: Wed, 22 February 2012 12:27] Report message to a moderator
|
|
|
|
|
|
Goto Forum:
Current Time: Fri May 09 11:27:31 CEST 2025
Total time taken to generate the page: 0.01290 seconds
|
|
|