Click here to Skip to main content
16,008,075 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: print message in VC IDE's debug window Pin
zecodela23-Jun-02 19:49
zecodela23-Jun-02 19:49 
Generaln i disableHow can i disable the shadows for the menus... Pin
MaTrIX2k223-Jun-02 12:18
MaTrIX2k223-Jun-02 12:18 
GeneralPosition in midi Pin
23-Jun-02 11:26
suss23-Jun-02 11:26 
GeneralCreating Links On windows 2000 Pin
Bill SerGio23-Jun-02 10:00
Bill SerGio23-Jun-02 10:00 
GeneralRe: Creating Links On windows 2000 Pin
ColinDavies23-Jun-02 10:13
ColinDavies23-Jun-02 10:13 
GeneralRe: Creating Links On windows 2000 Pin
Bill SerGio23-Jun-02 10:23
Bill SerGio23-Jun-02 10:23 
GeneralRe: Creating Links On windows 2000 Pin
Tim Smith23-Jun-02 10:35
Tim Smith23-Jun-02 10:35 
GeneralRe: Creating Links On windows 2000 Pin
Bill SerGio23-Jun-02 10:49
Bill SerGio23-Jun-02 10:49 
That is what I thought originally and it turns out NOT to work which surprised me.

the reason that it fails is that if you include a condition based on the operating system as follows:

if (b2000 || bNT)
{
// Use Unicode
}
else {
// Use ASCII
}

The reason it fails has to do with the fact that you can't get the code to compile on Windows 98.

Remember I am developing on Windows 98 and this is the problem.

For example, "SHGetSpecialFolderLocation()" works on Windows 98 but the call for the UNICODE function, "ShGetFolderPath()" FAILS to compile on a Windows 98 machine using Visual Studio UNLESS YOU COMPILE with unicode which renders the code useless on Windows 98









Bill SerGio, The Infomercial King
GeneralRe: Creating Links On windows 2000 Pin
Shog923-Jun-02 11:08
sitebuilderShog923-Jun-02 11:08 
GeneralRe: Creating Links On windows 2000 Pin
loket23-Jun-02 11:14
loket23-Jun-02 11:14 
GeneralFrom Bill SerGio Pin
Bill SerGio23-Jun-02 11:41
Bill SerGio23-Jun-02 11:41 
GeneralRe: Creating Links On windows 2000 Pin
Navin23-Jun-02 13:34
Navin23-Jun-02 13:34 
GeneralRe: Creating Links On windows 2000 Pin
Shog923-Jun-02 10:25
sitebuilderShog923-Jun-02 10:25 
GeneralRe: Creating Links On windows 2000 Pin
ColinDavies23-Jun-02 10:27
ColinDavies23-Jun-02 10:27 
GeneralRe: Creating Links On windows 2000 Pin
Bill SerGio23-Jun-02 10:33
Bill SerGio23-Jun-02 10:33 
GeneralRe: Creating Links On windows 2000 Pin
Bill SerGio23-Jun-02 10:34
Bill SerGio23-Jun-02 10:34 
GeneralRe: Creating Links On windows 2000 Pin
ColinDavies23-Jun-02 11:24
ColinDavies23-Jun-02 11:24 
GeneralHere's why Links Fail on Windows 2000 Pin
Bill SerGio23-Jun-02 9:04
Bill SerGio23-Jun-02 9:04 
GeneralRe: Here's why Links Fail on Windows 2000 Pin
Bill SerGio23-Jun-02 9:12
Bill SerGio23-Jun-02 9:12 
GeneralRe: Here's why Links Fail on Windows 2000 Pin
loket23-Jun-02 9:20
loket23-Jun-02 9:20 
GeneralRe: Here's why Links Fail on Windows 2000 Pin
Bill SerGio23-Jun-02 9:45
Bill SerGio23-Jun-02 9:45 
GeneralRe: Here's why Links Fail on Windows 2000 Pin
loket23-Jun-02 9:53
loket23-Jun-02 9:53 
GeneralASPI Docomentation. Pin
redeemer23-Jun-02 7:51
redeemer23-Jun-02 7:51 
GeneralRe: ASPI Docomentation. Pin
Ravi Bhavnani23-Jun-02 13:02
professionalRavi Bhavnani23-Jun-02 13:02 
GeneralKeyboard indicators Pin
Brian Delahunty23-Jun-02 7:04
Brian Delahunty23-Jun-02 7:04 

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.