Compiling WinQEMU v0.10.2 using Visual Studio 2008 and Visual Studio 2012
Earlier this year I managed to get DOSBox-X to boot Ubuntu 9.10, as least as far as dropping into the
Read moreEarlier this year I managed to get DOSBox-X to boot Ubuntu 9.10, as least as far as dropping into the
Read moreOne day I was debugging my C++ application on Visual Studio 2022 when the computer suddenly froze. Upon reboot, IntelliSense
Read moreVisual Studio 2022 comes with many new fancy features, among which the ability to set temporary breakpoints (e.g. breakpoints which
Read moreI have to admit, I was never a heavy user of Turbo C back in the day. My journey as
Read moreIf you’re getting the following error Could not delete file ‘c:projectobjreleasevc80.idb Make sure that the file is not open by
Read moreIf you often use project resources in a Visual Studio project, be it VB or C#, eventually you will end
Read moreIf you have ever tried to personalize your Windows 7 desktop and chose to zoom to 125%, as per the
Read more1. Install the Visual Studio 2008 QFE. Note this functionality is not available on the Express versions of the Visual
Read more::GetModuleFileName(g_hInstDLL, szName, nSize);::MessageBox(hwndParent, szName, _T(“”), MB_OK); where g_hInstDLL is the handle to the loaded module, usually available in the DLL
Read moreTo attach the debugger to a running process on the device: On the Debug menu, click Attach to Process. In
Read moreOne of the first things you will want to do after installing visual studio is to set it up to
Read moreRetrieving the warning ID: The warning ID can be taken from the Build Output. In the following example, the warning
Read moreA .NET resource file created by VS contains: 1. Resources.resx: XML declaration of all resources 2. Resources.Designer.vb: autogenerated by VS
Read moreUseful when desining user controls – in order to make certain functionalities available in design mode but not in runtime
Read more