error while compiling sample code <dcmnet/cond.h>

All other questions regarding DCMTK

Moderator: Moderator Team

Post Reply
Message
Author
ahirnish
Posts: 38
Joined: Wed, 2012-01-04, 10:18

error while compiling sample code <dcmnet/cond.h>

#1 Post by ahirnish »

When I compiled the sample code of DCMSCU provided on your Wiki page..I got these errors and I'm having no clue about these as I am just a beginner.

Please help me with these. Thank You.

Code: Select all


1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(81): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(81): error C2146: syntax error : missing ';' before identifier 'ASC_BADPRESENTATIONCONTEXTID'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(81): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(82): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(82): error C2146: syntax error : missing ';' before identifier 'ASC_MISSINGTRANSFERSYNTAX'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(82): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(83): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(83): error C2146: syntax error : missing ';' before identifier 'ASC_NULLKEY'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(83): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(84): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(84): error C2146: syntax error : missing ';' before identifier 'ASC_SHUTDOWNAPPLICATION'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(84): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(85): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(85): error C2146: syntax error : missing ';' before identifier 'ASC_USERIDENTIFICATIONFAILED'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(85): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(86): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(86): error C2146: syntax error : missing ';' before identifier 'ASC_SCPSCUROLESELECTIONFAILED'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(86): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(110): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(110): error C2146: syntax error : missing ';' before identifier 'DIMSE_BADCOMMANDTYPE'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(110): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(111): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(111): error C2146: syntax error : missing ';' before identifier 'DIMSE_BADDATA'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(111): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(112): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(112): error C2146: syntax error : missing ';' before identifier 'DIMSE_BADMESSAGE'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(112): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(113): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(113): error C2146: syntax error : missing ';' before identifier 'DIMSE_ILLEGALASSOCIATION'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(113): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(114): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(114): error C2146: syntax error : missing ';' before identifier 'DIMSE_NODATAAVAILABLE'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(114): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(115): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(115): error C2146: syntax error : missing ';' before identifier 'DIMSE_NOVALIDPRESENTATIONCONTEXTID'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(115): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(116): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(116): error C2146: syntax error : missing ';' before identifier 'DIMSE_NULLKEY'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(116): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(117): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(117): error C2146: syntax error : missing ';' before identifier 'DIMSE_OUTOFRESOURCES'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(117): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(118): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(118): error C2146: syntax error : missing ';' before identifier 'DIMSE_PARSEFAILED'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(118): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(119): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(119): error C2146: syntax error : missing ';' before identifier 'DIMSE_READPDVFAILED'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(119): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(120): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(120): error C2146: syntax error : missing ';' before identifier 'DIMSE_RECEIVEFAILED'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(120): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(121): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(121): error C2146: syntax error : missing ';' before identifier 'DIMSE_SENDFAILED'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(121): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(122): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(122): error C2146: syntax error : missing ';' before identifier 'DIMSE_UNEXPECTEDPDVTYPE'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(122): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(123): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(123): error C2146: syntax error : missing ';' before identifier 'DIMSE_NODATADICT'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(123): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(166): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(166): error C2146: syntax error : missing ';' before identifier 'DUL_ASSOCIATIONREJECTED'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(166): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(167): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(167): error C2146: syntax error : missing ';' before identifier 'DUL_ILLEGALACCEPT'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(167): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(168): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(168): error C2146: syntax error : missing ';' before identifier 'DUL_ILLEGALKEY'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(168): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(169): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(169): error C2146: syntax error : missing ';' before identifier 'DUL_ILLEGALPDU'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(169): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(170): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(170): error C2146: syntax error : missing ';' before identifier 'DUL_ILLEGALPDULENGTH'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(170): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(171): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(171): error C2146: syntax error : missing ';' before identifier 'DUL_ILLEGALREQUEST'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(171): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(172): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(172): error C2146: syntax error : missing ';' before identifier 'DUL_INCORRECTBUFFERLENGTH'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(172): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(173): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(173): error C2146: syntax error : missing ';' before identifier 'DUL_INSUFFICIENTBUFFERLENGTH'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(173): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(174): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(174): error C2146: syntax error : missing ';' before identifier 'DUL_LISTERROR'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(174): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(175): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(175): error C2146: syntax error : missing ';' before identifier 'DUL_NETWORKCLOSED'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(175): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(176): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(176): error C2146: syntax error : missing ';' before identifier 'DUL_NOASSOCIATIONREQUEST'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(176): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(177): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(177): error C2146: syntax error : missing ';' before identifier 'DUL_NOPDVS'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(177): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(178): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(178): error C2146: syntax error : missing ';' before identifier 'DUL_NULLKEY'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(178): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(179): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(179): error C2146: syntax error : missing ';' before identifier 'DUL_PCTRANSLATIONFAILURE'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(179): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(180): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(180): error C2146: syntax error : missing ';' before identifier 'DUL_PDATAPDUARRIVED'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(180): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(181): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(181): error C2146: syntax error : missing ';' before identifier 'DUL_PEERABORTEDASSOCIATION'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(181): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(182): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(182): error C2146: syntax error : missing ';' before identifier 'DUL_PEERREQUESTEDRELEASE'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(182): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(183): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(183): error C2146: syntax error : missing ';' before identifier 'DUL_READTIMEOUT'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(183): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(184): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(184): error C2146: syntax error : missing ';' before identifier 'DUL_REQUESTASSOCIATIONFAILED'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(184): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(185): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(185): error C2146: syntax error : missing ';' before identifier 'DUL_UNEXPECTEDPDU'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(185): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(186): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(186): error C2146: syntax error : missing ';' before identifier 'DUL_UNSUPPORTEDPEERPROTOCOL'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(186): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(187): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(187): error C2146: syntax error : missing ';' before identifier 'DUL_WRONGDATATYPE'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(187): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(219): error C2061: syntax error : identifier 'OFCondition'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(229): error C2061: syntax error : identifier 'OFCondition'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(229): error C2059: syntax error : ')'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(229): error C2143: syntax error : missing ')' before ';'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(237): error C2146: syntax error : missing ';' before identifier 'push'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(237): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(237): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(240): error C2061: syntax error : identifier 'OFStatus'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(242): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(242): warning C4183: 'push': missing return type; assumed to be a member function returning 'int'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(250): error C2146: syntax error : missing ';' before identifier 'push'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(250): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(250): error C2086: 'int DimseCondition::OFCondition' : redefinition
1>          c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(237) : see declaration of 'DimseCondition::OFCondition'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(250): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(251): error C2061: syntax error : identifier 'OFCondition'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(252): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(252): warning C4183: 'push': missing return type; assumed to be a member function returning 'int'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(262): error C2146: syntax error : missing ';' before identifier 'CONDITION'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(262): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(262): error C2378: 'OFCondition' : redefinition; symbol cannot be overloaded with a typedef
1>          c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(81) : see declaration of 'OFCondition'
1>c:\program files\dcmtk\include\dcmtk\dcmnet\cond.h(262): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\dcmtk\include\dcmtk\dcmnet\dicom.h(109): fatal error C1083: Cannot open include file: 'C:/Program Files/DCMTK/include/dcmtk/dcmdata/dctypes.h': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

J. Riesmeier
DCMTK Developer
Posts: 2504
Joined: Tue, 2011-05-03, 14:38
Location: Oldenburg, Germany
Contact:

#2 Post by J. Riesmeier »

Are you sure hat you've specified the include path correctly and that all DCMTK header files are available?

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 1 guest