Tag Archives: Windows SDK

Annoyance in the Windows SDK headers

Today I ran into the following error: Error 1 error C2733: second C linkage of overloaded function ‘_interlockedbittestandset’ not allowed $VCDIR\include\intrin.h 944 Error 2 error C2733: second C linkage of overloaded function ‘_interlockedbittestandreset’ not allowed $VCDIR\include\intrin.h 945 Eeek, what’s going … Continue reading

Posted in C/C++, EN, Programming | Tagged , , , , , , , | 3 Comments

StartSSL code signing certificate

Today I want to explain how to get the StartSSL code-signing certificates into a state that is usable for signtool. It is an affordable solution for individuals that would rather sign the code they publish. I bought one this week … Continue reading

Posted in EN, IT Security, Programming, Software | Tagged , , , , , , , , | 11 Comments