Click here to Skip to main content
16,010,022 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionplz see code and solve my problem? Pin
imran_rafique22-Nov-02 5:05
imran_rafique22-Nov-02 5:05 
AnswerRe: plz see code and solve my problem? Pin
Daniel Turini22-Nov-02 5:16
Daniel Turini22-Nov-02 5:16 
AnswerRe: plz see code and solve my problem? Pin
Joan M22-Nov-02 6:37
professionalJoan M22-Nov-02 6:37 
GeneralVS6 IDE "hangs" Pin
Nitron22-Nov-02 4:27
Nitron22-Nov-02 4:27 
GeneralRe: VS6 IDE "hangs" Pin
Michael P Butler22-Nov-02 4:41
Michael P Butler22-Nov-02 4:41 
GeneralRe: VS6 IDE "hangs" Pin
Nitron22-Nov-02 4:51
Nitron22-Nov-02 4:51 
GeneralRe: VS6 IDE "hangs" Pin
Michael P Butler22-Nov-02 5:02
Michael P Butler22-Nov-02 5:02 
GeneralInvalid floating operation Pin
Patje22-Nov-02 4:19
Patje22-Nov-02 4:19 
Using VC6, SP? (probably 3, I'm not sure).
If we compile too much modules of our application with debug (/Od /Zi), then we get a floating-point invalid operation in a specific routine of our application. Recompiling that routine without debug (or with debug) does not seem to help.
Only if we recompile everything without debug again (/Ox /Oy-) the application runs correctly again.

If it crashes it always crashes in the same location, and it would even crash on the following source then:
double d1;<br />
double d2;<br />
d1 = 0.0;<br />
d2 = d1 + 1.0;


I've now upgraded to SP5 (hope the problem doesn't occur anymore), but I would like to know if this is a know problem or if anyone of you have encountered this problem too.

Btw, how can you see which Service Pack of Visual C++ is installed? Our system manager couldn't find it out either.

Thanks.

font color=#ff0000>Enjoy life, this is not a rehearsal !!!
QuestionExcel grids? Pin
-Dy22-Nov-02 4:10
-Dy22-Nov-02 4:10 
AnswerRe: Excel grids? Pin
Nitron22-Nov-02 4:59
Nitron22-Nov-02 4:59 
GeneralRe: Excel grids? Pin
-Dy22-Nov-02 5:06
-Dy22-Nov-02 5:06 
GeneralRe: Excel grids? Pin
Nitron22-Nov-02 5:13
Nitron22-Nov-02 5:13 
AnswerRe: Excel grids? Pin
Obliterator22-Nov-02 7:21
Obliterator22-Nov-02 7:21 
Generaladd some color to propertysheet Pin
Deepti22-Nov-02 3:46
Deepti22-Nov-02 3:46 
GeneralSetForegroundWindow.... Pin
Neha22-Nov-02 2:56
Neha22-Nov-02 2:56 
GeneralRe: SetForegroundWindow.... Pin
David Viggiano22-Nov-02 3:10
David Viggiano22-Nov-02 3:10 
GeneralChecking ISDN on Win98 Pin
Tili22-Nov-02 2:56
Tili22-Nov-02 2:56 
GeneralManually creating a wave file Pin
Hamza22-Nov-02 2:41
Hamza22-Nov-02 2:41 
GeneralRe: Manually creating a wave file Pin
Maximilien22-Nov-02 3:25
Maximilien22-Nov-02 3:25 
QuestionRecordCount Property return me -1? Pin
anju22-Nov-02 2:11
anju22-Nov-02 2:11 
AnswerRe: RecordCount Property return me -1? Pin
Jon Hulatt22-Nov-02 2:25
Jon Hulatt22-Nov-02 2:25 
AnswerRe: RecordCount Property return me -1? Pin
Nick Parker22-Nov-02 2:30
protectorNick Parker22-Nov-02 2:30 
GeneralVoice Conferencing over Internet - HOW Pin
Kunal Khairnar22-Nov-02 1:02
Kunal Khairnar22-Nov-02 1:02 
GeneralRe: Voice Conferencing over Internet - HOW Pin
SteveKing22-Nov-02 1:12
SteveKing22-Nov-02 1:12 
GeneralWindows Security Pin
Richard Hudson22-Nov-02 0:51
Richard Hudson22-Nov-02 0:51 

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.