Click here to Skip to main content
15,912,082 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalunicode characterset Vs mutibyte Character set Pin
rowdy_vc++24-Mar-08 18:35
rowdy_vc++24-Mar-08 18:35 
GeneralRe: unicode characterset Vs mutibyte Character set Pin
Rajasekharan Vengalil24-Mar-08 19:35
Rajasekharan Vengalil24-Mar-08 19:35 
GeneralRe: unicode characterset Vs mutibyte Character set Pin
Mark Salsbery25-Mar-08 5:58
Mark Salsbery25-Mar-08 5:58 
GeneralCompilation Error: MFC Activex Control Creation....... Pin
spalanivel24-Mar-08 18:16
spalanivel24-Mar-08 18:16 
GeneralRe: Compilation Error: MFC Activex Control Creation....... Pin
Rajasekharan Vengalil24-Mar-08 19:31
Rajasekharan Vengalil24-Mar-08 19:31 
GeneralRe: Compilation Error: MFC Activex Control Creation....... Pin
David Crow25-Mar-08 3:57
David Crow25-Mar-08 3:57 
Generalnmake problem - dependency tree Pin
charlieg24-Mar-08 9:11
charlieg24-Mar-08 9:11 
GeneralRe: nmake problem - dependency tree Pin
Matthew Faithfull24-Mar-08 23:58
Matthew Faithfull24-Mar-08 23:58 
I also use EVC 3.0 and 4.0 with similar sized projects. Unfortunately what you're experiencing is normal as far as I can tell. When you change targets you're changing SDKs, derived from the different builds of CE with different BSPs. Any headers from the CE build used in your project, and there's almost bound to be some, will therefore change and if they're globalish headers everything will want rebuilding. You may be able to mitigate this a little by carefully trimming your #include inclusions but a full rebuild is still going to be needed in a lot of cases. Add to thi the known issues with the mostly failed attempt at an incremental linker that comes with EVC4/MSVC6 and you're probably better off wiht a full rebuild anyway. Good luck Smile | :)

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: nmake problem - dependency tree Pin
charlieg25-Mar-08 4:38
charlieg25-Mar-08 4:38 
GeneralRe: nmake problem - dependency tree Pin
Matthew Faithfull25-Mar-08 5:01
Matthew Faithfull25-Mar-08 5:01 
GeneralRe: nmake problem - dependency tree Pin
Member 75496026-Mar-08 5:12
Member 75496026-Mar-08 5:12 
GeneralRe: nmake problem - dependency tree Pin
charlieg26-Mar-08 18:29
charlieg26-Mar-08 18:29 
QuestionRe: nmake problem - dependency tree Pin
David Crow25-Mar-08 4:03
David Crow25-Mar-08 4:03 
GeneralRe: nmake problem - dependency tree Pin
charlieg25-Mar-08 4:32
charlieg25-Mar-08 4:32 
GeneralRe: nmake problem - dependency tree Pin
charlieg3-Apr-08 2:07
charlieg3-Apr-08 2:07 
GeneralRe: nmake problem - dependency tree Pin
charlieg3-Apr-08 4:57
charlieg3-Apr-08 4:57 
General[Message Deleted] Pin
jackey_chan24-Mar-08 6:47
jackey_chan24-Mar-08 6:47 
GeneralRe: Help with task in Microsoft Visual C++ 2005 express edition Pin
David Crow24-Mar-08 7:34
David Crow24-Mar-08 7:34 
QuestionVS2005 IDE : Automatic signature addition for new classes. Pin
WindowsPistha24-Mar-08 5:48
WindowsPistha24-Mar-08 5:48 
GeneralRe: VS2005 IDE : Automatic signature addition for new classes. Pin
led mike24-Mar-08 6:04
led mike24-Mar-08 6:04 
GeneralRe: VS2005 IDE : Automatic signature addition for new classes. Pin
WindowsPistha24-Mar-08 19:05
WindowsPistha24-Mar-08 19:05 
GeneralRe: VS2005 IDE : Automatic signature addition for new classes. Pin
led mike25-Mar-08 6:32
led mike25-Mar-08 6:32 
GeneralRe: VS2005 IDE : Automatic signature addition for new classes. Pin
WindowsPistha26-Mar-08 2:13
WindowsPistha26-Mar-08 2:13 
Generalalternate api's in vc2005 Pin
neha.agarwal2724-Mar-08 2:36
neha.agarwal2724-Mar-08 2:36 
GeneralRe: alternate api's in vc2005 Pin
rp_suman24-Mar-08 2:45
rp_suman24-Mar-08 2:45 

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.