Click here to Skip to main content
15,906,574 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: need help on generate report to excel Pin
Jose Lamas Rios7-Jul-05 20:12
Jose Lamas Rios7-Jul-05 20:12 
GeneralRe: need help on generate report to excel Pin
firebolt777-Jul-05 20:25
firebolt777-Jul-05 20:25 
GeneralRe: need help on generate report to excel Pin
firebolt778-Jul-05 3:36
firebolt778-Jul-05 3:36 
GeneralRe: need help on generate report to excel Pin
urxlnc0077-Jul-05 19:23
urxlnc0077-Jul-05 19:23 
GeneralRe: need help on generate report to excel Pin
firebolt777-Jul-05 21:36
firebolt777-Jul-05 21:36 
GeneralHelp finding wmstub.lib Pin
Lan_Zer07-Jul-05 13:20
Lan_Zer07-Jul-05 13:20 
GeneralRe: Help finding wmstub.lib Pin
Christian Graus7-Jul-05 16:45
protectorChristian Graus7-Jul-05 16:45 
Generalgetting a correct structure data Pin
Ista7-Jul-05 12:40
Ista7-Jul-05 12:40 
SelectObject(hdc, font);
LPGLYPHMETRICSFLOAT pLPGLYPHMETRICSFLOAT = NULL;
ZeroMemory( &pLPGLYPHMETRICSFLOAT, sizeof(LPGLYPHMETRICSFLOAT));
DWORD hr=D3DXCreateText(m_pd3dDevice, //Device
hdc, //GDI Device Context
"Hello World", //Text
0.001f, //Maximum chordal deviation from true font outlines
0.4f, //Extrusion depth (along -Z axis)
&_pLetterMesh, //Mesh
NULL, //Adjacency information
pLPGLYPHMETRICSFLOAT); //GlyphMetrics

but I never get a valid glyph(pLPGLYPHMETRICSFLOAT) structure?

what am I doing wrong?

thanks,
Nick

I'm not an expert yet, but I play one at work. Yeah and here too.
GeneralRe: getting a correct structure data Pin
ldaoust7-Jul-05 15:12
ldaoust7-Jul-05 15:12 
GeneralMemory for my application Pin
Ivan Cachicatari7-Jul-05 11:50
Ivan Cachicatari7-Jul-05 11:50 
GeneralRe: Memory for my application Pin
David Crow7-Jul-05 13:25
David Crow7-Jul-05 13:25 
GeneralCListCtrl problem Pin
Ivan Cachicatari7-Jul-05 11:47
Ivan Cachicatari7-Jul-05 11:47 
GeneralRe: CListCtrl problem Pin
David Crow7-Jul-05 13:23
David Crow7-Jul-05 13:23 
Generalticker tape with images Pin
picazo7-Jul-05 11:26
picazo7-Jul-05 11:26 
GeneralRe: ticker tape with images Pin
Jose Lamas Rios7-Jul-05 16:15
Jose Lamas Rios7-Jul-05 16:15 
GeneralRe: ticker tape with images Pin
picazo8-Jul-05 3:32
picazo8-Jul-05 3:32 
GeneralDialog as child of dialog Pin
ldaoust7-Jul-05 11:23
ldaoust7-Jul-05 11:23 
GeneralRe: Dialog as child of dialog Pin
ldaoust7-Jul-05 15:02
ldaoust7-Jul-05 15:02 
GeneralAutomation question Pin
Tom Wright7-Jul-05 11:19
Tom Wright7-Jul-05 11:19 
GeneralRe: Automation question Pin
Jose Lamas Rios7-Jul-05 17:48
Jose Lamas Rios7-Jul-05 17:48 
GeneralLoading dlls from an ActiveX control Pin
mrothermund7-Jul-05 10:40
mrothermund7-Jul-05 10:40 
GeneralRe: Loading dlls from an ActiveX control Pin
Jose Lamas Rios7-Jul-05 16:39
Jose Lamas Rios7-Jul-05 16:39 
GeneralProblem changing proxy with custom IE toolbar Pin
Matthew Devine7-Jul-05 10:35
Matthew Devine7-Jul-05 10:35 
GeneralRe: Problem changing proxy with custom IE toolbar Pin
Jose Lamas Rios7-Jul-05 19:56
Jose Lamas Rios7-Jul-05 19:56 
GeneralRe: Problem changing proxy with custom IE toolbar Pin
Matthew Devine8-Jul-05 3:01
Matthew Devine8-Jul-05 3:01 

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.