I’m using M$ VS 2008 Express Edition as a compiler. The compiler works fine with the C-API toolkit.But there is a problem with LSX toolkit.
When I try to build a LSX solution, I always get an error when compiling lsxcomm.cpp
It says:
c:\program files\microsoft sdks\windows\v6.0a\include\winreg.h(175) : error C2371: ‘LSTATUS’ : redefinition; different basic types c:\c-api\lsx8\inc\sys\lssam.h(385) : see declaration of ‘LSTATUS’
Does anyone else have seen this error and knows how to solve the issue?
Any help is appreciated.