.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Developer's Farm > General Programming
General Programming Help others and get yourself helped here!

Reply
 
Thread Tools
Anyone here try Visual C++ 2005 Express??
Old
  (#1)
Maleficus
Member
 
Maleficus's Avatar
 
Status: Offline
Posts: 1,054
Join Date: May 2004
Location: Planet Earth
Default Anyone here try Visual C++ 2005 Express?? - 13-11-2005

Just got it tonight, and have been playing around in it. Looks OK so far. Its a LOT different than VC 6 (yea, I use an ancient compiler). Am wondering if any of you have tried it yet.

It can be found HERE and the needed SDK HERE.

Not interested in a Linux vs. Windoze arguement, rather whether or not this is a good IDE/compiler, and any of your experiences with it.

I tried it on Fritzbot, with the speed optimizations to the max, and the bots started to have some weird path variations - they would pick what was MOSTLY the shortest path to a goal, but with a few extra, unneeded nodes thrown in, usually only 2-3. If I turned the speed optimizations off, they worked like they did in VC6: they took the shortest path.

Weird - is it my code, or VS 2005? Anyone have any experience with this?


Dum Spiro Spero


  
Reply With Quote
Re: Anyone here try Visual C++ 2005 Express??
Old
  (#2)
The Storm
Council Member / E[POD]bot developer
 
The Storm's Avatar
 
Status: Offline
Posts: 1,618
Join Date: Jul 2004
Location: Bulgaria
Default Re: Anyone here try Visual C++ 2005 Express?? - 13-11-2005

Is the Visual Studio 2005 free?
  
Reply With Quote
Re: Anyone here try Visual C++ 2005 Express??
Old
  (#3)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Anyone here try Visual C++ 2005 Express?? - 14-11-2005

VS 2005 full version is not gratis, and how the "Express" version (a stripped down version which has many things removed) can be used is restricted.
  
Reply With Quote
Re: Anyone here try Visual C++ 2005 Express??
Old
  (#4)
Maleficus
Member
 
Maleficus's Avatar
 
Status: Offline
Posts: 1,054
Join Date: May 2004
Location: Planet Earth
Default Re: Anyone here try Visual C++ 2005 Express?? - 14-11-2005

Quote:
Originally Posted by Whistler
VS 2005 full version is not gratis, and how the "Express" version (a stripped down version which has many things removed) can be used is restricted.
I take it you didn't read the agreement for Visual Express on Microsoft's webpage?

STORM: the best info for your questions can be found HERE.


I'm really curious if anyone is trying this, and what they think. I'm still playing with it ATM, and haven't really decided one way or another on whether I like it or not yet.


Dum Spiro Spero


  
Reply With Quote
Re: Anyone here try Visual C++ 2005 Express??
Old
  (#5)
The Storm
Council Member / E[POD]bot developer
 
The Storm's Avatar
 
Status: Offline
Posts: 1,618
Join Date: Jul 2004
Location: Bulgaria
Default Re: Anyone here try Visual C++ 2005 Express?? - 14-11-2005

WoW it is fully legal to release software compiled with MSVC 2005 Express and even for commercial needs. Cool. I had downloaded the VC++ Express and I tryed to build the my firs Visual Program. Cool eh? 8D
  
Reply With Quote
Re: Anyone here try Visual C++ 2005 Express??
Old
  (#6)
Maleficus
Member
 
Maleficus's Avatar
 
Status: Offline
Posts: 1,054
Join Date: May 2004
Location: Planet Earth
Default Re: Anyone here try Visual C++ 2005 Express?? - 14-11-2005

Quote:
Originally Posted by Whistler
and just a note: when using MS stuff, it's good to keep away from their lock-in "features", such as .Net, MFC, etc
Totally agree there. I'm talking about using this for bots/mods tho - and I hope noone here is using MFC for their bot AI!


Dum Spiro Spero


  
Reply With Quote
Re: Anyone here try Visual C++ 2005 Express??
Old
  (#7)
mirv
Super Moderator
 
mirv's Avatar
 
Status: Offline
Posts: 152
Join Date: Apr 2004
Default Re: Anyone here try Visual C++ 2005 Express?? - 14-11-2005

I might give express a go, as I've never really used the "visual" stuff microsoft has and it's probably a good idea to be familiar with a wide range of stuff.
And while not a windows programmer, I like to keep everything cross-platform.


mirv the Silly Fish.
  
Reply With Quote
Re: Anyone here try Visual C++ 2005 Express??
Old
  (#8)
Lazy
Member
 
Lazy's Avatar
 
Status: Offline
Posts: 236
Join Date: Jan 2004
Location: Toronto, Ontario, Canada
Default Re: Anyone here try Visual C++ 2005 Express?? - 14-11-2005

Quote:
Originally Posted by Whistler
and just a note: when using MS stuff, it's good to keep away from their lock-in "features", such as .Net, MFC, etc
[Offtopic]
Actually, I find that using a .NET language such as C# lets you prototype various things at atleast twice the development speed of doing it in a native language.
But for speed native code will always be king
[/Offtopic]

I heard about something like this a while ago, but wasn't there something in the eula saying you couldn't distribute binaries made by the compiler?
  
Reply With Quote
Re: Anyone here try Visual C++ 2005 Express??
Old
  (#9)
mirv
Super Moderator
 
mirv's Avatar
 
Status: Offline
Posts: 152
Join Date: Apr 2004
Default Re: Anyone here try Visual C++ 2005 Express?? - 09-12-2005

Just got vc++ express and have been trying it out. As an IDE it seems ok, though for a compile process I personally prefer a unix environment (note: no digging at microsoft here, it looks to be a great gui, I just prefer unix systems for development!). Took a bit of fiddling to get it working, but I suspect that's more because I jumped head-on in and just started to poke around at it.
I think I'll keep it around and in use for my current project, just to have experience with it that could be useful later.


mirv the Silly Fish.
  
Reply With Quote
Re: Anyone here try Visual C++ 2005 Express??
Old
  (#10)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Anyone here try Visual C++ 2005 Express?? - 09-12-2005

well "unix environment" doesn't actually mean "no gui"
http://www.kdevelop.org

(just a note, as people may understand it wrongly)
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com