Click here to Skip to main content
16,013,605 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VC7 & CString : LNK2005 error Pin
18-Jun-02 6:14
suss18-Jun-02 6:14 
GeneralDeskband Pin
2-Jun-02 22:10
suss2-Jun-02 22:10 
GeneralRe: Deskband Pin
Demián Gutierrez6-May-05 9:30
Demián Gutierrez6-May-05 9:30 
GeneralRe: Deskband Pin
Shaun Harrington11-Oct-06 4:01
Shaun Harrington11-Oct-06 4:01 
GeneralWINDOWINFO and GetWindowInfo Pin
Mazdak2-Jun-02 22:06
Mazdak2-Jun-02 22:06 
GeneralRe: WINDOWINFO and GetWindowInfo Pin
Paul M Watt2-Jun-02 22:22
mentorPaul M Watt2-Jun-02 22:22 
GeneralRe: WINDOWINFO and GetWindowInfo Pin
Mazdak2-Jun-02 22:37
Mazdak2-Jun-02 22:37 
GeneralRe: WINDOWINFO and GetWindowInfo Pin
Paul M Watt3-Jun-02 5:34
mentorPaul M Watt3-Jun-02 5:34 
I worked for a company that had to analyze every aspect of the Windows API in order for their product to work properly. Needless to say I learned things that you wouldn't believe about the Windows API, and I learned how to read the documentation very well in order to find the details that I needed.

I would like to add one thing, I think that the MSDN documentation is excellent. So many times I see people complain that Microsoft's documentation sucks, and they complain that this feature is not documented. I find that if I spend a few extra minutes reading all of the remarks and information for each function you can usually solve your problems.

Anyway, the way that I knew how to solve this problem is that at the bottom of the docuementation for each function in the SDK docuemntation you will see this:

Requirements
Windows NT/2000 or later: Requires Windows NT 4.0 SP3 or later.
Windows 95/98/Me: Requires Windows 98 or later.
Header: Declared in Winuser.h; include Windows.h.

This will help you decide if you can use it or not, and which version headers that you need to use in order
to get the compiler to give you access to the functions.

If you have any more questions ask away.

Good Luck.



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: WINDOWINFO and GetWindowInfo Pin
Rickard Andersson202-Jun-02 22:24
Rickard Andersson202-Jun-02 22:24 
GeneralRe: WINDOWINFO and GetWindowInfo Pin
Mazdak2-Jun-02 22:38
Mazdak2-Jun-02 22:38 
GeneralOnEraseBkgnd question Pin
Nish Nishant2-Jun-02 21:03
sitebuilderNish Nishant2-Jun-02 21:03 
GeneralRe: OnEraseBkgnd question Pin
Paul M Watt2-Jun-02 21:07
mentorPaul M Watt2-Jun-02 21:07 
GeneralRe: OnEraseBkgnd question Pin
Nish Nishant2-Jun-02 21:15
sitebuilderNish Nishant2-Jun-02 21:15 
GeneralRe: OnEraseBkgnd question Pin
Bernhard2-Jun-02 22:19
Bernhard2-Jun-02 22:19 
GeneralRe: OnEraseBkgnd question Pin
Nish Nishant2-Jun-02 22:25
sitebuilderNish Nishant2-Jun-02 22:25 
GeneralRe: OnEraseBkgnd question Pin
Tomasz Sowinski3-Jun-02 1:09
Tomasz Sowinski3-Jun-02 1:09 
GeneralGDI+ - Debug Build Pin
AJ1232-Jun-02 20:49
AJ1232-Jun-02 20:49 
GeneralRe: GDI+ - Debug Build Pin
Ed Gadziemski3-Jun-02 11:28
professionalEd Gadziemski3-Jun-02 11:28 
GeneralGDI + - Scan Line Order Pin
AJ1232-Jun-02 20:46
AJ1232-Jun-02 20:46 
GeneralRe: GDI + - Scan Line Order Pin
Paul M Watt2-Jun-02 21:04
mentorPaul M Watt2-Jun-02 21:04 
GeneralOne more thing Pin
Paul M Watt2-Jun-02 21:06
mentorPaul M Watt2-Jun-02 21:06 
GeneralCOM+ threading Pin
2-Jun-02 20:40
suss2-Jun-02 20:40 
GeneralFocus Pin
Mazdak2-Jun-02 19:34
Mazdak2-Jun-02 19:34 
GeneralRe: Focus Pin
Paul M Watt2-Jun-02 19:46
mentorPaul M Watt2-Jun-02 19:46 
GeneralRe: Focus Pin
Mazdak2-Jun-02 21:24
Mazdak2-Jun-02 21:24 

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.