Click here to Skip to main content
15,922,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: What to do when ShellExecute fails? Pin
Nish Nishant10-Jan-02 23:52
sitebuilderNish Nishant10-Jan-02 23:52 
GeneralRe: What to do when ShellExecute fails? Pin
Miroslav Rajcic11-Jan-02 0:15
Miroslav Rajcic11-Jan-02 0:15 
GeneralRe: What to do when ShellExecute fails? Pin
Nish Nishant11-Jan-02 0:21
sitebuilderNish Nishant11-Jan-02 0:21 
GeneralRe: What to do when ShellExecute fails? Pin
Jon Hulatt11-Jan-02 0:17
Jon Hulatt11-Jan-02 0:17 
GeneralRe: What to do when ShellExecute fails? Pin
Miroslav Rajcic11-Jan-02 0:26
Miroslav Rajcic11-Jan-02 0:26 
AnswerRe: What to do when ShellExecute fails? Pin
James R. Twine11-Jan-02 6:04
James R. Twine11-Jan-02 6:04 
GeneralProgramatically saving the contents of a Package Pin
10-Jan-02 22:47
suss10-Jan-02 22:47 
Generalre: wierd debug / release issue... Pin
l a u r e n10-Jan-02 22:38
l a u r e n10-Jan-02 22:38 
to follow up i have discovered the following on win2k:

_stprintf(szValue,_T("%.2f"),fNumber);

doesn't do decimals in release mode but does in debug mode

if i change it to:

_stprintf(szValue,_T("%2.2f"),fNumber);

it works.

is this a newly introduced bug in the untime libs or is there some subtlety of sprintf i'm missing?


---
"every year we invent better idiot proof systems and every year they invent better idiots ... and the linux zealots still aren't being sterilized"
GeneralOne more time about mouse cursor.... Pin
10-Jan-02 21:48
suss10-Jan-02 21:48 
GeneralRe: One more time about mouse cursor.... Pin
Nish Nishant10-Jan-02 22:06
sitebuilderNish Nishant10-Jan-02 22:06 
QuestionHow to get a CWnd-pointer from hWnd?? Pin
Mr.Freeze10-Jan-02 21:05
Mr.Freeze10-Jan-02 21:05 
AnswerRe: How to get a CWnd-pointer from hWnd?? Pin
Prem Kumar10-Jan-02 21:12
Prem Kumar10-Jan-02 21:12 
GeneralRe: How to get a CWnd-pointer from hWnd?? Pin
Mr.Freeze10-Jan-02 21:17
Mr.Freeze10-Jan-02 21:17 
GeneralRe: How to get a CWnd-pointer from hWnd?? Pin
Nish Nishant10-Jan-02 22:03
sitebuilderNish Nishant10-Jan-02 22:03 
GeneralVeryUrgent Pin
10-Jan-02 19:16
suss10-Jan-02 19:16 
GeneralRe: VeryUrgent Pin
Nish Nishant10-Jan-02 19:36
sitebuilderNish Nishant10-Jan-02 19:36 
GeneralRe: VeryUrgent Pin
10-Jan-02 19:44
suss10-Jan-02 19:44 
GeneralRe: VeryUrgent Pin
Nish Nishant10-Jan-02 19:48
sitebuilderNish Nishant10-Jan-02 19:48 
GeneralRe: VeryUrgent Pin
10-Jan-02 19:54
suss10-Jan-02 19:54 
GeneralRe: VeryUrgent Pin
10-Jan-02 20:10
suss10-Jan-02 20:10 
GeneralRe: VeryUrgent Pin
Christian Graus11-Jan-02 1:17
protectorChristian Graus11-Jan-02 1:17 
GeneralRe: VeryUrgent Pin
Nish Nishant11-Jan-02 3:32
sitebuilderNish Nishant11-Jan-02 3:32 
GeneralRe: VeryUrgent Pin
Christian Graus11-Jan-02 10:17
protectorChristian Graus11-Jan-02 10:17 
GeneralRe: VeryUrgent Pin
Nish Nishant11-Jan-02 13:48
sitebuilderNish Nishant11-Jan-02 13:48 
GeneralRe: VeryUrgent Pin
11-Jan-02 16:36
suss11-Jan-02 16:36 

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.