http://GameProgrammer.Com

Programming

GP Mailing List
     Thread Index
     Date Index

ATXGPSIG List
     Thread Index
     Date Index

Google
>

Home

Wise2Food



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Directx MFC



Yes you can put DDraw in MFC, that is you can put it in any dialog or
anything that has a window handle (HWND). But normaly you should initialize
DDraw from the parent window and just use the RECT (for Blt) to set where it
should be rendered (like for ex. child windows). Recenlty I used DDraw &
Direct3D & DirectInput in MFC and it worked OK. Check the DX SDK examples,
there should be one about MFC too but I think it's pretty poor.

================
Ales Mlakar
(aka JaZzBrE, ICQ# 2168060)
JaZz=Life;     // Jazz is Life
================
----- Original Message -----
From: fakhreddin mohtasham <f_mohtasham@hotmail.com>
To: <gameprogrammer@gameprogrammer.com>
Sent: Wednesday, May 17, 2000 3:47 PM
Subject: Directx MFC


> hi all,
>
> is it possible to use ddraw and mfc control with each other?
> I do not think.
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> =================================================================
> The GameProgrammer.Com mailing list is for the open discussion
> of any topic related to the art, science, and business of
> programming games. This list is especially tolerant of beginners.
> We were all beginners once
>
> To SUBSCRIBE or UNSUBSCRIBE please visit:
> http://gameprogrammer.com/mailinglist.html

=================================================================
The GameProgrammer.Com mailing list is for the open discussion
of any topic related to the art, science, and business of
programming games. This list is especially tolerant of beginners.
We were all beginners once

To SUBSCRIBE or UNSUBSCRIBE please visit:
http://gameprogrammer.com/mailinglist.html



  • References:
    • Directx MFC
      • From: "fakhreddin mohtasham" <f_mohtasham@hotmail.com>