Simplest directx program

Started by
7 comments, last by bdc256 22 years, 1 month ago
could some one please send me source code for a program that makes fullscreen and loads and displays a bitmap in middle thats all also ho do i include directx lib''s in vc++6.0
Advertisement
please do us all a favor and look at the DX SDK examples. You already have examples of everything you ask.
http://www.flipcode.com/tutorials/tut_dx82d.shtml

http://www.flipcode.com/tutorials/tut_dx8adv2d.shtml

U May Find Some Useful Code / Infomation There
sent, check your "C:\DXVCSDK\samples\Multimedia\DirectDraw\FullScreenMode" directory. i hacked your pc to do that and it was much trouble
I have look at the sdk and sites listed above but they do not help much beacuse the code is fragmented i need to see how it goes together
__________so please could someone give me the example i requeted above__________

I''d reccommend getting a book on it. Yeah I know, the MS
samples kinda uhm how do you say...suck! Thats the word!
But its not a simple process to do what you say either so I think
you need to get a book to understand everything.
There''ll be like a whole buncha steps you need to do just to
create a fullscreen mode. Then a whole buncha other steps to
display a bitmap.

-=Lohrno
To include the DirectX libs. I create a folder in the resources called DirectX
and I include them in there. Do NOT put
  #include "ddraw.lib" // Direct Draw Lib  

or you will have an error.

be shure to inclued the dx headers in your program.




Edited by - trekey19966 on February 22, 2002 4:18:58 PM
David Smithwww.geocities.com/gamespp5004-"If you can't dream it; it can't be done"-David Smith
Hey,

Run on over to the forums...there should be an example in the Interactive Hands-On Game Development Forum.

Minion
Check out http://nexe.gamedev.net and www.drunkenhyena.com

Eric Wright o0Programmer0o

NeXe

My Homepage
Eric Wright o0Programmer0o

This topic is closed to new replies.

Advertisement