|
|
|
 |
|

December 6th, 2004, 02:46 AM
|
 |
Major
|
|
Join Date: Aug 2000
Posts: 1,246
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: MS C++ 6.0 help
Do you have the DX SDK installed? Do you have your compiler set up to include the DX stuff at compile time?
__________________
When a cat is dropped, it always lands on its feet, and when toast is dropped, it always lands with the buttered side facing down. I propose to strap buttered toast to the back of a cat. The two will hover, spinning inches above the ground. With a giant buttered cat array, a high-speed monorail could easily link New York with Chicago.
|

December 6th, 2004, 05:00 AM
|
 |
Second Lieutenant
|
|
Join Date: Jul 2002
Location: Belgium
Posts: 558
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: MS C++ 6.0 help
Meh, who wants to use C++ when there are easier Languages around? Python, java. I remember when i used to program in c++. Now i can concentrate on ideas instead of language syntax stuff.
__________________
A Se++ GdY $++ Fr+ C++++ Csc Sf++ Ai** AuO M MpT MpSk MpFd S--- Ss- RV Pw Fq Nd- Rp- G Mm++ Bb++ Tcp+ L++
|

December 6th, 2004, 11:04 AM
|
 |
Shrapnel Fanatic
|
|
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
|
|
Re: OT: MS C++ 6.0 help
Quote:
minipol said:
Meh, who wants to use C++ when there are easier Languages around? Python, java. I remember when i used to program in c++. Now i can concentrate on ideas instead of language syntax stuff.
|
BASIC?  Lets not war.
Lets get back to answering the poor guys quesion. 
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
|

December 6th, 2004, 03:38 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: OT: MS C++ 6.0 help
Quote:
minipol said:
Meh, who wants to use C++ when there are easier Languages around? Python, java. I remember when i used to program in c++. Now i can concentrate on ideas instead of language syntax stuff.
|
Because those Languages create relatively slow programs, thus they are not sufficient when speed is required.
|

December 6th, 2004, 03:48 PM
|
 |
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
|
|
Re: OT: MS C++ 6.0 help
Also, he hasn't said, but it may be something he's doing for school, and even if there are other Languages better the C++, I doubt his teacher would allow substitutions. 
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|

December 6th, 2004, 04:48 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Mar 2003
Location: CHEESE!
Posts: 10,009
Thanks: 0
Thanked 7 Times in 1 Post
|
|
Re: OT: MS C++ 6.0 help
No dsp, no sol, no sln.
Quote:
Instar said:
Do you have the DX SDK installed? Do you have your compiler set up to include the DX stuff at compile time?
|
Yes. No idea how.
I'm trying to make commercially saleable games and scripting Languages are too slow. And I only own two commercial compilers, DarkBASICPro and MS VS C++ 6.0
__________________
If I only could remember half the things I'd forgot, that would be a lot of stuff, I think - I don't know; I forgot!
A* E* Se! Gd! $-- C-^- Ai** M-- S? Ss---- RA Pw? Fq Bb++@ Tcp? L++++
Some of my webcomics. I've got 400+ webcomics at Last count, some dead.
Sig updated to remove non-working links.
|

December 6th, 2004, 04:54 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: OT: MS C++ 6.0 help
You could try the IDE Eclipse, with C++ plugins... not sure how exactly to get it all working myself, but it is all free...
|

December 6th, 2004, 04:58 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Mar 2003
Location: CHEESE!
Posts: 10,009
Thanks: 0
Thanked 7 Times in 1 Post
|
|
Re: OT: MS C++ 6.0 help
Wouldn't that be the same as C++? anyway, I'd rather not try to learn too many things at the same time.
__________________
If I only could remember half the things I'd forgot, that would be a lot of stuff, I think - I don't know; I forgot!
A* E* Se! Gd! $-- C-^- Ai** M-- S? Ss---- RA Pw? Fq Bb++@ Tcp? L++++
Some of my webcomics. I've got 400+ webcomics at Last count, some dead.
Sig updated to remove non-working links.
|

December 6th, 2004, 06:35 PM
|
 |
National Security Advisor
|
|
Join Date: Dec 1999
Posts: 8,806
Thanks: 54
Thanked 33 Times in 31 Posts
|
|
Re: OT: MS C++ 6.0 help
Quote:
narf poit chez BOOM said:
No dsp, no sol, no sln.
...
|
Ok... well then you SHOULD be able to:
1) Copy such an example into a working folder somwhere.
2) Double-click the .DSW.
3) Have it at least load into Visual Studio for editing, without having any errors beyond perhaps something like "couldn't find silly widget Q - would you like to create one?" or "update crap to latest Version?" to which you'd just say yes.
If you can't even load it into the editor, then maybe Visual Studio isn't installed quite right.
PvK
|

December 6th, 2004, 06:47 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Mar 2003
Location: CHEESE!
Posts: 10,009
Thanks: 0
Thanked 7 Times in 1 Post
|
|
Re: OT: MS C++ 6.0 help
There isn't a dsw, either.
Perhaps I was a little obscure when I said: 'c++ doesn't understand the Directx SDK samples I downloaded.'
Clarification: I just searched all of them, there are no workspace file formats in any of the samples that C++ 6.0 recognizes.
That being dsw, dsp, mdp and mak.
There are makefiles, but those are m64
__________________
If I only could remember half the things I'd forgot, that would be a lot of stuff, I think - I don't know; I forgot!
A* E* Se! Gd! $-- C-^- Ai** M-- S? Ss---- RA Pw? Fq Bb++@ Tcp? L++++
Some of my webcomics. I've got 400+ webcomics at Last count, some dead.
Sig updated to remove non-working links.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|