#exe.receipe

1 messages · Page 1 of 1 (latest)

dry kelp
#

I think you might just be looking in the wrong folder though

rose wraith
#

i have looked in both source/repo directory and the directory i put in in and the exe is not in either one

dry kelp
#

Do you have the "hide known file extensions" option in your explorer on by any chance?

#

(stolen from StackOverflow)

rose wraith
#

possibly

dry kelp
#

Can't see the entire folder, try again

#

(or go up one level and screenshot that)

rose wraith
orchid bluff
#

You using visual studio? Try compiling in release mode

#

If you change the mode to release there should be an exe in the release folder iirc. Been a while though but give it a shot

rose wraith
#

okay thank you ill try

#

okay this directory good i just went back and deleted all the other ones

#

@orchid bluff

orchid bluff
#

I dunno you probably can just use the same project

#

Whatever works for you it all should work fine

rose wraith
#

still build solution then compile using release

#

@orchid bluff

#

still says same thing

#

@dry kelp any help on this

orchid bluff
#

Can you send build output

rose wraith
#

just the source

#

?

orchid bluff
#

Like when you click start there should be some stuff down there when it’s building

rose wraith
orchid bluff
#

Have you built your code yet?

rose wraith
#

yes

#

is there a way i could screen share

orchid bluff
#

On the Build menu, click Build Solution

rose wraith
#

build succeeded no issues found

orchid bluff
#

Had you done that previously?

rose wraith
#

yes

#

ive tried build, rebuild, clean

orchid bluff
#

Is that the whole build output?

rose wraith
#

yes

orchid bluff
#

Try going to the folder your cpp file is in, in terminal and type cl /EHsc hello.cpp

#

Replace hello.cpp with your cpp file name

#

That should build it into exe too

rose wraith
orchid bluff
#

That’s all i got to try. Haven’t written c++ or used windows in quite a while

dry kelp
#

Believe it should print the binary path in the build log

#

But haven't touched VS in years

orchid bluff
#

I thought that too

rose wraith
#

fixed it

orchid bluff
#

What ended up being the issue

rose wraith
#

my main.cpp wasnt under the source files folder