This is a repost, now that ChatGPT is working again...
Hi. I need some clarification and/or help with a multi-threaded application being debugged with Visual Studio.
I notice that when I hit a breakpoint in a thread, it stops, and I can examine the status and values, but when I step to the...
Hi. I need some clarification and/or help with a multi-threaded application being debugged with Visual Studio.
I notice that when I hit a breakpoint in a thread, it stops, and I can examine the status and values, but when I step to the next instruction, the debugger goes back to the original...
I have solved the problem! See the original post, "A strange problem with modeless dialog boxes", for details.
This is a repost, incorporating the latest simplifications of the problem statement, and a minimal reproducible example of the code...
I'm having a problem with modeless dialog boxes...
application
c++
code optimization
debugging
dialog boxes
event handling
file scanning
graphics
gui
linked list
modeless
multi-threading
performance
progress bar
sleep function
system calls
timers
user interface
window procedure
windows development
I have solved the problem! When the AI Bot told me that I was stalling the message loop, I looked deeper. In the original code I was calling PeekMessage() with PM_REMOVE, filtering for WM_KEYDOWN, and then checking for VK_ESCAPE. This consumed the WM_KEYDOWN message but not any other messages...
What is the correct command to be used so that a session can be started and saves the work when the PC gets the black screen from an error.
Cannot be saved manually because it is crashed.
Here's the short version: when I attempt to power up (using the power switch on the power supply) the computer powers up for only an instance and then powers off.
Here's the long version: on Friday I attempted to upgrade to Windows 11. I got an error message early in the installation, so I...
I am trying to learn the Laravel Framework from this post, but I am having trouble with the following:
// Laravel route
Route::get('/', function () {
return view('welcome');
});
When I access the route in my browser, I get the following error:
View [welcome] not found.
I have made sure that...
I see a lot of talk online with this particular event id relating to Exchange. This is not an Exchange server. It's an IIS server running a web page for an inhouse application.
I don't really know how to debug it. It only happens very randomly and I'm unsure of the catalyst so far. One...
asp.net
authentication
authorization
communication
debugging
domain controller
error handling
event id
exchange
iis
in-house application
process information
request information
stack trace
system exception
trust relationship
unhandled exception
user authentication
virtual path
web application
Hi everyone,
I am trying to reverse a linked list in Java. I have been following the tutorial on how to reverse a linked list, but I am having trouble understanding the recursive approach. Can anyone help me understand how to reverse a linked list using recursion in Java?
Here is the code that...
Hello. I'm new to this forum and hope to get help. I've been running an old application since the XP days on various systems. I'm currently running it succcessfully on a W10 laptop, a W11 laptop, and it used to run on my W10 desktop. Starting yesterday, when it starts to load, it is...
Windows 11: I receive "access denied" by calling "Pin At Start" from the command line, no mather wich language PowerShell or VBscript.
Both are called using administrator rights.
PowerShell
==========
Error
=====
PS C:\Users\roberto> .\t.ps1
Pin-App : App(s) not found: C:\Program...
access denied
administrative rights
application
automation
command line
computer configuration
debugging
error handling
error messages
file system
function
notepad++
pin to start
powershell
script execution
scripting
shell application
user permissions
vbscript
windows 11
Hello all,
I am having issues understanding the code posted on this blog for the Longest Increasing Subsequence problem. I've been trying to implement the code, but I haven't been able to get the correct output. The code I've been trying to implement is as follows:
def LIS(A):
n = len(A)...
I've been using Windows server 2012R2 Standard for almost a decade now. I have apps running on the server which have created about 50,000 local users. These are local users created using WMIC scripts and eq. API's. The purpose is to allow for easy integration with IIS authentication. The app...
2012r2 standard
2019 datacenter
administration
aws
boot issues
cpu usage
debugging
group policies
iis authentication
integration
local accounts
local users
logon policies
networking
performance
server upgrade
system configuration
user management
windows server
wmic scripts
Hi ive been having issues with my pc randomly crashing when either waking it up or in a middle of the game after playing for like 1 hour my screen just freezes and all i hear is the ingame sounds then after a while my pc restarts ive logged one of the crash dumps and i cant figure out the issue...
Can someone explain how to get data stored in a pointer and get an address that is stored in that pointer, then get the data from the address?
I cannot figure out how to store the raw audio data into a file every time I run it the data accumulating in the file is low. The function in question is...
I posted this query in another Forum about 1 month ago but no replies yet so I hope that I can get some feedback here.
3RVX is a skinable volume indicator for Windows. It looks almost exactly the same is the volume indicator for Windows 8 and 10 but in a different region of the screen.
I did...
With version 99 of Microsoft Edge, DevTools can securely download source maps from the Azure Artifacts symbol server. This means you can use Azure Pipelines to publish source maps to a secure location, and have DevTools retrieve them at runtime and offer a familiar debugging experience by...
access tokens
azure artifacts
crash analysis
debugging
development tools
devtools
error reporting
javascript
metadata
microsoft edge
performance
pipelines
security
sha-256
source maps
symbol server
web application
web development
web server
Recently i have been facing BSOD with driver power state failure. i have opened the dump file and debugged it
PLEASE HELP
**********
DRIVER_POWER_STATE_FAILURE (9f)
A driver has failed to complete a power IRP within a specific time.
Arguments:
Arg1: 0000000000000003, A device object has been...
acpi
bsod
computer support
debugging
driver
driver issues
dump file
error code
failure
kernel
pci.sys
power state
system issues
tech help
troubleshooting
windows 10
Single-instanced apps only allow one instance of the app running at a time. WinUI apps are multi-instanced by default. They allow you to launch multiple instances of the same app at one time, which we call multiple instances. However, you may implement single-instancing based on the use case of...
app deployment
app development
application activation
code tutorial
coding
debugging
drumpad
main method
multi-instance
namespace
program class
redirection
single-instance
software development
synchronization context
user interface
windows app sdk
windows apps
winui
xaml