i have successfully compile and build c/c++ project on visual c++ 6.0 to dll .But when i convert to visual c++ 2010 on windwos 7 64bit os it appear many error .source code is
typedef struct {
int _entID ; /* Entity ID */
int _recID ; /* Recode No. */
int _Nmbr ; /* 画像番号 0020:0013 */
int _Clmns ; /* マトリクス X 0028:0011 */
int _Rws ; /* マトリクス Y 0028:0010 */
int _ImagCnt ; /* 複数フレーム数 0028:0008 */
char _Type[ 68 ] ; /* 画像タイプ 0008:0008 */
char _cUID[ 68 ] ; /* クラス UID 0004:1510 */
char _sUID[ 68 ] ; /* SOP UID 0008:0018 */
char _pathNm[ 128 ] ;
char *_sptr ;*****error at line*****
int _xsiz ;//
int _ysiz ; /* " Y サイズ */
/* @2.01 */
char _SpcSet[ 20 ] ; /* Specific Char 0008:0005 */
/* @2.30 */
char _SpcSet[ 64 ] ; /* Specific Char 0008:0005 */
} DDIR_IMAG_INF ; /* */'
when build on vc 2010 it appear many similar error like this: Error 1 d:\dxr-mls\program\dicm_dir_tool.dll\source\dicm_dir_tool\include\dicm_dir_tool_dll.h error C2059: syntax error : ';' visual c++ 6.0 project is ansii project with comment is japanese , use some dll and library of windows system ,was build successful in windows xp 32 bit help me