Re: problems with .pdb file
From: Everett Joline (ejoline_at_optonline.net)
Date: 11/28/04
- Next message: Yan-Hong Huang[MSFT]: "Re: Gracefully handling a crash"
- Previous message: Kim Gräsman: "Re: Efficient debugging"
- In reply to: Gary Chang[MSFT]: "Re: problems with .pdb file"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 28 Nov 2004 11:17:47 -0500
<<my machine doesn't have the necessary D3D support adapter to run your
program>>
Wow.. this is amazing to me considering how important screen graphics
and computer games are to many users of Windows.
I would think that you could get MS to spring for the $30 or so to get an
entry level graphics card compatible with DX90c.
Thanks,
E-Jo
"Gary Chang[MSFT]" <v-garych@online.microsoft.com> wrote in message
news:OEvZHhG1EHA.3820@cpmsftngxa10.phx.gbl...
> Hi Everett,
>
> I found the problem why your program breaks in the main-window on my
> machine, it appears my machine doesn't have the necessary D3D support
> adapter to run your program,:
> Line 168 in MfcOgl.cpp:
> BOOL AMD3DApp::InitInstance(){
> ..
> if (FAILED(g_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL,
> g_view->GetSafeHwnd(),
> D3DCREATE_SOFTWARE_VERTEXPROCESSING, &d3dpp, &g_pd3dDevice)))
> return E_FAIL;
>
> When the program runs into the above code, it will return E_FAIL and exit
> directly from the InitInstance routine, so it don't have any chance to
run
> the AM::Initialize routine and the pNet would not be initialized :(
>
> So do you have another sample projects which doesn't need high level D3D
> adapter, or maybe you could do some changes to this program to make it run
> easily on my machine?
>
>
> Thanks for your understanding and patience!
>
> Best regards,
>
> Gary Chang
> Microsoft Online Partner Support
>
> Get Secure! - www.microsoft.com/security
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> --------------------
>
- Next message: Yan-Hong Huang[MSFT]: "Re: Gracefully handling a crash"
- Previous message: Kim Gräsman: "Re: Efficient debugging"
- In reply to: Gary Chang[MSFT]: "Re: problems with .pdb file"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|