Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Dark GDK / C++ 6 or C++ .NET 2003 ?

Author
Message
Morcilla
21
Years of Service
User Offline
Joined: 1st Dec 2002
Location: Spain
Posted: 14th Sep 2005 13:51
Hi there,

I'm guessing that C++ .NET 2003 is the winner, because it is newer and it works with DirectX 9.0 SDK Update - (August 2005), while in the other hand, with C++ 6 you have to use October 2004 DX9...uh.

So if you know any other details about compatibility, speed or advantages of one above the other, I would appreciate any answer. Also please correct me if I'm wrong.

Thanks in advance.
OSX Using Happy Dude
20
Years of Service
User Offline
Joined: 21st Aug 2003
Location: At home
Posted: 14th Sep 2005 14:02
One problem I do have with VS 6 is that with every other save you get a "file in use" message for some reason - so first save is okay, second save you get the message, third is okay. Happens on XP and 2000 (if I rememeber correctly).

The other problem with VS6 is there is no real support for it, especially DirectX

2003 is pretty decent, nice to use - although its getting on a bit now (and there were never any updates for it). But it can be used with the latest DirectX, DarkSDK and the compiler is good.

Come to the third DarkBasic Pro Sci Fi Con - Be there and be square
Blog:http://spaces.msn.com/members/BouncyBrick/
Web Site:http://www.nicholaskingsley.co.uk
Morcilla
21
Years of Service
User Offline
Joined: 1st Dec 2002
Location: Spain
Posted: 14th Sep 2005 15:07 Edited at: 14th Sep 2005 15:07
I see. Thanks Bouncy.

C++ .NET 2003 is staying with us then

I've seen it in amazon:

http://www.amazon.com/exec/obidos/tg/feature/-/466627/103-0263342-0785457

at $89.99, I supose that it is a good deal
OSX Using Happy Dude
20
Years of Service
User Offline
Joined: 21st Aug 2003
Location: At home
Posted: 14th Sep 2005 15:12
Unles you want to spend £1000+ on the professional version

Come to the third DarkBasic Pro Sci Fi Con - Be there and be square
Blog:http://spaces.msn.com/members/BouncyBrick/
Web Site:http://www.nicholaskingsley.co.uk
Sephnroth
21
Years of Service
User Offline
Joined: 10th Oct 2002
Location: United Kingdom
Posted: 14th Sep 2005 15:31
Quote: "
One problem I do have with VS 6 is that with every other save you get a "file in use" message for some reason - so first save is okay, second save you get the message, third is okay.
"


something broken there x_X I have -never- had that problem with vc6 and im still using it now x_X

MiR
20
Years of Service
User Offline
Joined: 13th Jul 2003
Location: Spain
Posted: 14th Sep 2005 15:33
mmm. The 2005 version is about to come out. Wouldn´t it be better to wait for that version as MS will most likly drop support for 2003 as soon as they can?

My signature has been erased by me because it's LARGE.
Thank you for the votez!1!
OSX Using Happy Dude
20
Years of Service
User Offline
Joined: 21st Aug 2003
Location: At home
Posted: 14th Sep 2005 15:38 Edited at: 14th Sep 2005 15:43
Probably, but I've no idea what the prices will be. I suspect the standard one will be similar to the 2003 standad, but Profession will cost a lot more. Plus DarkSDK may need converting to use it.

Quote: "omething broken there x_X I have -never- had that problem with vc6 and im still using it now x_X"

It happened on several XP machines, so I've no idea what the problem is. Dont really care either as I dont use it anymore (and haven't for several years now)

What is annoying is that the Platform SDK doesn't include everything in VS 2003 (probably so everyone doesn't just download it)...

Come to the third DarkBasic Pro Sci Fi Con - Be there and be square
Blog:http://spaces.msn.com/members/BouncyBrick/
Web Site:http://www.nicholaskingsley.co.uk
Raven
19
Years of Service
User Offline
Joined: 23rd Mar 2005
Location: Hertfordshire, England
Posted: 14th Sep 2005 17:29
C++ 2005 Express : $50
Express (Beta 1/2) works a treat with DGSDK. So you could just use that free until they release it.

OSX Using Happy Dude
20
Years of Service
User Offline
Joined: 21st Aug 2003
Location: At home
Posted: 14th Sep 2005 17:32
Fair enough

Come to the third DarkBasic Pro Sci Fi Con - Be there and be square
Blog:http://spaces.msn.com/members/BouncyBrick/
Web Site:http://www.nicholaskingsley.co.uk
MiR
20
Years of Service
User Offline
Joined: 13th Jul 2003
Location: Spain
Posted: 14th Sep 2005 18:45
Quote: " C++ 2005 Express : $50"

Cool.Making games will be such a cheap hobby when I learn OO.

My signature has been erased by me because it's LARGE.
Thank you for the votez!1!
OSX Using Happy Dude
20
Years of Service
User Offline
Joined: 21st Aug 2003
Location: At home
Posted: 14th Sep 2005 23:25
Its one of the cheapest things you can do on your own

Come to the third DarkBasic Pro Sci Fi Con - Be there and be square
Blog:http://spaces.msn.com/members/BouncyBrick/
Web Site:http://www.nicholaskingsley.co.uk
matt rochon
21
Years of Service
User Offline
Joined: 15th Mar 2003
Location: Canada
Posted: 15th Sep 2005 00:24
bouncy ive seen that error before too. seems to come and go every now and then.

weird eh
OSX Using Happy Dude
20
Years of Service
User Offline
Joined: 21st Aug 2003
Location: At home
Posted: 15th Sep 2005 12:45
Certainly is, and there is no real good reason for it either.

Come to the third DarkBasic Pro Sci Fi Con - Be there and be square
Blog:http://spaces.msn.com/members/BouncyBrick/
Web Site:http://www.nicholaskingsley.co.uk
scooby bloke
19
Years of Service
User Offline
Joined: 4th Nov 2004
Location:
Posted: 15th Sep 2005 13:41 Edited at: 15th Sep 2005 13:41
I see it very frequently here at work.

One thing that can cause it is if you've got indexing turned on for an ntfs partition (to enable fast searching etc). Sometimes the index process will read a file at the same time as vc6 is trying to save, and so you get the locked message.

I've had the same thing caused by wincvs as well...
OSX Using Happy Dude
20
Years of Service
User Offline
Joined: 21st Aug 2003
Location: At home
Posted: 15th Sep 2005 15:06
That fast indexing can be a real pain...

Come to the third DarkBasic Pro Sci Fi Con - Be there and be square
Blog:http://spaces.msn.com/members/BouncyBrick/
Web Site:http://www.nicholaskingsley.co.uk
MiR
20
Years of Service
User Offline
Joined: 13th Jul 2003
Location: Spain
Posted: 15th Sep 2005 18:44
Ham And Mushroom Tagliatelle-

My signature has been erased by me because it's LARGE.
Thank you for the votez!1!
OSX Using Happy Dude
20
Years of Service
User Offline
Joined: 21st Aug 2003
Location: At home
Posted: 15th Sep 2005 20:33
Its what I'm having for lunch tomorrow. Tesco's own brand

Come to the third DarkBasic Pro Sci Fi Con - Be there and be square
Blog:http://spaces.msn.com/members/BouncyBrick/
Web Site:http://www.nicholaskingsley.co.uk
MiR
20
Years of Service
User Offline
Joined: 13th Jul 2003
Location: Spain
Posted: 15th Sep 2005 21:03
ah. Logical.

My signature has been erased by me because it's LARGE.
Thank you for the votez!1!
OSX Using Happy Dude
20
Years of Service
User Offline
Joined: 21st Aug 2003
Location: At home
Posted: 15th Sep 2005 22:30
Indeed. Might change it tomorrow...

Come to the third DarkBasic Pro Sci Fi Con - Be there and be square
Blog:http://spaces.msn.com/members/BouncyBrick/
Web Site:http://www.nicholaskingsley.co.uk
Etienne
20
Years of Service
User Offline
Joined: 17th Jan 2004
Location: Paris
Posted: 16th Oct 2005 21:24
what is the simplest working compiler out there ?
Raven you quote "Vc++ Express 2005" but this is not officially working with DGDK .

Does it work ? i assume you don't post it just to say something ..

I read Vc++6 is sort of rusted by now . and there is .net 2003 but what compiler is the fastest / cheapest / more optimized etc ?

Garage Creator

Login to post a reply

Server time is: 2024-04-24 20:33:40
Your offset time is: 2024-04-24 20:33:40