Click here to Skip to main content
15,900,616 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsave image after setting transparency Pin
tagopi8-Dec-10 21:22
tagopi8-Dec-10 21:22 
AnswerRe: save image after setting transparency Pin
Alain Rist8-Dec-10 21:38
Alain Rist8-Dec-10 21:38 
GeneralRe: save image after setting transparency Pin
mbue9-Dec-10 13:11
mbue9-Dec-10 13:11 
QuestionException Pin
john56328-Dec-10 19:58
john56328-Dec-10 19:58 
AnswerRe: Exception Pin
Cedric Moonen8-Dec-10 20:44
Cedric Moonen8-Dec-10 20:44 
AnswerRe: Exception Pin
Luc Pattyn8-Dec-10 20:44
sitebuilderLuc Pattyn8-Dec-10 20:44 
AnswerRe: Exception Pin
CPallini8-Dec-10 21:08
mveCPallini8-Dec-10 21:08 
QuestionHow integrate Microsoft Platform SDK with Visual Studio 6.0 [modified] Pin
Schehaider_Aymen8-Dec-10 9:51
Schehaider_Aymen8-Dec-10 9:51 
Hi All,

As u can deduce from the title, I'm using visual Studio 6.0 and i want use the Microsoft Platform SDK for some kind of project.
The main idea is that i'm new to the SDK, i download the Microsoft Platform SDK Server 2003 R2 (which is the compatible one for VS6).

I download some code from this site and when i tried to compile it, it said thjat some files were missing, such DShow.h, so i added the includes files by tools->options->directories->includes files.

now when i compile my project i've got those errors : Dead | X|

--------------------Configuration: LiveVideo - Win32 Debug--------------------
Compiling...
CaptureVideo.cpp
c:\documents and settings\fst-admin\bureau\prj 3 vc 6.0\source code\capturevideo.h(115) : error C2143: syntax error : missing ';' before '*'
c:\documents and settings\fst-admin\bureau\prj 3 vc 6.0\source code\capturevideo.h(115) : error C2501: 'ICaptureGraphBuilder2' : missing storage-class or type specifiers
c:\documents and settings\fst-admin\bureau\prj 3 vc 6.0\source code\capturevideo.h(115) : error C2501: 'm_pCapture' : missing storage-class or type specifiers
c:\documents and settings\fst-admin\bureau\prj 3 vc 6.0\source code\capturevideo.h(123) : error C2143: syntax error : missing ';' before '*'
c:\documents and settings\fst-admin\bureau\prj 3 vc 6.0\source code\capturevideo.h(123) : error C2501: 'ICaptureGraphBuilder2' : missing storage-class or type specifiers
c:\documents and settings\fst-admin\bureau\prj 3 vc 6.0\source code\capturevideo.h(123) : error C2501: 'm_pCaptureMoniker' : missing storage-class or type specifiers
C:\Documents and Settings\FST-Admin\Bureau\Prj 3 VC 6.0\Source code\CaptureVideo.cpp(33) : error C2065: 'm_pCapture' : undeclared identifier
...................................................................................................
Generating Code...
Error executing cl.exe.


I'm not sure if what i did was right or a big mistake, or the Microsoft Platform SDK still not recognised into my VS6.0.

So plz, some help will be appreciated. D'Oh! | :doh:
"The Ultimate Limit Is Only Your Imagination."
modified on Wednesday, December 8, 2010 4:21 PM

AnswerRe: How integrate Microsoft Platform SDK with Visual Studio 6.0 Pin
Cool_Dev8-Dec-10 21:08
Cool_Dev8-Dec-10 21:08 
GeneralRe: How integrate Microsoft Platform SDK with Visual Studio 6.0 Pin
Schehaider_Aymen10-Dec-10 9:17
Schehaider_Aymen10-Dec-10 9:17 
QuestionDeclaring and using private function in DLL Pin
AmbiguousName8-Dec-10 6:51
AmbiguousName8-Dec-10 6:51 
AnswerRe: Declaring and using private function in DLL Pin
CPallini8-Dec-10 7:23
mveCPallini8-Dec-10 7:23 
AnswerRe: Declaring and using private function in DLL Pin
David Crow8-Dec-10 7:27
David Crow8-Dec-10 7:27 
AnswerRe: Declaring and using private function in DLL Pin
Rajesh R Subramanian8-Dec-10 19:44
professionalRajesh R Subramanian8-Dec-10 19:44 
AnswerRe: Declaring and using private function in DLL [modified] Pin
Cedric Moonen8-Dec-10 20:55
Cedric Moonen8-Dec-10 20:55 
GeneralRe: Declaring and using private function in DLL Pin
Rajesh R Subramanian8-Dec-10 21:30
professionalRajesh R Subramanian8-Dec-10 21:30 
GeneralRe: Declaring and using private function in DLL Pin
Richard MacCutchan8-Dec-10 23:28
mveRichard MacCutchan8-Dec-10 23:28 
GeneralRe: Declaring and using private function in DLL Pin
Cedric Moonen8-Dec-10 23:37
Cedric Moonen8-Dec-10 23:37 
QuestionProcess exit memory released? Pin
vipin_nvk7-Dec-10 23:13
vipin_nvk7-Dec-10 23:13 
AnswerRe: Process exit memory released? Pin
bleedingfingers7-Dec-10 23:27
bleedingfingers7-Dec-10 23:27 
GeneralRe: Process exit memory released? Pin
vipin_nvk7-Dec-10 23:36
vipin_nvk7-Dec-10 23:36 
GeneralRe: Process exit memory released? Pin
bleedingfingers7-Dec-10 23:43
bleedingfingers7-Dec-10 23:43 
GeneralRe: Process exit memory released? Pin
vipin_nvk7-Dec-10 23:45
vipin_nvk7-Dec-10 23:45 
GeneralRe: Process exit memory released? Pin
Rajesh R Subramanian7-Dec-10 23:55
professionalRajesh R Subramanian7-Dec-10 23:55 
GeneralRe: Process exit memory released? Pin
Rajesh R Subramanian8-Dec-10 0:02
professionalRajesh R Subramanian8-Dec-10 0:02 

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.