Click here to Skip to main content
15,913,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsplitter window Pin
sarojkumarjena5-Nov-06 21:41
sarojkumarjena5-Nov-06 21:41 
AnswerRe: splitter window Pin
Sunil P V5-Nov-06 21:56
Sunil P V5-Nov-06 21:56 
GeneralRe: splitter window Pin
Rage5-Nov-06 22:44
professionalRage5-Nov-06 22:44 
GeneralRe: splitter window Pin
Cedric Moonen5-Nov-06 22:54
Cedric Moonen5-Nov-06 22:54 
GeneralRe: splitter window Pin
PJ Arends5-Nov-06 23:07
professionalPJ Arends5-Nov-06 23:07 
QuestionQuestion about controlling Windows Services Pin
softgrid5-Nov-06 21:30
softgrid5-Nov-06 21:30 
AnswerRe: Question about controlling Windows Services Pin
Nibu babu thomas5-Nov-06 21:35
Nibu babu thomas5-Nov-06 21:35 
AnswerRe: Question about controlling Windows Services Pin
Blake Miller9-Nov-06 11:47
Blake Miller9-Nov-06 11:47 
Download and install a NEWER version of the Platform SDK and make VC point at the new libs and headers - your problem will be solved.
The original VC++ headers and libs were out before some of these newer functions, so it is not found in the WinSvc.H that you posess.
If you DO find it in your header, check for it bracketed by a WIN32 definition.

You need to do something like
#define _WIN32 0x0501
or some such value to make it visible.

They did this so you could target backlevel versions of OS with a build and be warned if you were 'linking' to functions that did not exist at the time.


Any sufficiently gross incompetence is nearly indistinguishable from malice.

QuestionArchitecture Problem Pin
baerten5-Nov-06 21:10
baerten5-Nov-06 21:10 
AnswerRe: Architecture Problem Pin
Rage5-Nov-06 22:49
professionalRage5-Nov-06 22:49 
GeneralRe: Architecture Problem Pin
baerten6-Nov-06 1:06
baerten6-Nov-06 1:06 
QuestionLPCSTR Pin
vtalau5-Nov-06 20:58
vtalau5-Nov-06 20:58 
AnswerRe: LPCSTR Pin
Nibu babu thomas5-Nov-06 21:22
Nibu babu thomas5-Nov-06 21:22 
GeneralRe: LPCSTR Pin
Rage5-Nov-06 21:31
professionalRage5-Nov-06 21:31 
GeneralRe: LPCSTR Pin
Nibu babu thomas5-Nov-06 21:32
Nibu babu thomas5-Nov-06 21:32 
AnswerRe: LPCSTR Pin
Rage5-Nov-06 21:29
professionalRage5-Nov-06 21:29 
QuestionThread problem Pin
mt_samiei5-Nov-06 20:48
mt_samiei5-Nov-06 20:48 
AnswerRe: Thread problem Pin
_tasleem6-Nov-06 2:01
_tasleem6-Nov-06 2:01 
AnswerRe: Thread problem Pin
Mark Salsbery6-Nov-06 7:49
Mark Salsbery6-Nov-06 7:49 
QuestionI don't know how to resize my Bitmap with 120 DPI !!! Pin
dharani5-Nov-06 20:25
dharani5-Nov-06 20:25 
AnswerRe: I don't know how to resize my Bitmap with 120 DPI !!! Pin
Hamid_RT5-Nov-06 21:03
Hamid_RT5-Nov-06 21:03 
GeneralRe: I don't know how to resize my Bitmap with 120 DPI !!! Pin
dharani5-Nov-06 21:14
dharani5-Nov-06 21:14 
GeneralRe: I don't know how to resize my Bitmap with 120 DPI !!! Pin
Hamid_RT5-Nov-06 21:24
Hamid_RT5-Nov-06 21:24 
GeneralRe: I don't know how to resize my Bitmap with 120 DPI !!! Pin
dharani5-Nov-06 21:58
dharani5-Nov-06 21:58 
GeneralRe: I don't know how to resize my Bitmap with 120 DPI !!! Pin
Hamid_RT5-Nov-06 23:59
Hamid_RT5-Nov-06 23:59 

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.