This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
This one is for the hive mind. I have a brand new Dell Optiplex 760 workstation with 4 gigabytes of RAM running Windows 7 Professional (32bit). This is a new box with nothing installed other than what was provided for directly by Dell. I installed a Saphire ATI PCI Express [...] read more
I am trying to create a COM object in Delphi and use it in a C# WPF project. I have created a new DLL project in Delphi 10.3, using File -> New -> Other, then Delphi -> Windows -> ActiveX Library. I have created the following IDL in the GUI [...] read more
I've published an app with integrated hockeyapp. But Windows Phone dashboard crash report contains mystic crashes that are not in hockeyapp. According to stacktrace they are native (OS crashes). App is 8.0 DirectX + Xaml app. Crashes are generated by 8.1 devices. 8.0 devices worked perfectly. I've tested app on [...] read more
I am experimenting with creating a COM interface for my application in order to allow eg. VBA to drive certain parts of my application. I have my COM library up and running and installed, even to the part where a routine called in Excel can be debugged in the Delphi [...] read more
I have a Dell Latitude E7470 laptop, purchased late 2016. Currently standard apart from an Intel 600p 1tb SSD. I am experiencing frequent application crashes - Excel, Word, Visual Studio 2015, SQL Management Studio. The Video driver also crashes regularly. It occasionally crashes as I am trying to shut it [...] read more
Sorry if these are naive questions - I have very little understanding of how C really works at the low level. So I'm generating machine code to write to some mmap'd memory for execution. I'm confused about the use of hexadecimal literals for generating machine code. Consider the assembly instruction [...] read more
I have just updated to Snow Leopard and one of my important Flash files is now crashing every time I compile. I am hoping that someone can help decipher this crash log and offer any tips on what the problem might be. Flash does not give an error message, just [...] read more
In C++ Builder XE7, I created a simple COM automation object: 1. File > New > ActiveX > ActiveX Library 2. File > New > ActiveX > Automation Object 3. Add new property MyProperty 4. Push 'Refresh implementation' So, the wizard created declarations/implementations for get/set methods: interface IMyObject: IDispatch { [...] read more