PaRtZ Posted February 15, 2007 Report Share Posted February 15, 2007 OK calling anyone who knows this sorta stuffIve just installed visual basic studio 2005 edition and Im looking at the c++ side and learning the code. I know its a long and hard process, so i decided to copy an example from the internet, and now that I've understood it in my head, I want to make it into an executable. So I make a notepad file and save it as a .cpp and then the tutorial from microsoft says to use the visual studio command prompt and just type in a certain thing and it will make the .exe But when i do it, it does loads of things, and then just ends with an error about the .obj I can copy the full list of what happens if anyone needs it, or unless someone knows whats happened straight away?I've not configured it at all because it doesn't say anything about configuring it on the website/tutorial pages. So any ideas initally?Much appreciated Quote Link to comment Share on other sites More sharing options...
poopipe Posted February 16, 2007 Report Share Posted February 16, 2007 aawwnobody helped. my guess (it is just a guess - I don't understand this business, the only c++ I've done has been on already prepared projects) is that you haven't sorted out your linking / project configuration etc. depending on the code you might just get away with dumping it into one of the preset App wizard things cos that sorts out the basics. Quote Link to comment Share on other sites More sharing options...
PaRtZ Posted February 16, 2007 Author Report Share Posted February 16, 2007 I figured it out, instead of compiling it using the command prompt thing I just used the debugger in the program itself Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.