Click here to Skip to main content
15,915,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ question? Pin
21-May-02 15:35
suss21-May-02 15:35 
GeneralFocus problems with list control Pin
paulb19-May-02 15:06
paulb19-May-02 15:06 
GeneralRe: Focus problems with list control Pin
Shog919-May-02 16:24
sitebuilderShog919-May-02 16:24 
GeneralRe: Focus problems with list control Pin
paulb19-May-02 17:30
paulb19-May-02 17:30 
GeneralDeterming video card Pin
19-May-02 14:11
suss19-May-02 14:11 
GeneralRe: Determing video card Pin
Paul M Watt19-May-02 21:45
mentorPaul M Watt19-May-02 21:45 
GeneralRe: Determing video card (EnumDisplayDevices problem...) Pin
20-May-02 2:11
suss20-May-02 2:11 
GeneralRe: Determing video card (EnumDisplayDevices problem...) Pin
Paul M Watt20-May-02 4:52
mentorPaul M Watt20-May-02 4:52 
It says in MSDN that the function is only available in Win98, Windows 2000 or above. That means that you will have to define the version that you would like to compile for to include the version 5 function headers. make this definition at the top of your stdafx.h file:

#define WINVER 0x0500

but once again, this will make you program so that it will not work on windows 95. Hopefully this is acceptable.



Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: Determing video card (EnumDisplayDevices problem...) Pin
Paul M Watt20-May-02 4:53
mentorPaul M Watt20-May-02 4:53 
Generalcompiler problem Pin
Steve L.19-May-02 12:26
Steve L.19-May-02 12:26 
GeneralRe: compiler problem Pin
Joaquín M López Muñoz19-May-02 12:40
Joaquín M López Muñoz19-May-02 12:40 
GeneralUnhandled exeption when using shell functions Pin
redeemer19-May-02 11:17
redeemer19-May-02 11:17 
GeneralRe: Unhandled exeption when using shell functions Pin
Joaquín M López Muñoz19-May-02 11:42
Joaquín M López Muñoz19-May-02 11:42 
GeneralRe: Unhandled exeption when using shell functions Pin
redeemer19-May-02 11:47
redeemer19-May-02 11:47 
GeneralRe: Unhandled exeption when using shell functions Pin
Joaquín M López Muñoz19-May-02 12:09
Joaquín M López Muñoz19-May-02 12:09 
GeneralRe: Unhandled exeption when using shell functions Pin
redeemer19-May-02 12:07
redeemer19-May-02 12:07 
GeneralRe: Unhandled exeption when using shell functions Pin
Joaquín M López Muñoz19-May-02 12:17
Joaquín M López Muñoz19-May-02 12:17 
GeneralRe: Unhandled exeption when using shell functions Pin
redeemer19-May-02 12:21
redeemer19-May-02 12:21 
GeneralRe: Unhandled exeption when using shell functions Pin
Joaquín M López Muñoz19-May-02 12:32
Joaquín M López Muñoz19-May-02 12:32 
GeneralRe: Unhandled exeption when using shell functions Pin
l a u r e n19-May-02 12:07
l a u r e n19-May-02 12:07 
GeneralA basic question on creating a window Pin
Still learning how to code19-May-02 10:56
Still learning how to code19-May-02 10:56 
GeneralRe: A basic question on creating a window Pin
Joaquín M López Muñoz19-May-02 11:03
Joaquín M López Muñoz19-May-02 11:03 
GeneralRe: A basic question on creating a window Pin
Still learning how to code20-May-02 19:29
Still learning how to code20-May-02 19:29 
Generalwtf!! Pin
l a u r e n19-May-02 11:02
l a u r e n19-May-02 11:02 
GeneralRe: wtf!! Pin
Joaquín M López Muñoz19-May-02 11:00
Joaquín M López Muñoz19-May-02 11:00 

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.