Click here to Skip to main content
15,889,992 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow can i convert from CString to CTime Pin
Member 78215412-Jan-04 5:27
Member 78215412-Jan-04 5:27 
AnswerRe: how can i convert from CString to CTime Pin
RChin12-Jan-04 5:57
RChin12-Jan-04 5:57 
AnswerRe: how can i convert from CString to CTime Pin
Jijo.Raj12-Jan-04 6:11
Jijo.Raj12-Jan-04 6:11 
GeneralRe: how can i convert from CString to CTime Pin
Member 78215412-Jan-04 10:59
Member 78215412-Jan-04 10:59 
GeneralFace Feature Detection Pin
Goh Hui Beng12-Jan-04 5:22
Goh Hui Beng12-Jan-04 5:22 
GeneralVC++ 7.1 and WINVER warnings on Windows 2000 Pin
sysop@HAL9K.com12-Jan-04 5:13
sysop@HAL9K.com12-Jan-04 5:13 
GeneralRe: VC++ 7.1 and WINVER warnings on Windows 2000 Pin
Joe Woodbury12-Jan-04 8:37
professionalJoe Woodbury12-Jan-04 8:37 
GeneralSyntac Error Pin
Goh Hui Beng12-Jan-04 5:12
Goh Hui Beng12-Jan-04 5:12 
void CFacedetectApp::RCobj_learnFaceOrientation(int orientationID)
{
if (orientation_classifier!=NULL)
orientation_classifier->teach(orientationID);
}

return 0;

Why i still have error msg :

C:\ahbeng\fyp\facedetectDLL_expressions\Develop\facedetect\facedetect.cpp(957) : error C2143: syntax error : missing ';' before 'return'
Error executing cl.exe.

The above is part of the programme and the error msg..anyone can tell me why there is still error when the return 0 has ; after it already?

thx alot
GeneralRe: Syntac Error Pin
Johnny ²12-Jan-04 5:22
Johnny ²12-Jan-04 5:22 
GeneralRe: Syntac Error Pin
Goh Hui Beng12-Jan-04 5:29
Goh Hui Beng12-Jan-04 5:29 
GeneralRe: Syntac Error Pin
Michael P Butler12-Jan-04 5:34
Michael P Butler12-Jan-04 5:34 
GeneralRe: Syntac Error Pin
Goh Hui Beng12-Jan-04 5:39
Goh Hui Beng12-Jan-04 5:39 
GeneralRe: Syntac Error Pin
Jijo.Raj12-Jan-04 6:20
Jijo.Raj12-Jan-04 6:20 
GeneralSMS Concatenation Header Pin
MarcoNedwig12-Jan-04 4:46
MarcoNedwig12-Jan-04 4:46 
Generalproblem shell'ing chkdsk.exe in winxp Pin
Jay++12-Jan-04 4:24
Jay++12-Jan-04 4:24 
GeneralRe: problem shell'ing chkdsk.exe in winxp Pin
David Crow12-Jan-04 4:57
David Crow12-Jan-04 4:57 
GeneralRe: problem shell'ing chkdsk.exe in winxp Pin
Jay++12-Jan-04 5:27
Jay++12-Jan-04 5:27 
GeneralRe: problem shell'ing chkdsk.exe in winxp Pin
David Crow12-Jan-04 7:20
David Crow12-Jan-04 7:20 
GeneralLoading >3GB tiff image Pin
Peter Woods12-Jan-04 4:16
Peter Woods12-Jan-04 4:16 
GeneralAVI in C++ Pin
Member 52521912-Jan-04 3:08
Member 52521912-Jan-04 3:08 
GeneralRe: AVI in C++ Pin
erkanina12-Jan-04 5:09
erkanina12-Jan-04 5:09 
GeneralRe: AVI in C++ Pin
Member 52521912-Jan-04 6:09
Member 52521912-Jan-04 6:09 
Generaladd an activeX to vc++ project Pin
sana55012-Jan-04 2:38
sana55012-Jan-04 2:38 
GeneralRe: add an activeX to vc++ project Pin
Monty212-Jan-04 2:45
Monty212-Jan-04 2:45 
GeneralRe: add an activeX to vc++ project Pin
sana55019-Jan-04 1:42
sana55019-Jan-04 1:42 

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.