Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to caputre screen including movie play ? Pin
rambojanggoon12-Oct-09 21:19
rambojanggoon12-Oct-09 21:19 
AnswerRe: how to caputre screen including movie play ? Pin
Rajesh R Subramanian12-Oct-09 21:25
professionalRajesh R Subramanian12-Oct-09 21:25 
AnswerRe: how to caputre screen including movie play ? Pin
Hans Dietrich12-Oct-09 23:58
mentorHans Dietrich12-Oct-09 23:58 
AnswerRe: how to caputre screen including movie play ? Pin
kilt13-Oct-09 2:14
kilt13-Oct-09 2:14 
QuestionEvents waiting on c++ Pin
shiranraviv12-Oct-09 20:42
shiranraviv12-Oct-09 20:42 
AnswerRe: Events waiting on c++ Pin
CPallini12-Oct-09 21:03
mveCPallini12-Oct-09 21:03 
GeneralRe: Events waiting on c++ Pin
shiranraviv12-Oct-09 21:06
shiranraviv12-Oct-09 21:06 
QuestionRe: Events waiting on c++ Pin
CPallini12-Oct-09 21:15
mveCPallini12-Oct-09 21:15 
AnswerRe: Events waiting on c++ Pin
shiranraviv12-Oct-09 21:44
shiranraviv12-Oct-09 21:44 
AnswerRe: Events waiting on c++ Pin
Rajesh R Subramanian12-Oct-09 21:15
professionalRajesh R Subramanian12-Oct-09 21:15 
Questionshift oerator Pin
hrishiS12-Oct-09 20:14
hrishiS12-Oct-09 20:14 
AnswerRe: shift oerator Pin
CPallini12-Oct-09 20:58
mveCPallini12-Oct-09 20:58 
GeneralRe: shift oerator Pin
hrishiS12-Oct-09 21:19
hrishiS12-Oct-09 21:19 
QuestionLinker problem with WinDDK Pin
sashoalm12-Oct-09 20:05
sashoalm12-Oct-09 20:05 
AnswerRe: Linker problem with WinDDK Pin
thready6-Feb-10 7:58
thready6-Feb-10 7:58 
GeneralRe: Linker problem with WinDDK Pin
sashoalm6-Feb-10 8:05
sashoalm6-Feb-10 8:05 
GeneralRe: Linker problem with WinDDK Pin
thready6-Feb-10 8:11
thready6-Feb-10 8:11 
GeneralRe: Linker problem with WinDDK Pin
sashoalm6-Feb-10 8:16
sashoalm6-Feb-10 8:16 
GeneralRe: Linker problem with WinDDK Pin
thready6-Feb-10 8:28
thready6-Feb-10 8:28 
GeneralRe: Linker problem with WinDDK Pin
sashoalm6-Feb-10 8:41
sashoalm6-Feb-10 8:41 
GeneralRe: Linker problem with WinDDK Pin
thready6-Feb-10 8:53
thready6-Feb-10 8:53 
GeneralRe: Linker problem with WinDDK Pin
sashoalm6-Feb-10 9:22
sashoalm6-Feb-10 9:22 
Yes, I see now why you were talking about VC++. The thing is, WinDDK comes with its own compiler, which is 'annointed' (i.e. official and supported) by the DDK development team. WinDDK is intended to work with it. Now, that doesn't mean it won't work with other compilers - you've made it work with VC6, but that's not how it's intended (by microsoft) to be compiled. What I did was I used their official compiler which comes with WinDDK and is in fact in the directory (C:\WinDDK\bin or something). So if you really want to use VS2008 I can't be of much help because that's not how I did it. I used the WinDDK official compiler. See if this thread (http://www.osronline.com/showthread.cfm?link=151863) can help you, they talk about how to make it work with VS2008 there.
There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition.
Blaise Pascal

Questionhow to capture event in a dialog dll in application Pin
Vijeesh Theningalaedathil12-Oct-09 18:09
Vijeesh Theningalaedathil12-Oct-09 18:09 
AnswerRe: how to capture event in a dialog dll in application Pin
Naveen12-Oct-09 18:34
Naveen12-Oct-09 18:34 
GeneralRe: how to capture event in a dialog dll in application Pin
Vijeesh Theningalaedathil13-Oct-09 2:31
Vijeesh Theningalaedathil13-Oct-09 2:31 

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.