Dynaverse.net
Please login or register.

Login with username, password and session length
Advanced search  

News:

Have you ordered your copy of Dynaverse.Net Updated OP Strategy Guide? Order here : LULU.COM

Author Topic: Well before I go nuts and get the several copies of VC++6.0 from Ebay  (Read 1337 times)

0 Members and 1 Guest are viewing this topic.

Khalee1

  • Lt. Commander
  • *
  • Offline Offline
  • Posts: 1439
What is the main differance between the standard edtion and the professional edition.? Could either be used for scripting missions for the game.
Logged

Khalee1

  • Lt. Commander
  • *
  • Offline Offline
  • Posts: 1439
Re: Well before I go nuts and get the several copies of VC++6.0 from Ebay
« Reply #1 on: February 28, 2005, 04:52:07 pm »
Well going to go ahead and get c++6.0 from Ebay But how far do I need to upate it in order to make scripts for the game.
Logged

Rod ONeal

  • D.Net Beta Tester
  • Lt. Commander
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 2242
Re: Well before I go nuts and get the several copies of VC++6.0 from Ebay
« Reply #2 on: February 28, 2005, 09:58:04 pm »
Just DL SP5 (service pack 5).  It's available at microsoft.com. Also get Dave Wessels "API Tutorial". It's a bit dated (it was made for EAW), but still the best tut I've seen. I know almost nothing about C++ and was able to make working skirmish scripts that ran. Also Cam78's "Skirmish Walkthrough". With these two, you should at least be able to get something that runs and decide if you want to dive in deeper.

Dave has a personal site that his Tutotial is on. I don't have the addy right at hand, but a search of Dave Wessels, or Nuclear Wessels, should come up with it. That's how I've gotten it before. It's 71 pages long and prints out pretty well.

I found Cam78's at Starfleet Universe, IIRC. It's about 18 pages long and is for writing a basic skirmish script.

Be carefull loading the API. You have to use your registry editor and the instructions that come with the API aren't real clear. This n00b screwed up his registry the first time he tried to do it. Dave Wessels instructions were much easier to follow for me, and I was able to load the API correctly with them without screwing my registry up.

good luck 8) :thumbsup:
Logged

If Romulans aren't cowards, then why do they taste like chicken?

Khalee1

  • Lt. Commander
  • *
  • Offline Offline
  • Posts: 1439
Re: Well before I go nuts and get the several copies of VC++6.0 from Ebay
« Reply #3 on: March 01, 2005, 09:55:00 am »
Once again which version will work for game scripting the Standard or Pro version. And whats the main differance between them
Logged

Cptn_Pestalence_XC

  • "The Terminator"
  • Global Moderator
  • Lt. Commander
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 2399
  • "The Terminator" Pestalence_XC, Xenocorp
Re: Well before I go nuts and get the several copies of VC++6.0 from Ebay
« Reply #4 on: March 07, 2005, 05:14:18 pm »
Standard edition will work.. but if youu decide to really get into programming, go with the Pro... after getting V C++ 6.0, you will still need to DL the SP 5 for it to make scripts..

Again Standard will work just fine.. Pro will give more tools for doing other projects in the future.. but Standard covers everything that SFC scripting needs.
Logged

Member :
Xenocorp / Dynaverse.net Moderator & Beta Test Team
SFC 4 Project QA Coordinator
Taldren Beta Test Team
14 Degrees East Beta Test Team
Activision Visioneers SFC 3 Beta Test Team

Lono

  • Ensign
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 104
Re: Well before I go nuts and get the several copies of VC++6.0 from Ebay
« Reply #5 on: April 21, 2005, 01:19:57 pm »

Wouldn't this work well - and give you more for your money??

Visual Studio .NET Professional - Academic - Retail - $89.00

http://www2.newegg.com/Product/Product.asp?Item=N82E16837116160

Do any programmers out there have any concerns with this product??

I'm very curious because I was wanting to get this to learn C# for web development.
Logged

toasty0

  • Application.Quit();
  • Captain
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 7130
    • WWW
Re: Well before I go nuts and get the several copies of VC++6.0 from Ebay
« Reply #6 on: April 21, 2005, 01:23:11 pm »

Wouldn't this work well - and give you more for your money??

Visual Studio .NET Professional - Academic - Retail - $89.00

http://www2.newegg.com/Product/Product.asp?Item=N82E16837116160

Do any programmers out there have any concerns with this product??

I'm very curious because I was wanting to get this to learn C# for web development.
None at all. It is the IDE I'm using right now to work my way through the 70-315 Exam tutorial, develop a Ladder League site (no fee of course), and do a whole lotta other fun coding things.
Logged

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.

Lono

  • Ensign
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 104
Re: Well before I go nuts and get the several copies of VC++6.0 from Ebay
« Reply #7 on: April 22, 2005, 10:31:08 am »
Awesome - thanks for the info!

Now I just need to get one of my comps upgraded to XP  ;)

Thanks Again!!

Logged

Magnum357

  • Lt.
  • *
  • Offline Offline
  • Posts: 509
I don't know, I program a lot with Visual Basic and to be honest I like VB6 more then I like VB.net.  A lot of bugs with .net and I don't like the IDE, its a little different then VB6.  Also, the syntax is has quite a bit of differences then the old version.  I've heard peopel say VB.net has more control over objects and such, but in my opinion, if I want such "hands on control" I might as well use C++/VC++.  I can't give an opinon about C# as I have not doved into C++ programming yet.
Logged

"I sure am glad I like SFB!" - Magnum357 (me)

toasty0

  • Application.Quit();
  • Captain
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 7130
    • WWW
I don't know, I program a lot with Visual Basic and to be honest I like VB6 more then I like VB.net.  A lot of bugs with .net and I don't like the IDE, its a little different then VB6.  Also, the syntax is has quite a bit of differences then the old version.  I've heard peopel say VB.net has more control over objects and such, but in my opinion, if I want such "hands on control" I might as well use C++/VC++.  I can't give an opinon about C# as I have not doved into C++ programming yet.

You're right 357. VB.Net is object orientated while VB is procedurally orientated.
Logged

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.

el-Karnak

  • Serverkit Development Team
  • Lt. Commander
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1214
    • WWW
Re: Well before I go nuts and get the several copies of VC++6.0 from Ebay
« Reply #10 on: August 08, 2005, 01:47:43 pm »
I don't know, I program a lot with Visual Basic and to be honest I like VB6 more then I like VB.net.  A lot of bugs with .net and I don't like the IDE, its a little different then VB6.  Also, the syntax is has quite a bit of differences then the old version.  I've heard peopel say VB.net has more control over objects and such, but in my opinion, if I want such "hands on control" I might as well use C++/VC++.  I can't give an opinon about C# as I have not doved into C++ programming yet.

Guess what some .Net original developers from Microsoft did?  They decided to try and bring the .Net functionality to the Java language. So, they formed their own company and were bought up by BEA WebLogic to produce the BEA WebLogic Portal product.  It's real piggy software to run and you need about 4GB of RAM to efficiently compile a Portal application with WebLogic Workshop IDE. Otherwise, developer productivity takes a sever nose-dive when they are waiting 30 minutes to compile their portal apps. :O  BTW, the IDE is pretty buggy.  We had a training class at work and the trainer was apologizing for it and "promising" that the bugs would be fixed. He actually told us that if you don't need the WebLogic Workshop IDE then you should turn it off cuz it's memory leaking like crazy.  That's what I call being a lousy salesman. :lol:

The Microsoft invasion of Java has begun . . .and the buggy, piggy software is coming with it too.
Logged

el-Karnak

Addled SFCOP/SFC3 Mission scripter.

Hankism
"Trees get sap on you.  You have to rake their leaves.  They fall in the forest and you can't hear them.  You can't trust them."

toasty0

  • Application.Quit();
  • Captain
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 7130
    • WWW
Re: Well before I go nuts and get the several copies of VC++6.0 from Ebay
« Reply #11 on: August 08, 2005, 02:36:07 pm »
I don't know, I program a lot with Visual Basic and to be honest I like VB6 more then I like VB.net.  A lot of bugs with .net and I don't like the IDE, its a little different then VB6.  Also, the syntax is has quite a bit of differences then the old version.  I've heard peopel say VB.net has more control over objects and such, but in my opinion, if I want such "hands on control" I might as well use C++/VC++.  I can't give an opinon about C# as I have not doved into C++ programming yet.

Guess what some .Net original developers from Microsoft did?  They decided to try and bring the .Net functionality to the Java language. So, they formed their own company and were bought up by BEA WebLogic to produce the BEA WebLogic Portal product.  It's real piggy software to run and you need about 4GB of RAM to efficiently compile a Portal application with WebLogic Workshop IDE. Otherwise, developer productivity takes a sever nose-dive when they are waiting 30 minutes to compile their portal apps. :O  BTW, the IDE is pretty buggy.  We had a training class at work and the trainer was apologizing for it and "promising" that the bugs would be fixed. He actually told us that if you don't need the WebLogic Workshop IDE then you should turn it off cuz it's memory leaking like crazy.  That's what I call being a lousy salesman. :lol:

The Microsoft invasion of Java has begun . . .and the buggy, piggy software is coming with it too.

I give you five letters...

S W I N G
Logged

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat.
 

Page created in 0.146 seconds with 21 queries.