Tags Archives: windows

winnt.h(5545) : error C2146: syntax error : missing ‘;’ before identifier ‘ContextRecord’

Anther annoying compiling error. Compile error c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(5545) : error C2146: syntax error : missing ‘;’ before identifier ‘ContextRecord’ c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(5545) : error C4430: missing type specifier – int assumed. Note: C++ does not support default-int c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(5545) : error C4430: missing type specifier – int assumed. Note: C++ does not support [...]

NSIS – tips and tricks

I create a lot of windows application to make things easier for my customers. The simple act of coping a file from an email to a certain directory can become the most complicated tasks for a certain type of customer. I use an Scriptable Install System provided by NullSoft called NSIS (Nullsoft Scriptable Install System). [...]