windows-xp

“Symbols can not be loaded” when trying to read dump

让人想犯罪 __ 提交于 2019-12-03 13:35:46
I have an application that sometimes causes a BSOD on a Win XP machine. Trying to find out more, I loaded up the resulting *.dmp file (from C:\Windows\Minidump), but get this message when in much of the readout when doing so: ********************************************************************* * Symbols can not be loaded because symbol path is not initialized. * * * * The Symbol Path can be set by: * * using the _NT_SYMBOL_PATH environment variable. * * using the -y <symbol_path> argument when starting the debugger. * * using .sympath and .sympath+ * ******************************************

MSMQ Issue reading remote private queues (again)

匆匆过客 提交于 2019-12-03 12:53:19
问题 Ok my issue is similar to How to receive message from a private workgroup queue (and I am basically using the same code). I am creating the queue on the host machine using MessageQueue.Create(@".\Private$\MyNewPrivateQueue"); Opening the queue on the remote machine with var queue = new MessageQueue(@"FormatName:DIRECT=TCP:xxx.xxx.xxx.xxx\PRIVATE$\MyNewPrivateQueue"); And writing/reading data using queue.send() and queue.Receive() I have two systems that I am experimenting with. Windows 7 Home

How does Windows (specifically, Vista) determine if my application is hung?

别说谁变了你拦得住时间么 提交于 2019-12-03 12:34:10
I have a problem very similar to the one described here: http://www.eggheadcafe.com/software/aspnet/30579866/prevent-vista-from-markin.aspx That thread suggests that Task Manager sends WM_NULL to the process and expects the process to consume this message within timeout limit (5 seconds?). When I google for "WM_NULL hung" there are many references to the same technique. However I don't see any WM_NULL messages in the queue of my application while it works on a lengthy operation - I have a secondary thread that switches to the main thread every 0.5 sec and calls PeekMessage() looking for WM

How do I disable Tortoise BZR?

故事扮演 提交于 2019-12-03 11:53:13
I'm a huge fan of bzr and I'm glad they're working on tortoise for it, but currently it's WAY too slow to be useful. The icons are almost always incorrect and when I load a directory in explorer with a lot of branches it locks up my entire system for anywhere from 10 seconds to 2 minutes. I look forward to trying it again in the future, but for now I'd like to disable it. Unfortunately I don't see it in add/remove programs and I can't find a way to disable it in the bazaar config directory. When I right click the icon in the task panel (by the clock) and choose "Exit Program" it just restarts

remote sc OpenSCManager query failed 5 access denied

无人久伴 提交于 2019-12-03 11:07:01
I'm writing a script that periodically checks that certain services are running on remote workstations. I'm having a devil of a time getting an "SC \workst1 query" command working from one test machine to another. Both machines are running XP pro SP3. Neither is part of a domain. Both are in the same workgroup, and the administrator accounts have the same passwords. I keep getting the "[SC] OpenSCManager FAILED 5: Access is denied" message, from either workstation to the other. I have tried using elevated privileges on both. Windows firewall software is turned off. There are no messages are

Keyboard-only column block selection in GVim Win32, or why does Ctrl-Q not emulate Ctrl-V when mswin.vim is included?

核能气质少年 提交于 2019-12-03 09:50:21
I want to be able to select columnar blocks using only the keyboard when I use GVim on Windows, but I do not seem to be able to do so when using gvim (7.2) on Windows XP. Edit: For convenience, it is preferable to make the selection with arrow keys as is commonly done in other versions of vi/vim. In a terminal, when using vim, to define a block, one may select columnar blocks by pressing Ctrl-V and by conveniently moving the cursor with the arrow keys . When using GVim on mswin, Ctrl-V is mapped to a paste operation. Every reference found on this topic mentions that on mswin, Ctrl-Q is set to

Running C++ binaries without the runtime redistributable (Server2k3, XPSP3)

末鹿安然 提交于 2019-12-03 09:41:16
问题 Having written a CGI application in Visual Studio 2008 and debigged it locally, I uploaded it to a Windows Server 2003 OS where it promptly failed to run. I am guessing I need to install the wretched Runtime distributable, but after reading this: http://kobyk.wordpress.com/2007/07/20/dynamically-linking-with-msvcrtdll-using-visual-c-2005/ I am wondering if it makes more sense to ignore this side by side stuff and just re-write the app. I am guessing Windows Server 2003 does not have MSCRVT

using py2exe with wxPython and Matplotlib

六眼飞鱼酱① 提交于 2019-12-03 09:40:51
问题 I'm trying to generate an .exe file from a python script that uses wxPython and Matplotlib and it looks like to be impossible. The imports I'm doing (related with Matplotlib) are the following: from numpy import * import matplotlib matplotlib.interactive(True) matplotlib.use("WXAgg") from matplotlib.figure import Figure from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg as FigCanvas from matplotlib.ticker import MultipleLocator Here is the setup.py file I'm trying to use: from

What are the main differences between programming for Windows XP and for Vista?

此生再无相见时 提交于 2019-12-03 09:22:30
问题 From a desktop application developer point of view, is there any difference between developing for Windows XP and developing for Windows Vista? 回答1: User Interface Looking at the Windows Vista User Experience Guidelines you can see that they have changed many UI elements, which you should be aware of. Some major things to take note of: Larger icons New font (Which affects some custom UI constistency) New dialog box features (task dialogs) Altered common dialogs (like File Open, Save As, etc.)

Access violation while the program was idle - not trace information to track down the bug

时光毁灭记忆、已成空白 提交于 2019-12-03 09:14:44
I have a program that just popped up an AV. Until now the Eureka Log could find the source code line that generated the error but now it displays only this: Access violation at address 7E452E4E in module 'USER32.dll'. Read of address 00000015. Call Stack Information: -------------------------------------------------------------------------------------------- |Address |Module |Unit |Class|Procedure/Method |Line | -------------------------------------------------------------------------------------------- |Running Thread: ID=2640; Priority=0; Class=; [Main] | |-----------------------------------