Visual C++, need help
-
Whenever I start my VCPP, before it displays the window it gets a fatal error. When I say details it syays this: MSDEV caused a divide error in module DEVSHL.DLL at 015f:50024d84. Registers: EAX=00000000 CS=015f EIP=50024d84 EFLGS=00010246 EBX=00000000 SS=0167 ESP=0067ef7c EBP=0067f1dc ECX=00000001 DS=0167 ESI=007dd440 FS=4377 EDX=00000000 ES=0167 EDI=007deca8 GS=0000 Bytes at CS:EIP: f7 7d f0 8b c8 eb 82 8b 4d c8 eb 9b 8b 45 e8 2b Stack dump: 00000000 007dd440 007deca0 00000018 00000001 00000007 0067f030 0000809e 0067f07a 00000928 00000047 00000000 0067f3de 00000000 00000000 00000000 How can I fix this? I tried reinstalling it, running defrag, scandisk, virus scan, I don't know what to do, please help, I can't program till this is fixed.
-
Whenever I start my VCPP, before it displays the window it gets a fatal error. When I say details it syays this: MSDEV caused a divide error in module DEVSHL.DLL at 015f:50024d84. Registers: EAX=00000000 CS=015f EIP=50024d84 EFLGS=00010246 EBX=00000000 SS=0167 ESP=0067ef7c EBP=0067f1dc ECX=00000001 DS=0167 ESI=007dd440 FS=4377 EDX=00000000 ES=0167 EDI=007deca8 GS=0000 Bytes at CS:EIP: f7 7d f0 8b c8 eb 82 8b 4d c8 eb 9b 8b 45 e8 2b Stack dump: 00000000 007dd440 007deca0 00000018 00000001 00000007 0067f030 0000809e 0067f07a 00000928 00000047 00000000 0067f3de 00000000 00000000 00000000 How can I fix this? I tried reinstalling it, running defrag, scandisk, virus scan, I don't know what to do, please help, I can't program till this is fixed.
Please, someone help me. I'm going crazy not being able to program.
-
Whenever I start my VCPP, before it displays the window it gets a fatal error. When I say details it syays this: MSDEV caused a divide error in module DEVSHL.DLL at 015f:50024d84. Registers: EAX=00000000 CS=015f EIP=50024d84 EFLGS=00010246 EBX=00000000 SS=0167 ESP=0067ef7c EBP=0067f1dc ECX=00000001 DS=0167 ESI=007dd440 FS=4377 EDX=00000000 ES=0167 EDI=007deca8 GS=0000 Bytes at CS:EIP: f7 7d f0 8b c8 eb 82 8b 4d c8 eb 9b 8b 45 e8 2b Stack dump: 00000000 007dd440 007deca0 00000018 00000001 00000007 0067f030 0000809e 0067f07a 00000928 00000047 00000000 0067f3de 00000000 00000000 00000000 How can I fix this? I tried reinstalling it, running defrag, scandisk, virus scan, I don't know what to do, please help, I can't program till this is fixed.
Have you tried installing the latest SP? are you using any third-party addin's, if you are disable them. -Ben --------- On the topic of code with no error handling -- It's not poor coding, it's "optimistic" ;)
-
Have you tried installing the latest SP? are you using any third-party addin's, if you are disable them. -Ben --------- On the topic of code with no error handling -- It's not poor coding, it's "optimistic" ;)
No, I don't use addins and my VC++ was working for like a year with SP 3. And now it just suddenly keeps giving me that error. What can I do about?
-
No, I don't use addins and my VC++ was working for like a year with SP 3. And now it just suddenly keeps giving me that error. What can I do about?
Hmmm... Aside from installing SP5, I'm not sure what the best approach would be. HAve you by any chance just installed some new fangled software package? Have you considered wiping your system completely clean, and starting from scratch?? – I know it’s a little drastic, but this would be my best advice to you at this point. -Ben --------- On the topic of code with no error handling -- It's not poor coding, it's "optimistic" ;)