Click here to Skip to main content
16,005,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Design question for using derived class/ Multiple Base classes Pin
led mike14-Aug-07 4:13
led mike14-Aug-07 4:13 
GeneralRe: Design question for using derived class/ Multiple Base classes Pin
1slipperyfish14-Aug-07 5:23
1slipperyfish14-Aug-07 5:23 
GeneralRe: Design question for using derived class/ Multiple Base classes Pin
ForNow14-Aug-07 6:49
ForNow14-Aug-07 6:49 
GeneralRe: Design question for using derived class/ Multiple Base classes Pin
1slipperyfish14-Aug-07 7:50
1slipperyfish14-Aug-07 7:50 
QuestionHow to receive data from an outside source Pin
High0ctane13-Aug-07 5:52
High0ctane13-Aug-07 5:52 
AnswerRe: How to receive data from an outside source Pin
Mark Salsbery13-Aug-07 5:58
Mark Salsbery13-Aug-07 5:58 
GeneralRe: How to receive data from an outside source Pin
High0ctane13-Aug-07 6:42
High0ctane13-Aug-07 6:42 
QuestionDEBUG_NEW and DirectX Pin
bruccutler13-Aug-07 4:51
bruccutler13-Aug-07 4:51 
We are using the February 2006 version of DirectX. When we insert the following line:
#define new DEBUG_NEW
we get the following errors from the Directx Modules:
c:\program files\microsoft directx sdk (february 2006)\include\d3dx9math.h(392)
: error C2059: syntax error : 'string'
c:\program files\microsoft directx sdk (february 2006)\include\d3dx9math.h(392)
: error C2091: function returns function
c:\program files\microsoft directx sdk (february 2006)\include\d3dx9math.h(392)
: error C2802: static member 'operator new' has no formal parameters
c:\program files\microsoft directx sdk (february 2006)\include\d3dx9math.h(393)
: error C2059: syntax error : 'string'
c:\program files\microsoft directx sdk (february 2006)\include\d3dx9math.h(393)
: error C2090: function returns array
c:\program files\microsoft directx sdk (february 2006)\include\d3dx9math.inl(987
) : error C2761: 'void *(__cdecl *_D3DXMATRIXA16::operator new(void))(size_t)' :
member function redeclaration not allowed
c:\program files\microsoft directx sdk (february 2006)\include\d3dx9math.inl(987
) : fatal error C1903: unable to recover from previous error(s); stopping compil
ation

How can we take advantage of the DEBUG_NEW capability and also get around these errors?


BRC
AnswerRe: DEBUG_NEW and DirectX Pin
Mark Salsbery13-Aug-07 5:53
Mark Salsbery13-Aug-07 5:53 
GeneralRe: DEBUG_NEW and DirectX Pin
bruccutler13-Aug-07 11:13
bruccutler13-Aug-07 11:13 
Questionhow to set short cut keys for mfc controls on dialog box Pin
maulesh bhojani13-Aug-07 4:27
maulesh bhojani13-Aug-07 4:27 
QuestionRe: how to set short cut keys for mfc controls on dialog box Pin
David Crow13-Aug-07 5:08
David Crow13-Aug-07 5:08 
AnswerRe: how to set short cut keys for mfc controls on dialog box Pin
maulesh bhojani13-Aug-07 5:41
maulesh bhojani13-Aug-07 5:41 
GeneralRe: how to set short cut keys for mfc controls on dialog box Pin
David Crow13-Aug-07 5:55
David Crow13-Aug-07 5:55 
QuestionDialog Window Related help Pin
wajape13-Aug-07 4:16
wajape13-Aug-07 4:16 
AnswerRe: Dialog Window Related help Pin
David Crow13-Aug-07 5:09
David Crow13-Aug-07 5:09 
AnswerRe: Dialog Window Related help Pin
Hamid_RT13-Aug-07 20:03
Hamid_RT13-Aug-07 20:03 
AnswerRe: Dialog Window Related help Pin
Nishad S13-Aug-07 20:31
Nishad S13-Aug-07 20:31 
QuestionFile attributes of a shortcut Pin
Manfred Staiger13-Aug-07 3:47
Manfred Staiger13-Aug-07 3:47 
QuestionRe: File attributes of a shortcut Pin
David Crow13-Aug-07 5:31
David Crow13-Aug-07 5:31 
AnswerRe: File attributes of a shortcut Pin
Manfred Staiger13-Aug-07 23:09
Manfred Staiger13-Aug-07 23:09 
QuestionHow to Send Message to another Class. Pin
GauranG Shah13-Aug-07 2:40
GauranG Shah13-Aug-07 2:40 
AnswerRe: How to Send Message to another Class. Pin
prasad_som13-Aug-07 2:59
prasad_som13-Aug-07 2:59 
AnswerRe: How to Send Message to another Class. Pin
David Crow13-Aug-07 3:00
David Crow13-Aug-07 3:00 
AnswerRe: How to Send Message to another Class. Pin
KarstenK13-Aug-07 4:05
mveKarstenK13-Aug-07 4:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.