CSE2100 gone into bootloader mode
I ran my software, now the CSE2100 is stuck in bootloader mode. Things said succeeded but the turret didn’t move. And now the device is stuck in bootloader mode.
E1696: Cannot open source file “xxx.h”
Problem I just switched from Debug set up to Release set up in MSVC and many settings have to be redone. This file is for an external library and so…
Target Machine
Problem I’m not sure what problem this fixed, … Solution … but setting the taget machine type to x64 helped something, as my third party DLL was x64!
The code execution cannot continue because xxx.dll was not found
Problem Solution Project Properties Add the DLL to the PATH
LNK2019 unresolved external symbol xxx referenced in function _wmain
Problem Solution Go to the Build Configuration Manager and select the appropriate build Win32 (x86) or x64.
LNK1104 cannot open file ‘xxx.lib’
Problem Solution Add the library directory to the link library search path
C1083 Cannot open include file ‘xxx.h’: No such file or directory
Problem Solution Add the directory here, assuming you know where it is!
Stop Your Volume Device
I have a forgotten windows password nightmare. A video on the internet shows how to get around it using a Microsoft security flaw. Unfortunately they have fixed it! So now…