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

C / C++ / MFC

 
GeneralRe: using _ultoa_s is creating a problem Pin
Naveen16-Dec-08 20:33
Naveen16-Dec-08 20:33 
AnswerRe: using _ultoa_s is creating a problem Pin
Naveen16-Dec-08 19:37
Naveen16-Dec-08 19:37 
AnswerRe: using _ultoa_s is creating a problem Pin
Malli_S16-Dec-08 19:39
Malli_S16-Dec-08 19:39 
QuestionCreateQueueTimer problem.........?? Pin
shaina223116-Dec-08 17:55
shaina223116-Dec-08 17:55 
AnswerRe: CreateQueueTimer problem.........?? Pin
shaina223116-Dec-08 18:10
shaina223116-Dec-08 18:10 
GeneralRe: CreateQueueTimer problem.........?? Pin
shaina223116-Dec-08 18:56
shaina223116-Dec-08 18:56 
GeneralRe: CreateQueueTimer problem.........?? Pin
shaina223116-Dec-08 19:34
shaina223116-Dec-08 19:34 
AnswerRe: CreateQueueTimer problem.........?? Pin
Naveen16-Dec-08 19:28
Naveen16-Dec-08 19:28 
shaina2231 wrote:
C:\New Folder\sss\sssDlg.cpp(198) : error C2065: 'CreateTimerQueue' : undeclared identifier


The above function will not be present in the header file that comes along with the visual studio 6. If you want to you this function in visual studio 6, you have to install platform SDK and integrate it with visual studio 6. You can download it freely from XPSP2 PSDK Full Download with Local Install[^]

Optionally you can dynamicaly load this function from the "Kernel32.dll" and call it directly using the LoadLibrary() and GetProcAddress() function.


GeneralRe: CreateQueueTimer problem.........?? Pin
shaina223116-Dec-08 20:03
shaina223116-Dec-08 20:03 
QuestionZ Order - CPropertySheet on top Pin
john john mackey16-Dec-08 13:12
john john mackey16-Dec-08 13:12 
AnswerRe: Z Order - CPropertySheet on top Pin
Mark Salsbery16-Dec-08 14:15
Mark Salsbery16-Dec-08 14:15 
GeneralRe: Z Order - CPropertySheet on top [modified] Pin
john john mackey18-Dec-08 7:07
john john mackey18-Dec-08 7:07 
QuestionATL control background color Pin
Kenny Adorisio16-Dec-08 6:36
Kenny Adorisio16-Dec-08 6:36 
AnswerRe: ATL control background color Pin
Randor 17-Dec-08 0:29
professional Randor 17-Dec-08 0:29 
QuestionGetDlgItem in Dialog class Pin
pratap198016-Dec-08 6:24
pratap198016-Dec-08 6:24 
AnswerRe: GetDlgItem in Dialog class Pin
Eytukan16-Dec-08 6:34
Eytukan16-Dec-08 6:34 
AnswerRe: GetDlgItem in Dialog class Pin
jeron116-Dec-08 6:35
jeron116-Dec-08 6:35 
AnswerRe: GetDlgItem in Dialog class Pin
Mark Salsbery16-Dec-08 6:55
Mark Salsbery16-Dec-08 6:55 
AnswerRe: GetDlgItem in Dialog class Pin
CPallini16-Dec-08 7:20
mveCPallini16-Dec-08 7:20 
QuestionPhysically include dll in compile/link with VC2005 Pin
rechmbrs16-Dec-08 4:54
rechmbrs16-Dec-08 4:54 
AnswerRe: Physically include dll in compile/link with VC2005 Pin
Code-o-mat16-Dec-08 5:14
Code-o-mat16-Dec-08 5:14 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
rechmbrs16-Dec-08 5:57
rechmbrs16-Dec-08 5:57 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
Code-o-mat16-Dec-08 6:16
Code-o-mat16-Dec-08 6:16 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
Randor 16-Dec-08 6:35
professional Randor 16-Dec-08 6:35 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
Code-o-mat16-Dec-08 6:41
Code-o-mat16-Dec-08 6:41 

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.