Click here to Skip to main content
15,906,455 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralShared Folder Access Pin
ashtwin7-Feb-05 2:14
ashtwin7-Feb-05 2:14 
GeneralRe: Shared Folder Access Pin
Antony M Kancidrowski7-Feb-05 2:33
Antony M Kancidrowski7-Feb-05 2:33 
GeneralRe: Shared Folder Access Pin
Rick Crone9-Feb-05 10:58
Rick Crone9-Feb-05 10:58 
GeneralMicrosoft Real Time communications Client API SDK Pin
jerry0davis7-Feb-05 1:46
jerry0davis7-Feb-05 1:46 
GeneralLearn C++ in 21 Days? I wish! Pin
RicD337-Feb-05 1:15
RicD337-Feb-05 1:15 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
Antony M Kancidrowski7-Feb-05 1:25
Antony M Kancidrowski7-Feb-05 1:25 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
Maximilien7-Feb-05 1:34
Maximilien7-Feb-05 1:34 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
RicD337-Feb-05 1:53
RicD337-Feb-05 1:53 
So I have 27 errors really then? If so, I give up, I will stick to the PHP I was learning about!

Here is my new error log, which is complete BS because it says "Missing ';' before 'while'. O...........K - there is one single instance of the word "while" in my script and this is only masked out (comes after \\) text anyway. Despite this, I put a ';' in front of this 'while' word and guess what, I get the same error on the list of 27 errors! No ";" before "while"? Bulls**t! Look...

--------------------Configuration: Day2REDO - Win32 Debug--------------------
Compiling...
Day2REDODlg.cpp
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(105) : error C2143: syntax error : missing ';' before '.'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(120) : error C2065: 'm_bEnableMessage' : undeclared identifier
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(137) : error C2143: syntax error : missing ';' before 'do'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(137) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(137) : error C2447: missing function header (old-style formal list?)
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(137) : error C2143: syntax error : missing ';' before 'while'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(138) : error C2143: syntax error : missing ';' before 'do'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(138) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(138) : error C2447: missing function header (old-style formal list?)
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(138) : error C2143: syntax error : missing ';' before 'while'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(140) : error C2660: 'GetSystemMenu' : function does not take 1 parameters
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(141) : error C2143: syntax error : missing ';' before 'if'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(142) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(142) : error C2447: missing function header (old-style formal list?)
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(154) : error C2065: 'm_hIcon' : undeclared identifier
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(154) : error C2501: 'SetIcon' : missing storage-class or type specifiers
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(154) : error C2078: too many initializers
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(155) : error C2501: 'SetIcon' : missing storage-class or type specifiers
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(155) : error C2374: 'SetIcon' : redefinition; multiple initialization
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(154) : see declaration of 'SetIcon'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(155) : error C2078: too many initializers
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(159) : error C2143: syntax error : missing ';' before 'return'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(160) : error C2143: syntax error : missing ';' before '}'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(160) : error C2143: syntax error : missing ';' before '}'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(160) : error C2143: syntax error : missing ';' before '}'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(163) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\Microsoft Visual Studio\MyProjects\Day2REDO\Day2REDODlg.cpp(163) : error C2447: missing function header (old-style formal list?)
Error executing cl.exe.

Day2REDO.exe - 26 error(s), 0 warning(s)
GeneralRe: Learn C++ in 21 Days? I wish! Pin
Maximilien7-Feb-05 2:28
Maximilien7-Feb-05 2:28 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
RicD337-Feb-05 2:34
RicD337-Feb-05 2:34 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
Maximilien7-Feb-05 2:43
Maximilien7-Feb-05 2:43 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
Bob Ciora7-Feb-05 6:16
Bob Ciora7-Feb-05 6:16 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
V.7-Feb-05 2:54
professionalV.7-Feb-05 2:54 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
RicD337-Feb-05 13:32
RicD337-Feb-05 13:32 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
Cedric Moonen7-Feb-05 3:35
Cedric Moonen7-Feb-05 3:35 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
Wes Aday7-Feb-05 4:45
professionalWes Aday7-Feb-05 4:45 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
RicD337-Feb-05 13:57
RicD337-Feb-05 13:57 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
Wes Aday7-Feb-05 17:45
professionalWes Aday7-Feb-05 17:45 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
RicD338-Feb-05 2:40
RicD338-Feb-05 2:40 
GeneralRe: Learn C++ in 21 Days? I wish! Pin
Anonymous9-Mar-05 13:09
Anonymous9-Mar-05 13:09 
GeneralPostMessage() Pin
includeh107-Feb-05 0:17
includeh107-Feb-05 0:17 
GeneralRe: PostMessage() Pin
Cedric Moonen7-Feb-05 1:14
Cedric Moonen7-Feb-05 1:14 
GeneralRe: PostMessage() Pin
Adi Narayana7-Feb-05 1:15
Adi Narayana7-Feb-05 1:15 
QuestionHow to return an object pointer from an ActiveX control Pin
7-Feb-05 0:03
suss7-Feb-05 0:03 
AnswerRe: How to return an object pointer from an ActiveX control Pin
Member 341377-Feb-05 4:56
Member 341377-Feb-05 4:56 

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.