Click here to Skip to main content
16,007,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalbitmap on static control Pin
26-Mar-02 22:07
suss26-Mar-02 22:07 
GeneralRe: bitmap on static control Pin
Rickard Andersson2026-Mar-02 23:12
Rickard Andersson2026-Mar-02 23:12 
QuestionBitmap pixel? Pin
26-Mar-02 21:38
suss26-Mar-02 21:38 
AnswerRe: Bitmap pixel? Pin
Tomasz Sowinski26-Mar-02 23:12
Tomasz Sowinski26-Mar-02 23:12 
AnswerRe: Bitmap pixel? Pin
Paul M Watt27-Mar-02 4:54
mentorPaul M Watt27-Mar-02 4:54 
AnswerRe: Bitmap pixel? Pin
Chris Losinger27-Mar-02 5:15
professionalChris Losinger27-Mar-02 5:15 
Generalvisualc++6 and win XP Pin
26-Mar-02 20:47
suss26-Mar-02 20:47 
GeneralRe: visualc++6 and win XP Pin
Christian Graus26-Mar-02 21:01
protectorChristian Graus26-Mar-02 21:01 
Joe IT wrote:
I mean: can they run fine also in win95/98/ME?

Of course.

Joe IT wrote:
is there a list of functions etc. to not use and that we have to know in order to avoid any 'compatibility trouble'?

The reverse is true - you can't write W98/ME/2000/XP specific code without installing the platform SDK. Try TransparentBlt - the compiler won't know what it is ( it's been there since W98 ). You need a PSDK to provide the lib and header files for the compiler to call these functions, even though they are present in the OS.


Christian

The tragedy of cyberspace - that so much can travel so far, and yet mean so little.

"I'm somewhat suspicious of STL though. My (test,experimental) program worked first time. Whats that all about??!?!
- Jon Hulatt, 22/3/2002
GeneralRe: visualc++6 and win XP Pin
27-Mar-02 5:34
suss27-Mar-02 5:34 
GeneralRandom!!!!! Pin
hkl26-Mar-02 20:46
hkl26-Mar-02 20:46 
GeneralRe: Random!!!!! Pin
Joaquín M López Muñoz26-Mar-02 21:19
Joaquín M López Muñoz26-Mar-02 21:19 
GeneralRe: Random!!!!! THANK YOU!!! Pin
hkl26-Mar-02 21:40
hkl26-Mar-02 21:40 
GeneralSocket Problem... Pin
hkl26-Mar-02 19:14
hkl26-Mar-02 19:14 
GeneralRe: Socket Problem... Pin
Joaquín M López Muñoz26-Mar-02 19:47
Joaquín M López Muñoz26-Mar-02 19:47 
GeneralRe: Socket Problem... Pin
hkl26-Mar-02 20:01
hkl26-Mar-02 20:01 
GeneralRe: Socket Problem... Pin
Joaquín M López Muñoz26-Mar-02 21:15
Joaquín M López Muñoz26-Mar-02 21:15 
GeneralRe: Socket Problem... Pin
hkl26-Mar-02 21:19
hkl26-Mar-02 21:19 
GeneralPlease help!! Create a thread.. Pin
hkl26-Mar-02 18:13
hkl26-Mar-02 18:13 
GeneralRe: Please help!! Create a thread.. Pin
26-Mar-02 19:26
suss26-Mar-02 19:26 
GeneralRe: Please help!! Create a thread.. Pin
hkl26-Mar-02 19:33
hkl26-Mar-02 19:33 
GeneralRe: Please help!! Create a thread.. Pin
Jon Hulatt26-Mar-02 22:26
Jon Hulatt26-Mar-02 22:26 
QuestionMenuBar, how? Pin
MaTrIX2k226-Mar-02 17:31
MaTrIX2k226-Mar-02 17:31 
AnswerRe: MenuBar, how? Pin
Mazdak26-Mar-02 19:26
Mazdak26-Mar-02 19:26 
GeneralReading/Writing LNK files Pin
Lonnie26-Mar-02 16:50
Lonnie26-Mar-02 16:50 
GeneralRe: Reading/Writing LNK files Pin
alex.barylski26-Mar-02 16:59
alex.barylski26-Mar-02 16:59 

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.