Click here to Skip to main content
16,006,006 members
Home / Discussions / COM
   

COM

 
GeneralBooklist Help / Suggestions... Pin
Ryan B.20-Jan-03 3:45
Ryan B.20-Jan-03 3:45 
GeneralRe: Booklist Help / Suggestions... Pin
Christian Graus21-Jan-03 20:12
protectorChristian Graus21-Jan-03 20:12 
GeneralRe: Booklist Help / Suggestions... Pin
thowra22-Jan-03 9:01
thowra22-Jan-03 9:01 
GeneralRe: Booklist Help / Suggestions... Pin
Renjith Ramachandran23-Jan-03 4:50
Renjith Ramachandran23-Jan-03 4:50 
GeneralDrawing subclassed ActiveX Control Pin
Tym!19-Jan-03 6:17
Tym!19-Jan-03 6:17 
GeneralCOM+ Question Pin
voonna17-Jan-03 3:36
voonna17-Jan-03 3:36 
GeneralRe: COM+ Question Pin
Erik Juhl30-Jan-03 7:49
Erik Juhl30-Jan-03 7:49 
GeneralActive X control crash question Pin
bryce16-Jan-03 14:09
bryce16-Jan-03 14:09 
hello Smile | :)
i am at work and am using an in house activex (ocx) control
the control is zero size and is hidden on my dialog Smile | :)
(it actually talks to the serial port and i didnt write it Wink | ;) )

as usual everything is cool and funky when i run in debug mode
but when i run a release build it falls over when i do things like try and
minimize the app, try and use the menu,
As an exmaple, when i try and use the main dialog's menu (its a dialog based app) the call stack looks like...



CWnd::AttachControlSite(CWnd * const 0x004002f6 {CWnd hWnd=0x00000000}, CHandleMap * 0x008e2528) line 420 + 5 bytes
CWnd::FromHandle(HWND__ * 0x004f0344) line 293
CWnd::OnWndMsg(CWnd * const 0x004002f6 {CWnd hWnd=0x00000000}, unsigned int 289, unsigned int 2, long 4547344, long * 0x0012f1d0) line 1896 + 6 bytes
CWnd::WindowProc(CWnd * const 0x004002f6 {CWnd hWnd=0x00000000}, unsigned int 289, unsigned int 2, long 5178180) line 1585 + 27 bytes
AfxCallWndProc(CWnd * 0x00000000 {CWnd hWnd=???}, HWND__ * 0x004002f6, unsigned int 289, unsigned int 2, long 5178180) line 218
AfxWndProc(HWND__ * 0x004002f6, unsigned int 289, unsigned int 2, long 5178180) line 368
USER32! 77d67b17()
USER32! 77d6cdce()
USER32! 77d4459d()
USER32! 77d447b4()
NTDLL! 77f5108f()
USER32! 77d5779a()
USER32! 77d5b79f()
USER32! 77d6cdce()
USER32! 77d45cc9()
USER32! 77d45ce8()
CWnd::DefWindowProcA(CWnd * const 0x004002f6 {CWnd hWnd=0x00000000}, unsigned int 274, unsigned int 61589, long 21037417) line 1006 + 19 bytes
CWnd::Default(CWnd * const 0x004002f6 {CWnd hWnd=0x00000000}) line 248 + 19 bytes
MRKTLNK! CMrktLnkDlg::OnSysCommand(unsigned int,long) + 163 bytes
CWnd::OnWndMsg(CWnd * const 0x004002f6 {CWnd hWnd=0x00000000}, unsigned int 274, unsigned int 61589, long 4543264, long * 0x0012f64c) line 1931
CWnd::WindowProc(CWnd * const 0x004002f6 {CWnd hWnd=0x00000000}, unsigned int 274, unsigned int 61589, long 21037417) line 1585 + 27 bytes
AfxCallWndProc(CWnd * 0x00000000 {CWnd hWnd=???}, HWND__ * 0x004002f6, unsigned int 274, unsigned int 61589, long 21037417) line 218
AfxWndProc(HWND__ * 0x004002f6, unsigned int 274, unsigned int 61589, long 21037417) line 368
USER32! 77d67b17()
USER32! 77d6cdce()
USER32! 77d4459d()
USER32! 77d447b4()
NTDLL! 77f5108f()
USER32! 77d5779a()
USER32! 77d5b79f()
USER32! 77d6cdce()
USER32! 77d45cc9()
USER32! 77d45ce8()
CWnd::DefWindowProcA(CWnd * const 0x004002f6 {CWnd hWnd=0x00000000}, unsigned int 161, unsigned int 5, long 21037417) line 1006 + 19 bytes
CWnd::WindowProc(CWnd * const 0x004002f6 {CWnd hWnd=0x00000000}, unsigned int 161, unsigned int 5, long 21037417) line 1586 + 19 bytes
AfxCallWndProc(CWnd * 0x00000000 {CWnd hWnd=???}, HWND__ * 0x004002f6, unsigned int 161, unsigned int 5, long 21037417) line 218
AfxWndProc(HWND__ * 0x004002f6, unsigned int 161, unsigned int 5, long 21037417) line 368
USER32! 77d67b17()
USER32! 77d6cdce()
USER32! 77d44435()
USER32! 77d44d38()


does anyone have any suggestions as to how to can tell my app to ignore any exceptions from this naughty ocx?
regards
Bryce
GeneralRe: Active X control crash question Pin
Monty India20-Jan-03 1:54
Monty India20-Jan-03 1:54 
GeneralRe: Active X control crash question Pin
bryce20-Jan-03 10:38
bryce20-Jan-03 10:38 
GeneralPlam Desktop Pin
candan15-Jan-03 20:37
professionalcandan15-Jan-03 20:37 
GeneralRe: Plam Desktop Pin
Christian Graus22-Jan-03 11:17
protectorChristian Graus22-Jan-03 11:17 
GeneralCustom IE Protocol Handlers Pin
Jamie Hale15-Jan-03 3:55
Jamie Hale15-Jan-03 3:55 
GeneralRe: Custom IE Protocol Handlers Pin
Stephane Rodriguez.16-Jan-03 2:00
Stephane Rodriguez.16-Jan-03 2:00 
GeneralRe: Custom IE Protocol Handlers Pin
Jamie Hale16-Jan-03 2:35
Jamie Hale16-Jan-03 2:35 
Generaladd-ins in c++ using the DTE-object Pin
schaereran@gmx.net14-Jan-03 23:52
schaereran@gmx.net14-Jan-03 23:52 
GeneralRe: add-ins in c++ using the DTE-object Pin
Stephane Rodriguez.16-Jan-03 2:04
Stephane Rodriguez.16-Jan-03 2:04 
GeneralRe: add-ins in c++ using the DTE-object Pin
schaereran@gmx.net16-Jan-03 2:38
schaereran@gmx.net16-Jan-03 2:38 
GeneralRe: add-ins in c++ using the DTE-object Pin
Stephane Rodriguez.16-Jan-03 2:40
Stephane Rodriguez.16-Jan-03 2:40 
GeneralRe: add-ins in c++ using the DTE-object Pin
schaereran@gmx.net16-Jan-03 4:55
schaereran@gmx.net16-Jan-03 4:55 
GeneralRe: add-ins in c++ using the DTE-object Pin
Stephane Rodriguez.16-Jan-03 6:18
Stephane Rodriguez.16-Jan-03 6:18 
GeneralRe: add-ins in c++ using the DTE-object Pin
Amit Dey17-Jan-03 13:19
Amit Dey17-Jan-03 13:19 
QuestionIE plugin on a .NET? Pin
zaza714-Jan-03 20:37
zaza714-Jan-03 20:37 
AnswerRe: IE plugin on a .NET? Pin
Stephane Rodriguez.16-Jan-03 2:02
Stephane Rodriguez.16-Jan-03 2:02 
Generalautoactivate deskband Pin
Mårten14-Jan-03 9:25
Mårten14-Jan-03 9:25 

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.