Click here to Skip to main content
15,908,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Taskbar Application Pin
Christian Graus4-Jul-05 18:30
protectorChristian Graus4-Jul-05 18:30 
GeneralRe: Taskbar Application Pin
zhaopi4-Jul-05 18:32
zhaopi4-Jul-05 18:32 
GeneralRe: Taskbar Application Pin
Christian Graus4-Jul-05 19:14
protectorChristian Graus4-Jul-05 19:14 
Generalhandling WM_MOUSEWHEEL between two views Pin
retro_coder4-Jul-05 18:10
retro_coder4-Jul-05 18:10 
GeneralRe: handling WM_MOUSEWHEEL between two views Pin
Christian Graus4-Jul-05 18:30
protectorChristian Graus4-Jul-05 18:30 
GeneralRe: handling WM_MOUSEWHEEL between two views Pin
Blake Miller5-Jul-05 5:28
Blake Miller5-Jul-05 5:28 
GeneralVisual C++ to Visual C++ .NET Pin
hcmuns4-Jul-05 17:44
susshcmuns4-Jul-05 17:44 
GeneralRe: Visual C++ to Visual C++ .NET Pin
Christian Graus4-Jul-05 17:58
protectorChristian Graus4-Jul-05 17:58 
You can't use your new project in VC6, mainly because VC6 can't open the project file. Opening in VC.NET will simply create a project file in the new format. As you have an older project, you'll probably get build warnings about features in libraries like MFC that are deprecated, but they will still build and run, assuming your code was standards compliant.

Assuming you're not using managed C++, then the other differences are greater standards compliance, and a far better implimentation of the STL. A VC.NET project that doesn't use MFC, ATL or MC++ stands a better chance of compiling in a third party compiler than a VC6 project written under similar constraints.


Christian Graus - Microsoft MVP - C++
GeneralRe: Visual C++ to Visual C++ .NET Pin
badal_akr4-Jul-05 20:22
badal_akr4-Jul-05 20:22 
GeneralWord Addin specific question Pin
Alex Korchemniy4-Jul-05 10:31
Alex Korchemniy4-Jul-05 10:31 
Generalabt capturing a desktop Pin
Member 19676244-Jul-05 8:09
Member 19676244-Jul-05 8:09 
GeneralRe: abt capturing a desktop Pin
PJ Arends4-Jul-05 9:12
professionalPJ Arends4-Jul-05 9:12 
GeneralRe: abt capturing a desktop Pin
2249174-Jul-05 17:34
2249174-Jul-05 17:34 
GeneralMemory could not be written Pin
jkav4-Jul-05 5:58
jkav4-Jul-05 5:58 
GeneralRe: Memory could not be written Pin
Iain Clarke, Warrior Programmer4-Jul-05 6:06
Iain Clarke, Warrior Programmer4-Jul-05 6:06 
GeneralRe: Memory could not be written Pin
badal_akr4-Jul-05 20:26
badal_akr4-Jul-05 20:26 
GeneralRe: Memory could not be written Pin
David Spain6-Jul-05 3:14
David Spain6-Jul-05 3:14 
GeneralRe: Memory could not be written Pin
David Spain6-Jul-05 3:44
David Spain6-Jul-05 3:44 
GeneralDeleting classes in C++ v7 (.NET) Pin
mcgmil4-Jul-05 5:44
mcgmil4-Jul-05 5:44 
GeneralRe: Deleting classes in C++ v7 (.NET) Pin
RChin4-Jul-05 5:49
RChin4-Jul-05 5:49 
GeneralRe: Deleting classes in C++ v7 (.NET) Pin
mcgmil4-Jul-05 20:55
mcgmil4-Jul-05 20:55 
Questionhow to format usbdisk under win2k? Pin
yqzq4-Jul-05 5:32
yqzq4-Jul-05 5:32 
QuestionHow To Debug dll Pin
4-Jul-05 4:23
suss4-Jul-05 4:23 
AnswerRe: How To Debug dll Pin
Iain Clarke, Warrior Programmer4-Jul-05 5:03
Iain Clarke, Warrior Programmer4-Jul-05 5:03 
AnswerRe: How To Debug dll Pin
2249174-Jul-05 17:39
2249174-Jul-05 17:39 

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.