Group: microsoft.public.win32.programmer.directx.graphics · Group Profile · Search for Hour1 in microsoft.public.win32.programmer.directx.graphics
Author: Justus Jonas
Date: Aug 5, 2008 05:10
... DEFAULT_QUALITY, DEFAULT_PITCH | FF_DONTCARE, TEXT("Arial"), &g_myfont9_big )); Displaying and creating the text: D3DCOLOR fontColor = D3DCOLOR_ARGB(255,45,119,214); const char* name1; const char* name2; char* hour1 = new char[2]; char* hour2 = new char[3]; char* minute2 = new char[3]; char* minute1 = new char[2]; _itoa(g_st.wHour, hour2, 10); _itoa(g_st...
|