View previous topic :: View next topic |
Author |
Message |
C-Dizzle Grandmaster Cheater
Reputation: 89
Joined: 16 Mar 2008 Posts: 623
|
Posted: Mon Sep 05, 2011 2:06 pm Post subject: Probably a really stupid question (exporting) |
|
|
I'm using Visual C++ to do my projects on and I have a question.
How would I go about sending what I have made to a friend. I'd assume it would be a .exe file but that doesn't work. I'm not trying to send them the code but the finished thing for them to use.
|
|
Back to top |
|
 |
Kargarok Advanced Cheater
Reputation: 10
Joined: 28 Jul 2011 Posts: 60
|
Posted: Mon Sep 05, 2011 2:12 pm Post subject: |
|
|
It should Work if yousend it as a txt file or something. +rep would be apprecieted but not necisary
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
Back to top |
|
 |
C-Dizzle Grandmaster Cheater
Reputation: 89
Joined: 16 Mar 2008 Posts: 623
|
Posted: Mon Sep 05, 2011 2:17 pm Post subject: |
|
|
Thank you wiccaan.
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Tue Sep 06, 2011 2:25 am Post subject: |
|
|
Alternatively, although I advise against it, you can statically link to the VC++ runtime.
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Tue Sep 06, 2011 3:30 pm Post subject: |
|
|
Assuming you have the express edition you don't have that option available. And if you pirate the Professional / Team Suite editions you're better off (legally) not statically linking as well given it's one of the main features stripped from Express.
_________________
- Retired. |
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Thu Sep 08, 2011 4:56 pm Post subject: |
|
|
Pretty sure it was in 2008 as a limitation. I personally use Professional as well since I have access to it via MSDN, but I'm fairly sure it was limited in at least 2008 if I recall. I could be wrong though.
Google shows:
- No resource editor.
- No built-in MFC support.
- No built-in ATL support.
- No profiling support.
- No built-in x64 compiler.
- No support for OpenMP.
- No support for add-ins or IDE macros.
- No debug memory or registers window and only one watch window.
MSDN 2008:
http://msdn.microsoft.com/en-us/library/hs24szh9%28VS.90%29.aspx
MSDN 2010:
http://msdn.microsoft.com/en-us/library/hs24szh9%28v=VS.100%29.aspx
Could of sworn someone ( I think it was SunBeam ) was asking me about it a while ago and they got Professional because of it. May have been something else though, been a while.
_________________
- Retired. |
|
Back to top |
|
 |
|