VC++ 2010
Moderator: Coders of Rage
- Scrye
- Chaos Rift Newbie
- Posts: 11
- Joined: Tue May 11, 2010 6:40 am
- Current Project: Euphoric Fantasy
- Favorite Gaming Platforms: PS3, XBOX360, Sega Dreamcast, Sega Genesis
- Programming Language of Choice: C++
- Location: Santa's House
- Contact:
VC++ 2010
I need some information or some advice -
I've setup and installed Visual C++ 2010, because it's nice as hell, I've set up my directories via Project Properties (they've moved it), and I've set up my Linker to what it's supposed to be.
I've done this in Visual C++ 2008, and it works. And I'm trying to do this with Lua scripting, so that being said (setting everything up), I made my script, and I've compiled it with the Lua scripting compiler, it worked fine in the dialog box. Although when I try this with my VC++ 2010 (again, everything is correct), it shows whatever I've programmed it to do in C++, but not what I've made it do in Lua
Any ideas? Am I doing something wrong?
And my CPP file is correct, and the script is in the same directory, so don't ask LOLZ
I've setup and installed Visual C++ 2010, because it's nice as hell, I've set up my directories via Project Properties (they've moved it), and I've set up my Linker to what it's supposed to be.
I've done this in Visual C++ 2008, and it works. And I'm trying to do this with Lua scripting, so that being said (setting everything up), I made my script, and I've compiled it with the Lua scripting compiler, it worked fine in the dialog box. Although when I try this with my VC++ 2010 (again, everything is correct), it shows whatever I've programmed it to do in C++, but not what I've made it do in Lua
Any ideas? Am I doing something wrong?
And my CPP file is correct, and the script is in the same directory, so don't ask LOLZ
- mv2112
- Chaos Rift Junior
- Posts: 240
- Joined: Sat Feb 20, 2010 4:15 am
- Current Project: Java Tower Defence Game
- Favorite Gaming Platforms: N64/Xbox 360/PC/GameCube
- Programming Language of Choice: C/++, Java
- Location: /usr/home/mv2112
- Contact:
Re: VC++ 2010
I HATE VS2010Scrye wrote:I need some information or some advice -
I've setup and installed Visual C++ 2010, because it's nice as hell, I've set up my directories via Project Properties (they've moved it), and I've set up my Linker to what it's supposed to be.
I've done this in Visual C++ 2008, and it works. And I'm trying to do this with Lua scripting, so that being said (setting everything up), I made my script, and I've compiled it with the Lua scripting compiler, it worked fine in the dialog box. Although when I try this with my VC++ 2010 (again, everything is correct), it shows whatever I've programmed it to do in C++, but not what I've made it do in Lua
Any ideas? Am I doing something wrong?
And my CPP file is correct, and the script is in the same directory, so don't ask LOLZ
VS2008 FTW
I would suggest not using VS 2010
- Scrye
- Chaos Rift Newbie
- Posts: 11
- Joined: Tue May 11, 2010 6:40 am
- Current Project: Euphoric Fantasy
- Favorite Gaming Platforms: PS3, XBOX360, Sega Dreamcast, Sega Genesis
- Programming Language of Choice: C++
- Location: Santa's House
- Contact:
Re: VC++ 2010
I didn't ask for a suggestion, I asked for an answer to my question.mv2112 wrote:I HATE VS2010Scrye wrote:I need some information or some advice -
I've setup and installed Visual C++ 2010, because it's nice as hell, I've set up my directories via Project Properties (they've moved it), and I've set up my Linker to what it's supposed to be.
I've done this in Visual C++ 2008, and it works. And I'm trying to do this with Lua scripting, so that being said (setting everything up), I made my script, and I've compiled it with the Lua scripting compiler, it worked fine in the dialog box. Although when I try this with my VC++ 2010 (again, everything is correct), it shows whatever I've programmed it to do in C++, but not what I've made it do in Lua
Any ideas? Am I doing something wrong?
And my CPP file is correct, and the script is in the same directory, so don't ask LOLZ
VS2008 FTW
I would suggest not using VS 2010
Thus meaning your helping 0%
Edit:
Sorry if I sound like a dick, your post just didn't help me
- Scrye
- Chaos Rift Newbie
- Posts: 11
- Joined: Tue May 11, 2010 6:40 am
- Current Project: Euphoric Fantasy
- Favorite Gaming Platforms: PS3, XBOX360, Sega Dreamcast, Sega Genesis
- Programming Language of Choice: C++
- Location: Santa's House
- Contact:
Re: VC++ 2010
*Request Lock*
Never mind, I found out what went wrong..and it was so easy to fix, I should of checked twice before posting
Never mind, I found out what went wrong..and it was so easy to fix, I should of checked twice before posting
Re: VC++ 2010
Yeah that wasn't dickish, and I personally really like vc++ 2010 :D
- MrDeathNote
- ES Beta Backer
- Posts: 594
- Joined: Sun Oct 11, 2009 9:57 am
- Current Project: cocos2d-x project
- Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
- Programming Language of Choice: C/++
- Location: Belfast, Ireland
- Contact:
Re: VC++ 2010
Me too, I don't see why everyones been hating on it I havent had one problem with it yet.eatcomics wrote:Yeah that wasn't dickish, and I personally really like vc++ 2010 :D
http://www.youtube.com/user/MrDeathNote1988
"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
-
- Chaos Rift Junior
- Posts: 345
- Joined: Tue Jan 12, 2010 7:23 pm
- Favorite Gaming Platforms: PC - Windows 7
- Programming Language of Choice: c++;haxe
- Contact:
Re: VC++ 2010
Is there a way for VS 2010 and VS 2008 to co-exist? So when I open a VS 2008 project it opens in VS 2008 instead of VS 2010?
- MrDeathNote
- ES Beta Backer
- Posts: 594
- Joined: Sun Oct 11, 2009 9:57 am
- Current Project: cocos2d-x project
- Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
- Programming Language of Choice: C/++
- Location: Belfast, Ireland
- Contact:
Re: VC++ 2010
Yea, if you created a project in VS2008 it should still open in VS2008, to run a VS2008 project in VS2010 it has to be converted. I still use both, any project that i make in VS2008 gets opened in it.Live-Dimension wrote:Is there a way for VS 2010 and VS 2008 to co-exist? So when I open a VS 2008 project it opens in VS 2008 instead of VS 2010?
http://www.youtube.com/user/MrDeathNote1988
"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
- lotios611
- Chaos Rift Regular
- Posts: 160
- Joined: Sun Jun 14, 2009 12:05 pm
- Current Project: Game engine for the PC, PSP, and maybe more.
- Favorite Gaming Platforms: Gameboy Micro
- Programming Language of Choice: C++
Re: VC++ 2010
Have you guys tried it with SFML? I had so many problems setting it up (at least when VC++2010 was in beta) until finally I moved back to 2008.MrDeathNote wrote:Me too, I don't see why everyones been hating on it I havent had one problem with it yet.eatcomics wrote:Yeah that wasn't dickish, and I personally really like vc++ 2010 :D
"Why geeks like computers: unzip, strip, touch, finger, grep, mount, fsck, more, yes, fsck, fsck, fsck, umount, sleep." - Unknown
-
- Chaos Rift Junior
- Posts: 345
- Joined: Tue Jan 12, 2010 7:23 pm
- Favorite Gaming Platforms: PC - Windows 7
- Programming Language of Choice: c++;haxe
- Contact:
Re: VC++ 2010
That's awesome. I thought it would, but I wanted to make sure so if I get it I can use it.MrDeathNote wrote:Yea, if you created a project in VS2008 it should still open in VS2008, to run a VS2008 project in VS2010 it has to be converted. I still use both, any project that i make in VS2008 gets opened in it.Live-Dimension wrote:Is there a way for VS 2010 and VS 2008 to co-exist? So when I open a VS 2008 project it opens in VS 2008 instead of VS 2010?
edit:
http://elysianshadows.com/phpBB3/viewto ... f=6&t=4916lotios611 wrote:Have you guys tried it with SFML? I had so many problems setting it up (at least when VC++2010 was in beta) until finally I moved back to 2008.
Re: VC++ 2010
PWN.. but seriously big thanks for that live dimension :D
I'm sure lots of us can use that, I know I would like to try some SFML but I haven't really gotten around to it, maybe after the moosader competition I don't think I'll be doing the second one so I'll have plenty of time :D
I'm sure lots of us can use that, I know I would like to try some SFML but I haven't really gotten around to it, maybe after the moosader competition I don't think I'll be doing the second one so I'll have plenty of time :D
Re: VC++ 2010
OK so what was the solution? I'm trying to compile lua514 with VC++ 2010 also, and getting nowhere. I need to make a DLL so I can link with luabridge for .NET access.
Any and all help appreciated!
--Joe
Any and all help appreciated!
--Joe