TripleX.ccp won't compile

C:\Users>cl triplex.ccp
Microsoft ® C/C++ Optimizing Compiler Version 19.28.29910 for x86
Copyright © Microsoft Corporation. All rights reserved.

cl : Command line warning D9024 : unrecognized source file type ‘triplex.ccp’, object file assumed
Microsoft ® Incremental Linker Version 14.28.29910.0
Copyright © Microsoft Corporation. All rights reserved.

/out:triplex.exe
triplex.ccp
LINK : fatal error LNK1181: cannot open input file ‘triplex.ccp’

change your file to triplex.cpp

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms