Click here to Skip to main content
15,893,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Declaration of CSemaphore fails Pin
led mike1-Feb-07 8:44
led mike1-Feb-07 8:44 
GeneralRe: Declaration of CSemaphore fails Pin
BuckBrown1-Feb-07 9:32
BuckBrown1-Feb-07 9:32 
GeneralRe: Declaration of CSemaphore fails Pin
Zac Howland1-Feb-07 9:31
Zac Howland1-Feb-07 9:31 
GeneralRe: Declaration of CSemaphore fails Pin
BuckBrown1-Feb-07 12:19
BuckBrown1-Feb-07 12:19 
Questionfatal error C1083: Cannot open include file: 'X11/Xlib.h' Pin
Khoramdin1-Feb-07 6:09
Khoramdin1-Feb-07 6:09 
AnswerRe: fatal error C1083: Cannot open include file: 'X11/Xlib.h' Pin
toxcct1-Feb-07 6:17
toxcct1-Feb-07 6:17 
AnswerRe: fatal error C1083: Cannot open include file: 'X11/Xlib.h' Pin
jhwurmbach1-Feb-07 6:18
jhwurmbach1-Feb-07 6:18 
AnswerRe: fatal error C1083: Cannot open include file: 'X11/Xlib.h' Pin
Mark Salsbery1-Feb-07 7:47
Mark Salsbery1-Feb-07 7:47 
If you are referring to the project I made and sent to you then you need to set up your Visual
Studio environment...

Follow these steps first: Using Visual C++ 2005 Express Edition with the Microsoft Platform SDK[^]

Repeat step 3 from that article using the paths to the DirectX SDK include and lib folders. On my
machine they are here:
C:\Program Files\Microsoft DirectX SDK (December 2005)\Lib
C:\Program Files\Microsoft DirectX SDK (December 2005)\Include

You'll also need to add an include-files path to the DirectShow base classes - On my machine it's
C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Samples\Multimedia\DirectShow\BaseClasses

I built the DirectShow base classes library and included it in the lib folder of the project.
They are UNICODE builds, one is debug and one is release build.

I test-built the project and it builds/runs so it should work for you once you have VS set up
properly.

If this XLib.h file is a *nix issue I can't help you there - it's a Windows app Smile | :)

Mark
AnswerRe: fatal error C1083: Cannot open include file: 'X11/Xlib.h' Pin
Khoramdin1-Feb-07 9:28
Khoramdin1-Feb-07 9:28 
GeneralRe: fatal error C1083: Cannot open include file: 'X11/Xlib.h' [modified] Pin
Mark Salsbery1-Feb-07 10:24
Mark Salsbery1-Feb-07 10:24 
GeneralRe: fatal error C1083: Cannot open include file: 'X11/Xlib.h' Pin
Khoramdin1-Feb-07 11:47
Khoramdin1-Feb-07 11:47 
QuestionVC++ Directory Setting Utility for FREE !!! Pin
avanish1231-Feb-07 5:54
avanish1231-Feb-07 5:54 
AnswerRe: VC++ Directory Setting Utility for FREE !!! Pin
PJ Arends1-Feb-07 10:05
professionalPJ Arends1-Feb-07 10:05 
AnswerRe: VC++ Directory Setting Utility for FREE !!! Pin
Hamid_RT2-Feb-07 4:32
Hamid_RT2-Feb-07 4:32 
QuestionHow to change background color of dialog box.. Pin
Shah Satish1-Feb-07 5:18
Shah Satish1-Feb-07 5:18 
AnswerRe: How to change background color of dialog box.. Pin
toxcct1-Feb-07 5:26
toxcct1-Feb-07 5:26 
GeneralRe: How to change background color of dialog box.. Pin
Shah Satish1-Feb-07 5:55
Shah Satish1-Feb-07 5:55 
AnswerRe: How to change background color of dialog box.. Pin
jhwurmbach1-Feb-07 5:51
jhwurmbach1-Feb-07 5:51 
GeneralRe: How to change background color of dialog box.. Pin
Shah Satish1-Feb-07 6:00
Shah Satish1-Feb-07 6:00 
GeneralRe: How to change background color of dialog box.. Pin
jhwurmbach1-Feb-07 6:12
jhwurmbach1-Feb-07 6:12 
GeneralRe: How to change background color of dialog box.. Pin
Shah Satish1-Feb-07 6:19
Shah Satish1-Feb-07 6:19 
GeneralRe: How to change background color of dialog box.. Pin
jhwurmbach1-Feb-07 6:44
jhwurmbach1-Feb-07 6:44 
AnswerRe: How to change background color of dialog box.. Pin
Hamid_RT1-Feb-07 20:59
Hamid_RT1-Feb-07 20:59 
QuestionTo DropDown A ComboBox programmatically Pin
mikobi1-Feb-07 4:46
mikobi1-Feb-07 4:46 
AnswerRe: To DropDown A ComboBox programmatically Pin
toxcct1-Feb-07 4:52
toxcct1-Feb-07 4:52 

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.