Click here to Skip to main content
15,901,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Find out if CString type is available in a project Pin
sashoalm19-Nov-09 3:29
sashoalm19-Nov-09 3:29 
AnswerRe: Find out if CString type is available in a project Pin
Rajesh R Subramanian19-Nov-09 4:08
professionalRajesh R Subramanian19-Nov-09 4:08 
GeneralRe: Find out if CString type is available in a project Pin
CPallini19-Nov-09 9:26
mveCPallini19-Nov-09 9:26 
QuestionDirectX 3D Image Display. Pin
ashwath197919-Nov-09 2:19
ashwath197919-Nov-09 2:19 
AnswerRe: DirectX 3D Image Display. Pin
Baltoro19-Nov-09 13:58
Baltoro19-Nov-09 13:58 
QuestionPerformance on VC++ Application Pin
kikoso19-Nov-09 1:35
kikoso19-Nov-09 1:35 
AnswerRe: Performance on VC++ Application Pin
mav@octaval19-Nov-09 1:44
mav@octaval19-Nov-09 1:44 
GeneralRe: Performance on VC++ Application Pin
kikoso19-Nov-09 1:55
kikoso19-Nov-09 1:55 
Hola Miguel, and thank you for answering

Basically, I´ve the following problems:

Following this manual:

http://support.microsoft.com/?scid=kb%3Ben-us%3B815805&x=13&y=8[^]

Everytime I try to switch to (/clr:oldSyntax), instead of just /clr, I´m getting so many errors with my application (like using public, private, etc :P).

Following this manual:

http://hemswell.lincoln.ac.uk/~slawson/napier/CO42018/labs/lab06.html[^]

The line that says:

hThreads[0] = CreateThread(NULL,0,MyThread,"T1",NULL,&iID[0]);


Drop me this error (translated from German to English):

error C3867: "OpenCVWin32::Form1::ExampleFunction": The function call is missing argument list. Use "& OpenCVWin32:: Form1:: ExampleFunction" to create a pointer to the member.

So I use the mentioned syntax. And then:

error C3374: Address of "OpenCVWin32:: Form1:: ExampleFunction" can only be adopted if a delegate instance is created.

So at this point I´m really blocked :S
GeneralRe: Performance on VC++ Application Pin
mav@octaval19-Nov-09 2:05
mav@octaval19-Nov-09 2:05 
GeneralRe: Performance on VC++ Application Pin
kikoso19-Nov-09 2:13
kikoso19-Nov-09 2:13 
AnswerRe: Performance on VC++ Application Pin
CPallini19-Nov-09 1:53
mveCPallini19-Nov-09 1:53 
QuestionHow do real-time rendering curve [modified] Pin
lxkjlzz18-Nov-09 22:21
lxkjlzz18-Nov-09 22:21 
AnswerRe: How do real-time rendering curve Pin
Cedric Moonen18-Nov-09 22:23
Cedric Moonen18-Nov-09 22:23 
QuestionRe: How do real-time rendering curve Pin
sashoalm18-Nov-09 22:24
sashoalm18-Nov-09 22:24 
AnswerRe: How do real-time rendering curve Pin
Cedric Moonen18-Nov-09 22:35
Cedric Moonen18-Nov-09 22:35 
GeneralRe: How do real-time rendering curve Pin
lxkjlzz19-Nov-09 14:20
lxkjlzz19-Nov-09 14:20 
QuestionWin32 programming Pin
Subrat Patnaik18-Nov-09 21:46
Subrat Patnaik18-Nov-09 21:46 
AnswerRe: Win32 programming Pin
Richard MacCutchan18-Nov-09 21:55
mveRichard MacCutchan18-Nov-09 21:55 
GeneralRe: Win32 programming Pin
Subrat Patnaik19-Nov-09 23:47
Subrat Patnaik19-Nov-09 23:47 
GeneralRe: Win32 programming Pin
Richard MacCutchan19-Nov-09 23:57
mveRichard MacCutchan19-Nov-09 23:57 
AnswerRe: Win32 programming Pin
m_mun18-Nov-09 22:53
m_mun18-Nov-09 22:53 
AnswerRe: Win32 programming Pin
SandipG 18-Nov-09 23:00
SandipG 18-Nov-09 23:00 
AnswerRe: Win32 programming Pin
LunaticFringe18-Nov-09 23:03
LunaticFringe18-Nov-09 23:03 
AnswerRe: Win32 programming Pin
vctrlao19-Nov-09 3:17
vctrlao19-Nov-09 3:17 
QuestionC/C++ programming under Linux/Unix Pin
programmer20218-Nov-09 21:00
programmer20218-Nov-09 21:00 

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.