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?
Drake Elsari
Posts
-
Visual C++, need help -
Visual C++, need helpPlease, someone help me. I'm going crazy not being able to program.
-
Visual C++, need helpWhenever 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.
-
VC++ sucks.Well, perhaps ppl, like experts use it.
-
Loading a bitmap over a networkWell you could connect using the CHttpServer class. I can't help you with it's use, but you should just play around with it, cuz I don't think it's well documented.
-
Splitter WindowsI did that, and the code work perfect in Doc/View except the person that told me how to use splitters said it would work without the Doc/View.
-
Splitter WindowsPlease, someone help me with this.
-
Splitter WindowsWell, when I press on the details it says it's an invalid page fault. Then when I debug it, it says unhandled exception in raIRC.exe(MFC42.dll) 0xC0000005: Access Violation. And in the dissasembly it shows me this line: 5F41A33D mov eax,dword ptr [ecx]
-
Splitter WindowsSomeone please help, also I am not using Doc/View architecture.
-
Loading a bitmap over a networkYou'd need to first make a HTTP connection, then try it. Also you need to make sure that image can be read.
-
creating controls on the desktop?!!I'm willing to bet that Microsoft doesn't want you to be able to do that, maybe they feel it would affect there OS in some way but at any rate I doubt you can do it.
-
Splitter WindowsI overrided the OnCreateClient function for my MDI child window to add a splitter. Everything work just fine except when I type into one of the views I get an illegal error, and I beleive everyone knows what i'm talking about. I was just really hoping someone here could help me with this problem. Also I am compiling with a shared DLL for MFC and service pack 3.
-
DrawingHow can I draw on the all the FrameWnd Components like the closebox. I don't mean how to draw the components I mean how to draw on the components.
-
CFrameWndSomeone please help me here.
-
begginner with MFCWell, thats kinda what I meant, it's close. But I really meant how to draw that stuff on there. And I don't wanna just use the windows frame components I wanna make my own version of them and then paint them on the Frame window.
-
CFrameWndHow can I paint all the components of a CFrameWnd without using bitmaps?
-
CToolBar and ControlsI know how to place CComboBoxs on the old toolbars, but it doesn't work on the falt ones.
-
CToolBar and ControlsYeah, but then I can't have it be the same height as my other toolbar, and I can't have flat toolbar buttons.
-
CComboBoxOk, now i'm kinda a beginner but, I think you need to use GetStyle and then or(|) the other to style bits on top of the getstyle return.
-
CToolBar and ControlsHow do I place controls like a CComboBox on a flat CToolBar derived toolbar?