A
alessio1946
I know I can't run an exe file created using VS.NET into a PC in
which is not installed .NET framework.
I know also that this happen because the executable really contain
MSIL pseudo code.
Well, I've created a simple application using .NET VC++ and MFC
linked as a static library. I've only created a simple window which
open and close. I've copied the exe file into an other PC wich doesn't
have .NET framework installed and I've run it. The executable run
without problem.
How it is possible this? Why I've not obtained no error? Why it run,
even if i've never installed .NET framework in this PC?
Thanks to any idea.
which is not installed .NET framework.
I know also that this happen because the executable really contain
MSIL pseudo code.
Well, I've created a simple application using .NET VC++ and MFC
linked as a static library. I've only created a simple window which
open and close. I've copied the exe file into an other PC wich doesn't
have .NET framework installed and I've run it. The executable run
without problem.
How it is possible this? Why I've not obtained no error? Why it run,
even if i've never installed .NET framework in this PC?
Thanks to any idea.