A
Andrew Luke
Hi all you C++ guru's!
I'm 'very, very' new to C++ and I'm having a little trouble configuring
my VS environment I think - when I try and compile some sample code I'm
getting the following errors, any help would be 'greatly' appreciated!
Thanks heaps!
--------------------Configuration: CppRichTextItem - Win32
Debug--------------------
Compiling...
CppRichTextItem.cpp
c:\program files\microsoft visual studio\vc98\include\mq.h(139) : error
C2146: syntax error : missing ';' before identifier 'prop'
c:\program files\microsoft visual studio\vc98\include\mq.h(139) : error
C2501: 'PROPID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(139) : error
C2501: 'prop' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(140) : error
C2079: 'prval' uses undefined struct 'tagPROPVARIANT'
c:\program files\microsoft visual studio\vc98\include\mq.h(146) : error
C2143: syntax error : missing ';' before '*'
c:\program files\microsoft visual studio\vc98\include\mq.h(146) : error
C2501: 'paPropRes' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(152) : error
C2146: syntax error : missing ';' before identifier '__RPC_FAR'
c:\program files\microsoft visual studio\vc98\include\mq.h(152) : error
C2501: 'PROPID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(152) : error
C2143: syntax error : missing ';' before '*'
c:\program files\microsoft visual studio\vc98\include\mq.h(152) : error
C2501: '__RPC_FAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(152) : error
C2501: 'aCol' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(161) : error
C2146: syntax error : missing ';' before identifier 'propColumn'
c:\program files\microsoft visual studio\vc98\include\mq.h(161) : error
C2501: 'PROPID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(161) : error
C2501: 'propColumn' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(168) : error
C2143: syntax error : missing ';' before '*'
c:\program files\microsoft visual studio\vc98\include\mq.h(168) : error
C2501: 'aCol' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(179) : error
C2146: syntax error : missing ';' before identifier 'MSGPROPID'
c:\program files\microsoft visual studio\vc98\include\mq.h(179) : fatal
error C1004: unexpected end of file found
Error executing cl.exe.
CppRichTextItem.obj - 18 error(s), 0 warning(s)
I'm 'very, very' new to C++ and I'm having a little trouble configuring
my VS environment I think - when I try and compile some sample code I'm
getting the following errors, any help would be 'greatly' appreciated!
Thanks heaps!
--------------------Configuration: CppRichTextItem - Win32
Debug--------------------
Compiling...
CppRichTextItem.cpp
c:\program files\microsoft visual studio\vc98\include\mq.h(139) : error
C2146: syntax error : missing ';' before identifier 'prop'
c:\program files\microsoft visual studio\vc98\include\mq.h(139) : error
C2501: 'PROPID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(139) : error
C2501: 'prop' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(140) : error
C2079: 'prval' uses undefined struct 'tagPROPVARIANT'
c:\program files\microsoft visual studio\vc98\include\mq.h(146) : error
C2143: syntax error : missing ';' before '*'
c:\program files\microsoft visual studio\vc98\include\mq.h(146) : error
C2501: 'paPropRes' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(152) : error
C2146: syntax error : missing ';' before identifier '__RPC_FAR'
c:\program files\microsoft visual studio\vc98\include\mq.h(152) : error
C2501: 'PROPID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(152) : error
C2143: syntax error : missing ';' before '*'
c:\program files\microsoft visual studio\vc98\include\mq.h(152) : error
C2501: '__RPC_FAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(152) : error
C2501: 'aCol' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(161) : error
C2146: syntax error : missing ';' before identifier 'propColumn'
c:\program files\microsoft visual studio\vc98\include\mq.h(161) : error
C2501: 'PROPID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(161) : error
C2501: 'propColumn' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(168) : error
C2143: syntax error : missing ';' before '*'
c:\program files\microsoft visual studio\vc98\include\mq.h(168) : error
C2501: 'aCol' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mq.h(179) : error
C2146: syntax error : missing ';' before identifier 'MSGPROPID'
c:\program files\microsoft visual studio\vc98\include\mq.h(179) : fatal
error C1004: unexpected end of file found
Error executing cl.exe.
CppRichTextItem.obj - 18 error(s), 0 warning(s)