Originally posted by: TONY_LU
Sir:
Now I can't get your source , Could you send me a copy?
sir can i get full description of game in brief.i want it in vc++ and using sdk
BestRegards
student of india
jyothi
Now I can't get your source , Could you send me a copy? sir can i get full description of game in brief.i want it in java and using sdk BestRegards student of india Ranjeet
ReplyOriginally posted by: VC++ 6 User
Something like na????
Could someone help me please?
I am using vc6, winnt sp6a w/dx7 sdk.
I get some crap error about a invalid/non-existant link to a file.
Originally posted by: Mangesh Kardbhajne
I got an error while executing tank.exe
I got a messagebox saying,
A required .DLL file, DPLAYX.DLL, was not found
and
One of the library files needed to run this application cannot be found.
(though I have dplayx.lib file at proper place.)
How should I make the game executable?
ReplyOriginally posted by: cqjq
when i use ur exe,it can chat!!
but when i use exe of myself compile,it is a error?
i use vc6.0.
cqj 1999.11.4
Originally posted by: Cristiano Bruno
Again, thank you for this project !
Just one word: Excellent !
Your project is really fantastic, well commented, easy to understand.
And it's working/compiling perfectly. I'm using VC++6.0 with NT4 SP4, and I don't even have a warning
during the compilation (I was a little bit afraid while reading the comments on this page before the
compilation).
Originally posted by: Amit Bindal
Well ! I am developing such a game as my semester project.
Amit Bindal
On the very onset,I appritiate your distributed game on tanks
that really resembles a lot to real time conditions.
So , I have plenty of problems encountered during developing
such game.
Right now , I'm sending U my first problem , which is
related to movement of tank .
The problem is like this :
In the resources you have used in the game for moving the tank
object, the bitmaps are used , Isn't it ? Now this bitmap are
like that they have tank on GREEN background.Here is the
problem . How are you able to move the tank on the map without
showing the GREEN background of the bitmap of tank used.And
also please let me know about as to what function or classes
you had used for showing the bitmap on the map. Well I'm using
BITBLT function provided by MFC but that is not working
as per the excellent way your game implemented it .
I hope I made my problem clear . I'll be sending my other
problem to you the moment I get response from your side.
Pune,India.
Originally posted by: Peter Wolszczak
I figured out that the language lines were not needed. However, after I have done a build all (in VC++5), I
get an error saying that one of the library files needed could not be found (WIN32 error 1157) when trying to
execute. Is it because I don't have the DirectX 6.0 Media SDK installed? Please advise. I would like to
see how your program works when it is in action. Thanks!
Originally posted by: Rene Balvert
When I tried to compile the project under VC++ 6.0 I got the following problems:
1) The #pragma code_page ( .. ) gave an error (invalid code_page) when opening the resources. This has something to do with the language.
1.1) Probably a bug in VC++ 6.0: the resource file was not closed after this error. I had to close VC++ before I could edit the resource file.
2) The ClassWizard couldn't find CTankDlg, becuase it was not in the <project> directory, but in the <project>\SRC directory.
Rene Balvert
Reply
Originally posted by: Eran Yariv
Sorry about that.
Our project's host was going through some changes and the URLs have moved.
I posted a notice to CodeGuru's webmaster about a week ago but the links in the article were not changed (until today).
Here are the new links:
-----------------------------------------
1. Project's main site: http://tochna.technion.ac.il/project/Tanks2D/html/Tanks2D.html
2. Download demo project executable:
http://tochna.technion.ac.il/project/Tanks2D/html/download/tanks.zip
3. Download source:
http://tochna.technion.ac.il/project/Tanks2D/html/download/sources.zip
Originally posted by: Mr
Please make your source code out of SRGP
and make it not win32 based. Make it
C ansii standard in which most can use it thank you.