calling a VC++ project from other cpp
I have a VC++ Application Wizard Project (exe) and now I wish to call this project in one of my Cpp that's apart from the project...earlier i had an idea of declaring a application class variable!!....but i dont think that's the right idea of implementing it??
Re: calling a VC++ project from other cpp
You have this very annoying habit of being overly vague about what it is you are trying to accomplish; so vague, in fact, that we have no idea what you might be trying to do.
Please try and be as concise as possible when describing what it is that you need to do. For example, what does it mean to "call this project"? You don't "call" a project. And "in one of my Cpp" just doesn't make any sense at all. Somehow I think you are competent enough to know that If you're trying to call another executable from a different executable, you can use System() or CreateProcess() or ShellExecute() so I believe whatever it is you want to do is more complex than this.
Your punctuation and grammar is bad, but at least mostly readable. You might want to work on that too.
Re: calling a VC++ project from other cpp
well i have a MDI Project that i wish should be displayed by displaying the project i mean that the window that is created initially when we execute the exe of MFC project should be displayed whenever i wish in one of my other project that is simply Console Application...i hope you got my point this time!!
Any ways thanx
Re: calling a VC++ project from other cpp
and yes i dont wish to use system call and other IPC
Re: calling a VC++ project from other cpp
Quote:
Originally Posted by
pinnachio
well i have a MDI Project that i wish should be displayed by displaying the project i mean that the window that is created initially when we execute the exe of MFC project should be displayed whenever i wish in one of my other project that is simply Console Application...i hope you got my point this time!!
Any ways thanx
Nope.
You don't display projects. I guess you know what you mean, but keep in mind, we have no idea. Using the correct terminology and more detailed explanations should help, but I wouldn't take any bets.
Re: calling a VC++ project from other cpp
i specified what i clearly mean by displaying a project if you read my problem
Re: calling a VC++ project from other cpp
You can display the project in Windows, using Visual studio.
I hope you get the answer!