First  |  Prev |  Next  |  Last
Pages: 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
What is problem event BEX? "Branch Exception"?
I found just one person somewhere saying as a parenthetical comment that BEX meant Branch "Exception". No idea what that means for a running process. (Closest thing I can think of is many yeas ago we could get error during linking a program if a jump from one address to another was longer than a 16-bit word co... 22 Jun 2008 21:25
Effectively Debugging first chance exceptions
Is the following error dump below caused by a first chance exception? If so, I'm having a hard time figuring out in the Visual Studio 6.0 debugger on how to figure out which line of code caused this exception. Can anyone recommend a good site that effectively explains how to do this? Thanks Loaded 'C:\Pro... 9 Jun 2008 15:31
BTKeyInd.dll causes program to crash?
On Apr 30, 12:39 am, "David Ching" <d...(a)remove-this.dcsoft.com> wrote: <Rich.P...(a)gmail.com> wrote in message news:5f3b12d4-925c-4341-8632-19cb485c380a(a)k37g2000hsf.googlegroups.com... I have a MFC GUI program, which run fine at startup but at at some instances crashes after a couple o... 9 Jun 2008 15:00
Updating existing apps to use MFC Feature Pack 2008
Looking for an answer... I'm working on an MDI app where I want the existing CMDIChildWndEx frames to be dockable. None of the sample apps supplied by Microsoft show how this is done. Has anyone done this? ... 12 Jun 2008 17:58
qei
... 9 Jun 2008 10:54
Sharing a semaphore between users
Hi, I'm using Vista and MS VC 6.0. has anyone being able to share a global semaphore between different users? I've done the following in my dialog-based application: HANDLE g_hSem; BOOL CMyApp::InitInstance() { g_hSem = CreateSemaphore(NULL,3,3,"Global\\MyAppUniqueID"); if (g_hSem==NULL) { TRACE("%... 25 Jun 2008 15:01
Disk or network error
Environment Platform - VC 2005, Window server 2003, OleDB Database - Oracle, Microsoft Access Database Problem Statement We have developed multithreaded service application which can run 24x7. I have used two machines to run test. First machine (M1) on which service is running. Second ma... 9 Jun 2008 07:19
How to limit the number of instances of an application on a server?
>My question is : how can I limit the number of instances of my application to n instances with n >1, when the OS is Microsoft Server something ? Phil, Rather than using a mutex, I think you can do something similar with a semaphore to count the number of instances. Dave ... 9 Jun 2008 06:48
IE load incorrect dll in ActiveX package
Dear all, I have a problem with IE behavior when loading dll in ActiveX control. The scenario is 1. Open IE load a ActiveX control including a.ocx and a.dll 2. Change IE URL to load another ActiveX control including b.ocx and "a.dll" I find that when IE load 2nd ActiveX control, it will load b.ocx and OLD ... 9 Jun 2008 09:21
How to limit the number of instances of an application on a server?
Hello all, I want to know (and to limit) the number of instances of my application on a server such as Microsoft Server 2003 or 2008. I know how to look for multiple instances of an app using Joe's code ("How to avoid multiple instances.. http://www.flounder.com/mvp_tips.htm#Avoiding%20Multiple%20Application%20Inst... 11 Jun 2008 04:08
First  |  Prev |  Next  |  Last
Pages: 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139