Build LSX 8.0 solutions with Visual C++ 2008 Express

Tuesday, December 22nd, 2009

This is a quick update for the article I wrote yesterday about  the "LStatus definition problem with winreg.h". VS 2008 Express Edition does install the Microsoft Platform SDK Version 6.1 during setup. This version conflicts with the Lotus eXtension Toolkit 8.0. Unfortunately, there is no option to not install the SDK. So ...

LStatus definition problem with winreg.h

Monday, December 21st, 2009

I installed the new Lotus eXtension Toolkit on top of my VS  2008 C++ Express compiler. The compiler works fine for code generated using the C-API toolkit. But when I try to compile the samples that come with the Lotus eXtension toolkit, the compiler throws an error when compiling lsxcomm.cpp c:\program files\microsoft ...