Click here to Skip to main content
15,881,173 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: System message processing in MFC - basic question. Pin
Albert Holguin5-Dec-12 10:29
professionalAlbert Holguin5-Dec-12 10:29 
QuestionDbt.h - symbol not defined? Pin
Vaclav_5-Dec-12 5:07
Vaclav_5-Dec-12 5:07 
AnswerRe: Dbt.h - symbol not defined? Pin
Richard MacCutchan5-Dec-12 5:30
mveRichard MacCutchan5-Dec-12 5:30 
AnswerRe: Dbt.h - symbol not defined? Pin
Jochen Arndt5-Dec-12 6:06
professionalJochen Arndt5-Dec-12 6:06 
GeneralSOLVED Dbt.h - symbol not defined? Pin
Vaclav_5-Dec-12 7:33
Vaclav_5-Dec-12 7:33 
GeneralRe: SOLVED Dbt.h - symbol not defined? Pin
Jochen Arndt5-Dec-12 21:46
professionalJochen Arndt5-Dec-12 21:46 
GeneralRe: SOLVED Dbt.h - symbol not defined? Pin
Vaclav_6-Dec-12 3:28
Vaclav_6-Dec-12 3:28 
GeneralRe: SOLVED Dbt.h - symbol not defined? Pin
Jochen Arndt6-Dec-12 3:50
professionalJochen Arndt6-Dec-12 3:50 
You are always welcome.

The problem is that you are using an ancient development environment. I have not used VC 6 since many years. At work I'm still using the also outdated Visual Studio 2003 because we need to support Win98 and 2K for some machine control systems.

In 2012 there is no more support for Windows 9x, NT4, and 2000. So there is no need to use old dev software and most here assume that you are using a newer version (VS 2008 or later). In fact you should use a newer version when writing programs for actual Windows versions. Especially VC 6 is too old. With VS 2003 and updated SDKs, I'm at least able to write code for Windows 7.

It is common practice that the actually oldest supported Windows versions is the min. requirement. With your VC 6 version that was Windows 95. For Microsoft and the people here it is actually Windows XP. When reading articles here, just have a look at the publishing date to guess what is supported. Many articles also have a note about the requirements.

I know now that you are using VC 6. For future questions, it may be helpful to add a note that you are using VC 6 so that others are prepared.
GeneralRe: SOLVED Dbt.h - symbol not defined? Pin
Vaclav_7-Dec-12 7:26
Vaclav_7-Dec-12 7:26 
QuestionImage Processing Algorithms. Pin
mbatra315-Dec-12 0:11
mbatra315-Dec-12 0:11 
AnswerRe: Image Processing Algorithms. Pin
ThatsAlok5-Dec-12 1:28
ThatsAlok5-Dec-12 1:28 
AnswerRe: Image Processing Algorithms. Pin
Stefan_Lang6-Dec-12 2:43
Stefan_Lang6-Dec-12 2:43 
AnswerRe: Image Processing Algorithms. Pin
April Fans22-Dec-12 21:01
April Fans22-Dec-12 21:01 
QuestionMouse procedure On Multiple Window Pin
002comp4-Dec-12 18:20
002comp4-Dec-12 18:20 
AnswerRe: Mouse procedure On Multiple Window [ setCapture Not Releasing] how to deal with two Windows. Pin
002comp4-Dec-12 20:00
002comp4-Dec-12 20:00 
QuestionAbout set share directory Pin
tida014-Dec-12 16:06
tida014-Dec-12 16:06 
QuestionHow to create a DLL for mini2440 to run Labview Application Pin
sunil8800894-Dec-12 4:00
sunil8800894-Dec-12 4:00 
AnswerRe: How to create a DLL for mini2440 to run Labview Application Pin
Richard MacCutchan4-Dec-12 4:36
mveRichard MacCutchan4-Dec-12 4:36 
GeneralRe: How to create a DLL for mini2440 to run Labview Application Pin
sunil8800894-Dec-12 19:46
sunil8800894-Dec-12 19:46 
GeneralRe: How to create a DLL for mini2440 to run Labview Application Pin
Richard MacCutchan4-Dec-12 21:17
mveRichard MacCutchan4-Dec-12 21:17 
QuestionCComboBox for lots and lots of options Pin
Mattias G4-Dec-12 3:09
Mattias G4-Dec-12 3:09 
AnswerRe: CComboBox for lots and lots of options Pin
Richard MacCutchan4-Dec-12 4:40
mveRichard MacCutchan4-Dec-12 4:40 
GeneralRe: CComboBox for lots and lots of options Pin
Mattias G4-Dec-12 9:56
Mattias G4-Dec-12 9:56 
GeneralRe: CComboBox for lots and lots of options Pin
Richard MacCutchan4-Dec-12 21:15
mveRichard MacCutchan4-Dec-12 21:15 
GeneralRe: CComboBox for lots and lots of options Pin
Rolf Kristensen5-Dec-12 7:13
Rolf Kristensen5-Dec-12 7:13 

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.