Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Probably a really stupid question (exporting)

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
C-Dizzle
Grandmaster Cheater
Reputation: 89

Joined: 16 Mar 2008
Posts: 623

PostPosted: Mon Sep 05, 2011 2:06 pm    Post subject: Probably a really stupid question (exporting) Reply with quote

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
View user's profile Send private message
Kargarok
Advanced Cheater
Reputation: 10

Joined: 28 Jul 2011
Posts: 60

PostPosted: Mon Sep 05, 2011 2:12 pm    Post subject: Reply with quote

It should Work if yousend it as a txt file or something. +rep would be apprecieted but not necisary
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Mon Sep 05, 2011 2:14 pm    Post subject: This post has 1 review(s) Reply with quote

Compile in 'Release' mode, and strip debug symbols if you want a smaller file size.

Ensure they have the proper runtime installed to run your apps as well. Depending on the version of Visual Studio you are using, there are runtime installations for each one.

VS 2010 C++ Runtime:
http://www.microsoft.com/download/en/details.aspx?id=5555 (x86)
http://www.microsoft.com/download/en/details.aspx?id=14632 (x64)

VS 2008 C++ Runtime:
http://www.microsoft.com/download/en/details.aspx?id=5555 (x86)
http://www.microsoft.com/download/en/details.aspx?id=15336 (x64)

And so on..

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
C-Dizzle
Grandmaster Cheater
Reputation: 89

Joined: 16 Mar 2008
Posts: 623

PostPosted: Mon Sep 05, 2011 2:17 pm    Post subject: Reply with quote

Thank you wiccaan.
Back to top
View user's profile Send private message
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Tue Sep 06, 2011 2:25 am    Post subject: Reply with quote

Alternatively, although I advise against it, you can statically link to the VC++ runtime.
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Tue Sep 06, 2011 3:30 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Thu Sep 08, 2011 4:24 am    Post subject: Reply with quote

I've not heard of this limitation. As far as I was aware you can do it. You just set the code generation to link against MT instead of the MT DLL. You may be right though, I've never used the Express versions. I have an MSDN license.

This guy explains it:
http://stackoverflow.com/questions/37398/how-do-i-make-a-fully-statically-linked-exe-with-visual-studio-express-2005/37402#37402
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Thu Sep 08, 2011 4:56 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites