Mixing C++ and .Net at runtime -- is it possible ?
-
I have written application on Visual C++ . It is mainly MFC Application. I can code .net also(with respect to C++ ) At runtime if .net framework is installed on target machine my MFC application has act as MFC .net application otherwise it act as Simple MFC application. Is it possible ? ( I don`t want to compile with .net because many of our customers not dependent on .net ) Expecting Suggestions
-
I have written application on Visual C++ . It is mainly MFC Application. I can code .net also(with respect to C++ ) At runtime if .net framework is installed on target machine my MFC application has act as MFC .net application otherwise it act as Simple MFC application. Is it possible ? ( I don`t want to compile with .net because many of our customers not dependent on .net ) Expecting Suggestions
ERLN wrote:
my MFC application has act as MFC .net application
What is a
MFC .net
application?If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
I have written application on Visual C++ . It is mainly MFC Application. I can code .net also(with respect to C++ ) At runtime if .net framework is installed on target machine my MFC application has act as MFC .net application otherwise it act as Simple MFC application. Is it possible ? ( I don`t want to compile with .net because many of our customers not dependent on .net ) Expecting Suggestions
If you have to work on machines without .NET... And you are prepared to program in MFC... And MFC works on machine with .NET... Then where's your problem? Iain.
I have now moved to Sweden for love (awwww). If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]
-
If you have to work on machines without .NET... And you are prepared to program in MFC... And MFC works on machine with .NET... Then where's your problem? Iain.
I have now moved to Sweden for love (awwww). If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]
Sorry for confustions. I have MFC Application. It will works fine with .Net Installed machine as well as Without .Net installaed machines. Now My need is. I want to create a application like the following MFC Application has to work on Machines not having .net (current working) In simple I need to use .net framework based code at .net installed machine otherwise i need to non .net based code it is at run time. how can i create a executable like that.