kkamegawa's weblog

Visual Studio,TFS,ALM,VSTS,DevOps関係のことについていろいろと書いていきます。Google Analyticsで解析を行っています

Visual Studio Hotfix Lists追記

Visual Studio Hotfix Lists
KB982517を追加。これは以前からKBのページも公開されていました。
Error message when you compile a Visual C++ 2010 project that includes the Atlcomcli.h file
コンパイラに/Jオプションか、_CHAR_UNSIGNEDを定義すると、Atlcomcli.hで以下のASSERTが出るってことだそうで。

error C2338: CVarTypeInfo< char > cannot be compiled with /J or _CHAR_UNSIGNED flag enabled

error C2338: CVarTypeInfo< char* > cannot be compiled with /J or _CHAR_UNSIGNED flag enabled

今手元のVisual Studio 2010 SP1 Betaあてた環境のAtlcomcli.hみたら…まだ残っているようなんですが?なんか勘違いしてる??