Click here to Skip to main content
15,902,635 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem in DropList Combobox. Pin
Rajesh R Subramanian16-Jun-08 23:15
professionalRajesh R Subramanian16-Jun-08 23:15 
QuestionRe: Problem in DropList Combobox. Pin
David Crow17-Jun-08 2:28
David Crow17-Jun-08 2:28 
AnswerRe: Problem in DropList Combobox. Pin
Hamid_RT15-Jun-08 21:04
Hamid_RT15-Jun-08 21:04 
GeneralRe: Problem in DropList Combobox. Pin
Rajesh R Subramanian15-Jun-08 21:06
professionalRajesh R Subramanian15-Jun-08 21:06 
GeneralRe: Problem in DropList Combobox. Pin
Hamid_RT15-Jun-08 21:12
Hamid_RT15-Jun-08 21:12 
AnswerRe: Problem in DropList Combobox. Pin
Hamid_RT15-Jun-08 21:07
Hamid_RT15-Jun-08 21:07 
AnswerRe: Problem in DropList Combobox. Pin
sheshidar15-Jun-08 21:14
sheshidar15-Jun-08 21:14 
QuestionError in Accessing capCreateCaptureWindow API in Visual Studio 2005 Pin
am 200915-Jun-08 19:17
am 200915-Jun-08 19:17 
Hi All,

i want to capture Video by using Web camera. For this i am using
capCreateCaptureWindow API to capture Video. but there is fatal error as

rror LNK2019: unresolved external symbol _capCreateCaptureWindowW@32 referenced in function "public: virtual int __thiscall CVideoCaptureDlg::OnInitDialog(void)" (?OnInitDialog@CVideoCaptureDlg@@UAEHXZ)

i am using this API in OninitDialog() function of DialogBox class. The code is as


BOOL CVideoCaptureDlg::OnInitDialog()
{
CDialog::OnInitDialog();

// TODO: Add extra initialization here

HWND hWndC = capCreateCaptureWindow((LPCWSTR)"My Capture Window",WS_CHILD | WS_VISIBLE,
0,0,240,240,m_hWnd, 0);


return TRUE; // return TRUE unless you set the focus to a control
// EXCEPTION: OCX Property Pages should return FALSE
}

Though i include header file Vfw.h and link lib file Vfw32.lib in my project.

So Is there any setting required to execute Above API correctly?


Thanks
Atul
QuestionAbout a simple Stash problem in Think in C++ Pin
quboo15-Jun-08 19:02
quboo15-Jun-08 19:02 
QuestionRe: About a simple Stash problem in Think in C++ Pin
David Crow16-Jun-08 3:13
David Crow16-Jun-08 3:13 
QuestionHow to Create non heap array of objects (class takin 2 args with no Default cotr) Pin
vibindia15-Jun-08 18:36
vibindia15-Jun-08 18:36 
AnswerRe: How to Create non heap array of objects (class takin 2 args with no Default cotr) Pin
Nibu babu thomas15-Jun-08 18:45
Nibu babu thomas15-Jun-08 18:45 
Questionuse Graphics::DrawString to draw verctical text (90 degrees counter clockwise) Pin
followait15-Jun-08 17:32
followait15-Jun-08 17:32 
AnswerRe: use Graphics::DrawString to draw verctical text (90 degrees counter clockwise) Pin
bob1697215-Jun-08 18:05
bob1697215-Jun-08 18:05 
AnswerRe: use Graphics::DrawString to draw verctical text (90 degrees counter clockwise) Pin
JudyL_MD16-Jun-08 2:18
JudyL_MD16-Jun-08 2:18 
GeneralRe: use Graphics::DrawString to draw verctical text (90 degrees counter clockwise) Pin
followait16-Jun-08 3:27
followait16-Jun-08 3:27 
GeneralRe: use Graphics::DrawString to draw verctical text (90 degrees counter clockwise) Pin
bob1697216-Jun-08 3:36
bob1697216-Jun-08 3:36 
Questionstring formated, as CString.Format() do Pin
CodingLover15-Jun-08 16:54
CodingLover15-Jun-08 16:54 
AnswerRe: string formated, as CString.Format() do Pin
Nibu babu thomas15-Jun-08 17:33
Nibu babu thomas15-Jun-08 17:33 
GeneralRe: string formated, as CString.Format() do Pin
CodingLover15-Jun-08 17:37
CodingLover15-Jun-08 17:37 
GeneralRe: string formated, as CString.Format() do Pin
Nibu babu thomas15-Jun-08 17:49
Nibu babu thomas15-Jun-08 17:49 
GeneralRe: string formated, as CString.Format() do Pin
bob1697215-Jun-08 18:12
bob1697215-Jun-08 18:12 
GeneralRe: string formated, as CString.Format() do Pin
Nibu babu thomas15-Jun-08 18:33
Nibu babu thomas15-Jun-08 18:33 
GeneralRe: string formated, as CString.Format() do Pin
bob1697216-Jun-08 6:12
bob1697216-Jun-08 6:12 
QuestionRe: string formated, as CString.Format() do Pin
CodingLover15-Jun-08 18:12
CodingLover15-Jun-08 18:12 

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.