run without .net framework?
-
although i am using .net c++, i want to run application while .net framework isn't installed on the another machine. anyone knows, is it possible? thanks.
-
although i am using .net c++, i want to run application while .net framework isn't installed on the another machine. anyone knows, is it possible? thanks.
When you create the project, choose a
Win32
application type. :)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.
[my articles] -
although i am using .net c++, i want to run application while .net framework isn't installed on the another machine. anyone knows, is it possible? thanks.
Any app you create with the .net framework is going to need the framework runtime. No way around that.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
When you create the project, choose a
Win32
application type. :)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.
[my articles]i tried and tested however it couldn't run. i changed framework configuration but not run agin. is it necessary to change any configuration?
-
Any app you create with the .net framework is going to need the framework runtime. No way around that.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
i think, visual studio 6 isn't capable platform, do you recommend any platform or add-ins or plugins etc.?
-
i tried and tested however it couldn't run. i changed framework configuration but not run agin. is it necessary to change any configuration?
darkonoid wrote:
i tried and tested however it couldn't run. i changed framework configuration but not run agin. is it necessary to change any configuration?
You have to build a win32 unmanaged application, i.e. a native application, that doesn't need the framework at all. With
C++
you can do this: On Visual Studio IDE, choose menu itemFile->New->Project
and then, on the newly appeared window, for instance,Win32 project
(or one usingMFC
). :)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.
[my articles] -
darkonoid wrote:
i tried and tested however it couldn't run. i changed framework configuration but not run agin. is it necessary to change any configuration?
You have to build a win32 unmanaged application, i.e. a native application, that doesn't need the framework at all. With
C++
you can do this: On Visual Studio IDE, choose menu itemFile->New->Project
and then, on the newly appeared window, for instance,Win32 project
(or one usingMFC
). :)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.
[my articles]i see what you mention, but it doesn't work, that you tell
-
i think, visual studio 6 isn't capable platform, do you recommend any platform or add-ins or plugins etc.?
darkonoid wrote:
visual studio 6
You never mentioned it before. Yes, VS 6 is not capable.
darkonoid wrote:
you recommend any platform
Yes, make the move to VS 2005/2008.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
darkonoid wrote:
visual studio 6
You never mentioned it before. Yes, VS 6 is not capable.
darkonoid wrote:
you recommend any platform
Yes, make the move to VS 2005/2008.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
:) how can i run applications any other windows versions, without .net framework
-
:) how can i run applications any other windows versions, without .net framework
What is it you are trying to do? Are you trying to develop .net apps to run on any version of windows?
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
What is it you are trying to do? Are you trying to develop .net apps to run on any version of windows?
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
i want to use .net platform but my applications can be run windows that isn't installed .net framework
-
i want to use .net platform but my applications can be run windows that isn't installed .net framework
darkonoid wrote:
i want to use .net platform but my applications can be run windows that isn't installed .net framework
Like I already said earlier. You will need the .net framework installed in order for the apps to work, no real way around it. There are commercial products out there that for the money, just end up encapsulating the .net framework in the .exe. It is really not worth the money. Bear in mind that the .net framework runtime will not work on windows versions older than Windows 98. I hope this answers your question.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
darkonoid wrote:
i want to use .net platform but my applications can be run windows that isn't installed .net framework
Like I already said earlier. You will need the .net framework installed in order for the apps to work, no real way around it. There are commercial products out there that for the money, just end up encapsulating the .net framework in the .exe. It is really not worth the money. Bear in mind that the .net framework runtime will not work on windows versions older than Windows 98. I hope this answers your question.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
ok brother, do you recommend any platform for developing application?
-
ok brother, do you recommend any platform for developing application?
I already told you, if you are going down the .net road, use VS 2005 or 2008.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
I already told you, if you are going down the .net road, use VS 2005 or 2008.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
:) no, no i don't want to use .net :D
-
:) no, no i don't want to use .net :D
With the Standard edition of VS2005/2008, you can do native code using Win32 as well.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
although i am using .net c++, i want to run application while .net framework isn't installed on the another machine. anyone knows, is it possible? thanks.
darkonoid wrote:
i am using .net c++
You just told me you don't want to use .net. Here you are saying you are using it. Make up your mind, then.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
With the Standard edition of VS2005/2008, you can do native code using Win32 as well.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
ok thanks
-
darkonoid wrote:
i am using .net c++
You just told me you don't want to use .net. Here you are saying you are using it. Make up your mind, then.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
i use vs2005 platform because environment is capable, but when i run the executable file, it should not related with .net framework. when i say .net platform, i mention visual studio 2005/2008
-
i use vs2005 platform because environment is capable, but when i run the executable file, it should not related with .net framework. when i say .net platform, i mention visual studio 2005/2008
What kind of project are you creating? If you are creating .net projects, then you are stuck with the framework. If you don't want to use the framework, then go with MFC.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon