Error when compiling

Hello,

I’m getting the following error when I try to compile the code. I’m wondering if anyone else has had the same error message and found a way to resolve it. Thank you!

PS C:\Users\Kelse\C++ Training> cl TripleX.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.30.30706 for x86
Copyright (C) Microsoft Corporation. All rights reserved.

TripleX.cpp
Microsoft (R) Incremental Linker Version 14.30.30706.0
Copyright (C) Microsoft Corporation. All rights reserved.

/out:TripleX.exe
TripleX.obj
PS C:\Users\Kelse\C++ Training> triplex
**triplex : The term ‘triplex’ is not **
**recognized as the name of a cmdlet, **
**function, script file, or operable **
program. Check the spelling of the name, **
or if a path was included, verify that **
the path is correct and try again. **
At line:1 char:1
+ triplex
** tFoundException

** + FullyQualifiedErrorId : CommandNot

** FoundException

Suggestion [3,General]: The command triplex was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: “.\triplex”. See “get-help about_Command_Precedence” for more details. PS C:\Users\Kelse\C++ Training>


TripleX error example 2

You need to type “.\triplex” for the reasons stated in that message.

1 Like

oooooh! ok! thank you!

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

Privacy & Terms