Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionVisual Studio 2005 & ClassWizard Pin
flippydeflippydebop21-Jul-06 5:22
flippydeflippydebop21-Jul-06 5:22 
AnswerRe: Visual Studio 2005 & ClassWizard Pin
Zac Howland21-Jul-06 5:26
Zac Howland21-Jul-06 5:26 
AnswerRe: Visual Studio 2005 & ClassWizard Pin
kitty521-Jul-06 5:32
kitty521-Jul-06 5:32 
QuestionRe: Visual Studio 2005 & ClassWizard Pin
David Crow21-Jul-06 5:51
David Crow21-Jul-06 5:51 
AnswerRe: Visual Studio 2005 & ClassWizard Pin
flippydeflippydebop21-Jul-06 18:54
flippydeflippydebop21-Jul-06 18:54 
AnswerRe: Visual Studio 2005 & ClassWizard Pin
flippydeflippydebop21-Jul-06 19:08
flippydeflippydebop21-Jul-06 19:08 
QuestionVisual C++ Compiler with Eclipse Pin
pgav21-Jul-06 5:07
pgav21-Jul-06 5:07 
AnswerRe: Visual C++ Compiler with Eclipse [modified] Pin
Zac Howland21-Jul-06 5:22
Zac Howland21-Jul-06 5:22 
pgav wrote:
Does anyone know of a plug in for Eclipse that would allow me to use the Visual Studio Compiler, or another Windows compiler that doesn't require Cygwin?


You can check the Eclipse plug-in repository (can't find the URL at the moment otherwise I would post it), but I doubt you will find anything like that in it.

A better solution for you might be to organize your project as follows:

ProjectDir
	- source dir
	- linux development (IDE files)
	- windows development (IDE files)


Then you just have to make sure if you make changes to the project settings in one side, you also do it for the other side (you can write scripts or macros to do that for you if you really want to).

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac


-- modified at 11:22 Friday 21st July, 2006 ... apparently the "pre" button isn't working today?
QuestionHow to remove the cancel button at the top right of a dialog box. Pin
ashwath200521-Jul-06 5:01
ashwath200521-Jul-06 5:01 
QuestionRe: How to remove the cancel button at the top right of a dialog box. Pin
David Crow21-Jul-06 5:13
David Crow21-Jul-06 5:13 
AnswerRe: How to remove the cancel button at the top right of a dialog box. Pin
Maximilien21-Jul-06 5:16
Maximilien21-Jul-06 5:16 
GeneralRe: How to remove the cancel button at the top right of a dialog box. Pin
David Crow21-Jul-06 5:53
David Crow21-Jul-06 5:53 
AnswerRe: How to remove the cancel button at the top right of a dialog box. Pin
MonjSam21-Jul-06 12:48
MonjSam21-Jul-06 12:48 
AnswerRe: How to remove the cancel button at the top right of a dialog box. Pin
sheshidar21-Jul-06 18:46
sheshidar21-Jul-06 18:46 
AnswerRe: How to remove the cancel button at the top right of a dialog box. Pin
Hamid_RT22-Jul-06 0:00
Hamid_RT22-Jul-06 0:00 
QuestionToolbar and Dialog Boxes Pin
kitty521-Jul-06 4:40
kitty521-Jul-06 4:40 
AnswerRe: Toolbar and Dialog Boxes Pin
Zac Howland21-Jul-06 4:53
Zac Howland21-Jul-06 4:53 
GeneralRe: Toolbar and Dialog Boxes Pin
kitty521-Jul-06 5:28
kitty521-Jul-06 5:28 
Questionunable to read data from C:\Documents and Settings\user1\Application Data ? Pin
jalsa G21-Jul-06 4:34
jalsa G21-Jul-06 4:34 
QuestionRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
kitty521-Jul-06 4:43
kitty521-Jul-06 4:43 
QuestionRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
David Crow21-Jul-06 5:15
David Crow21-Jul-06 5:15 
AnswerRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
Eytukan21-Jul-06 20:22
Eytukan21-Jul-06 20:22 
AnswerRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
Hamid_RT22-Jul-06 0:00
Hamid_RT22-Jul-06 0:00 
AnswerRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
ThatsAlok23-Jul-06 20:29
ThatsAlok23-Jul-06 20:29 
Questioninterview questions on VC++, MFC, C++, ATL COM, Threading Pin
pathakr21-Jul-06 3:48
pathakr21-Jul-06 3:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.