Click here to Skip to main content
15,899,313 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: migration from Visual studio 6 Pin
Jochen Arndt28-Jul-14 4:03
professionalJochen Arndt28-Jul-14 4:03 
GeneralRe: migration from Visual studio 6 Pin
Swap928-Jul-14 4:34
Swap928-Jul-14 4:34 
GeneralRe: migration from Visual studio 6 Pin
Jochen Arndt28-Jul-14 4:58
professionalJochen Arndt28-Jul-14 4:58 
GeneralRe: migration from Visual studio 6 Pin
Swap928-Jul-14 5:03
Swap928-Jul-14 5:03 
GeneralRe: migration from Visual studio 6 Pin
Jochen Arndt28-Jul-14 5:11
professionalJochen Arndt28-Jul-14 5:11 
GeneralRe: migration from Visual studio 6 Pin
Swap928-Jul-14 11:25
Swap928-Jul-14 11:25 
GeneralRe: migration from Visual studio 6 Pin
Jochen Arndt28-Jul-14 21:16
professionalJochen Arndt28-Jul-14 21:16 
GeneralRe: migration from Visual studio 6 Pin
Swap929-Jul-14 3:36
Swap929-Jul-14 3:36 
Jochen - to start with small fix at a time i took one .cpp file which has few errors. I removed __STDC__ as you said it should never be used with .CPP file. Without __STDC__ I got this error : cpp(53) : error C3646: 'DWORD' : unknown override specifier
xyz.cpp(53) : error C2143: syntax error : missing ';' before '__stdcall'
xyzcpp(53) : error C2065: 'somevariable' : undeclared identifier
xyz.cpp(54) : warning C4229: anachronism used : modifiers on data are ignored
xyz.cpp(54) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
xyz.cpp(54) : error C2365: 'abc_process' : redefinition; previous definition was 'function'
xyz.cpp(54) : error C2146: syntax error : missing ';' before identifier 'LPVOID'
.
.
These errors i tried to remove by adding relevant header files : #include <stdlib.h>,#include <windows.h>,#include <stdlib.h> None of them seems to have any effect on the Output , also tried to refer to these header files with the help of setting the path variable. will you please suggest if it needs any other settings or any other work around.
GeneralRe: migration from Visual studio 6 Pin
Jochen Arndt29-Jul-14 4:01
professionalJochen Arndt29-Jul-14 4:01 
GeneralRe: migration from Visual studio 6 Pin
Swap929-Jul-14 4:26
Swap929-Jul-14 4:26 
GeneralRe: migration from Visual studio 6 Pin
Jochen Arndt29-Jul-14 4:44
professionalJochen Arndt29-Jul-14 4:44 
GeneralHi Jochen, Need help again Pin
Swap931-Jul-14 23:14
Swap931-Jul-14 23:14 
GeneralRe: Hi Jochen, Need help again Pin
Jochen Arndt31-Jul-14 23:35
professionalJochen Arndt31-Jul-14 23:35 
GeneralRe: Hi Jochen, Need help again Pin
Swap91-Aug-14 0:46
Swap91-Aug-14 0:46 
GeneralRe: Hi Jochen, Need help again Pin
Jochen Arndt1-Aug-14 1:12
professionalJochen Arndt1-Aug-14 1:12 
GeneralRe: Hi Jochen, Need help again Pin
Swap91-Aug-14 2:46
Swap91-Aug-14 2:46 
GeneralRe: Hi Jochen, Need help again Pin
Jochen Arndt1-Aug-14 3:00
professionalJochen Arndt1-Aug-14 3:00 
GeneralRe: Hi Jochen, Need help again Pin
Swap91-Aug-14 3:14
Swap91-Aug-14 3:14 
GeneralRe: Hi Jochen, Need help again Pin
Swap91-Aug-14 3:34
Swap91-Aug-14 3:34 
GeneralRe: Hi Jochen, Need help again Pin
Jochen Arndt1-Aug-14 3:49
professionalJochen Arndt1-Aug-14 3:49 
GeneralRe: Hi Jochen, Need help again Pin
Swap91-Aug-14 4:37
Swap91-Aug-14 4:37 
GeneralRe: Hi Jochen, Need help again Pin
Jochen Arndt3-Aug-14 21:17
professionalJochen Arndt3-Aug-14 21:17 
GeneralRe: Hi Jochen, Need help again Pin
Swap93-Aug-14 22:11
Swap93-Aug-14 22:11 
GeneralRe: migration from Visual studio 6 Pin
Swap929-Jul-14 5:15
Swap929-Jul-14 5:15 
GeneralRe: migration from Visual studio 6 Pin
Jochen Arndt29-Jul-14 5:17
professionalJochen Arndt29-Jul-14 5:17 

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.