Click here to Skip to main content
16,007,779 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Graphics in C++ Pin
Christian Graus26-Nov-00 16:30
protectorChristian Graus26-Nov-00 16:30 
GeneralFunny Error Pin
25-Nov-00 9:04
suss25-Nov-00 9:04 
GeneralRe: Funny Error Pin
Rick Benish25-Nov-00 9:42
Rick Benish25-Nov-00 9:42 
GeneralRe: Funny Error Pin
Rick Benish25-Nov-00 9:45
Rick Benish25-Nov-00 9:45 
GeneralRe: Funny Error Pin
Tim Deveaux25-Nov-00 9:43
Tim Deveaux25-Nov-00 9:43 
GeneralRe: Funny Error Pin
25-Nov-00 12:21
suss25-Nov-00 12:21 
GeneralRe: Funny Error Pin
25-Nov-00 12:21
suss25-Nov-00 12:21 
GeneralRe: Funny Error Pin
Tim Deveaux25-Nov-00 13:10
Tim Deveaux25-Nov-00 13:10 
#pragma data_seg("._WINCAP")<br />
     HWND ghWndMain = 0;         // Handle to main window -- used to post msgs <br />
#pragma data_seg()   


Sure - but looks like 16 bit code with that pragma... not to worry, though, should compile...

But the wincap sample is pretty dated - old 16 bit code. There should also be a DIBAPI project or makefile - can you compile that? You'll need it.

I think what you're trying to do is use the WINCAP sample source directly in a cpp based project, and thats gonna be a bit of a hack. Even though you're getting close. Smile | :) I don't have WINCAP.EXE, so don't know exactly what you're up against, and it makes it tough to help.
GeneralRe: Funny Error Pin
25-Nov-00 13:28
suss25-Nov-00 13:28 
GeneralRe: Funny Error Pin
25-Nov-00 12:29
suss25-Nov-00 12:29 
GeneralRe: Funny Error Pin
25-Nov-00 13:21
suss25-Nov-00 13:21 
GeneralRe: Funny Error Pin
25-Nov-00 13:21
suss25-Nov-00 13:21 
GeneralError Again! Pin
24-Nov-00 20:51
suss24-Nov-00 20:51 
GeneralRe: Error Again! Pin
Rick Benish24-Nov-00 23:25
Rick Benish24-Nov-00 23:25 
GeneralEye Candy Idea needed Pin
ColinDavies24-Nov-00 15:32
ColinDavies24-Nov-00 15:32 
GeneralRe: Eye Candy Idea needed Pin
Wolfram Steinke24-Nov-00 21:47
Wolfram Steinke24-Nov-00 21:47 
GeneralRe: Eye Candy Idea needed Pin
ColinDavies25-Nov-00 19:25
ColinDavies25-Nov-00 19:25 
GeneralRe: Eye Candy Idea needed Pin
26-Nov-00 4:23
suss26-Nov-00 4:23 
GeneralRe: Eye Candy Idea needed Pin
30-Nov-00 3:32
suss30-Nov-00 3:32 
GeneralRe: Eye Candy Idea needed Pin
NormDroid30-Nov-00 4:54
professionalNormDroid30-Nov-00 4:54 
Generalstream to and from a rich edit control Pin
24-Nov-00 13:27
suss24-Nov-00 13:27 
GeneralRe: stream to and from a rich edit control Pin
27-Nov-00 7:11
suss27-Nov-00 7:11 
GeneralAbout inheritance Pin
24-Nov-00 12:46
suss24-Nov-00 12:46 
GeneralRe: About inheritance Pin
24-Nov-00 16:13
suss24-Nov-00 16:13 
GeneralRe: About inheritance Pin
Michael Dunn24-Nov-00 20:34
sitebuilderMichael Dunn24-Nov-00 20:34 

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.