Uncategorized

Test post to check image URL

This is an image inserted by wordpress 'Add Media'

3 years ago

msbuild says ‘target does not exist’

I don't know what is going wrong but... How to fix it Open the solution in Visual Studio Remove every…

3 years ago

Welcome to the Gutenberg Editor

Of Mountains & Printing Presses The goal of this new editor is to make adding rich content to WordPress simple…

6 years ago

qmake fails after lrelease failed

Project ERROR: Failed to run: 'lrelease.exe' In 64bit Windows environment, 64bit and 32bit application have some different properties like the…

6 years ago

Ruby does not run with missing _wfreopen_s

I do not know what causes this. But I upload my own build of ruby built with VC9. This must…

7 years ago

Firefox keeps asking to set it as a default browser

Run the following command as normal user and as administrator. firefox.exe -silent -setDefaultBrowser uninstall\helper.exe /SetAsDefaultAppGlobal uninstall\helper.exe /SetAsDefaultAppUser

7 years ago

warning LNK4075: ignoring ‘/EDITANDCONTINUE’ due to ‘/SAFESEH’ specification

When you upgraded your VC++ project to Visual Studio 2013 or later(?), this warning appears. It looks like VS failed…

7 years ago

BadImageFormatException not handled

This exception occurs when AnyCpu-C# app tries to load X86 assembly in 64bit environment. Change the app configuration to X86…

7 years ago

Install of VS2017 broke VC#2008 coloader80.dll configuration

Open command prompt with Admin priviledge and do followings. regsvr32 "%CommonProgramFiles%\Microsoft Shared\VS7Debug\coloader80.dll" if it fails, do this. regsvr32 "%CommonProgramFiles(x86)%\Microsoft Shared\VS7Debug\coloader80.dll"

7 years ago