Click here to Skip to main content
15,900,907 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General#ifdef Pin
Zibar2-Jun-03 2:31
sussZibar2-Jun-03 2:31 
GeneralRe: #ifdef Pin
melwyn2-Jun-03 2:44
melwyn2-Jun-03 2:44 
GeneralRe: #ifdef Pin
Zibar2-Jun-03 3:19
sussZibar2-Jun-03 3:19 
GeneralRe: #ifdef Pin
Joaquín M López Muñoz2-Jun-03 3:56
Joaquín M López Muñoz2-Jun-03 3:56 
GeneralRe: #ifdef Pin
Zibar2-Jun-03 4:31
sussZibar2-Jun-03 4:31 
GeneralRe: #ifdef Pin
Daniel Turini2-Jun-03 5:28
Daniel Turini2-Jun-03 5:28 
GeneralRe: #ifdef Pin
Zibar2-Jun-03 10:39
sussZibar2-Jun-03 10:39 
Generalcorrection Pin
Zibar2-Jun-03 4:29
sussZibar2-Jun-03 4:29 
this is the exact error (sorry for my mistake before)it happens only with stdafx.h (precompiled header)

unexpected #endif

The #endif directive has no matching #if, #ifdef, or #ifndef directive. Be sure each #endif has a matching directive. The following sample generates C1020:

// C1020.cpp
// uncomment the below line to resolve the error
// #if 1
#endif // C1020

int main() {
}

GeneralShell Programming ICopyHook....Please help Pin
rohit.dhamija2-Jun-03 2:15
rohit.dhamija2-Jun-03 2:15 
GeneralInverse of a matrix Pin
affzan2-Jun-03 1:42
affzan2-Jun-03 1:42 
GeneralRe: Inverse of a matrix Pin
Niall Barr2-Jun-03 2:26
professionalNiall Barr2-Jun-03 2:26 
GeneralRe: Inverse of a matrix Pin
Rage2-Jun-03 2:27
professionalRage2-Jun-03 2:27 
GeneralRe: Inverse of a matrix Pin
Abbas_Riazi2-Jun-03 20:39
professionalAbbas_Riazi2-Jun-03 20:39 
GeneralJust one instance of an application Pin
doctorpi2-Jun-03 0:53
doctorpi2-Jun-03 0:53 
GeneralRe: Just one instance of an application Pin
Rage2-Jun-03 2:29
professionalRage2-Jun-03 2:29 
GeneralRe: Just one instance of an application Pin
David Crow2-Jun-03 2:30
David Crow2-Jun-03 2:30 
GeneralRe: Just one instance of an application Pin
doctorpi2-Jun-03 3:51
doctorpi2-Jun-03 3:51 
GeneralMFC application with ATL object Pin
Brian van der Beek2-Jun-03 0:51
Brian van der Beek2-Jun-03 0:51 
GeneralRe: MFC application with ATL object Pin
Brian van der Beek2-Jun-03 1:29
Brian van der Beek2-Jun-03 1:29 
GeneralNeed to get the available domains (win NT) Pin
sarambur2-Jun-03 0:32
sarambur2-Jun-03 0:32 
GeneralRe: Need to get the available domains (win NT) Pin
David Crow2-Jun-03 2:48
David Crow2-Jun-03 2:48 
GeneralAbout Visual C++ ODBC Pin
jcpooh1-Jun-03 23:35
jcpooh1-Jun-03 23:35 
GeneralRe: About Visual C++ ODBC Pin
storein2-Jun-03 0:17
storein2-Jun-03 0:17 
GeneralRe: About Visual C++ ODBC Pin
jcpooh2-Jun-03 15:15
jcpooh2-Jun-03 15:15 
GeneralSub classing a ActiveX control Pin
Mayank Goyal1-Jun-03 23:35
Mayank Goyal1-Jun-03 23:35 

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.