karansher / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
1 stars 0 forks source link

Compilation issues, not sure if the steps Im following are correct? #51

Closed MicheleMassa802 closed 2 years ago

MicheleMassa802 commented 2 years ago

I have completed all my .cpp files (completed my solutions), but I have never been able to test them because I cannot seem to compile the project (I have probably spent longer trying to get this project to compile than writing code). The steps I follow are (from my project folder where main.cpp is found):

Build started... 1>------ Skipped Build: Project: ALL_BUILD, Configuration: Debug x64 ------ 1>Project not selected to build for this solution configuration ========== Build: 0 succeeded, 0 failed, 2 up-to-date, 1 skipped ==========

Build started... ========== Build: 0 succeeded, 0 failed, 3 up-to-date, 0 skipped ==========

Is this process correct? If not what should I change?

What should be the output I expect, where should the images be found?

MicheleMassa802 commented 2 years ago

Also if any other classmates who are using windows have gotten their project to work and gotten an output, please feel free to reply with the steps that you followed to get an output, I really be struggling here

kevin-j-wang commented 2 years ago

image if you see this after opening the .sln with visual studio, you should set raster as your startup project by right clicking it, and then run local windows debugger, not on ALL_BUILD. at least, that was what worked for me.

MicheleMassa802 commented 2 years ago

image if you see this after opening the .sln with visual studio, you should set raster as your startup project by right clicking it, and then run local windows debugger, not on ALL_BUILD. at least, that was what worked for me.

It seems to be running that way, there are a couple errors but it just seems like unhandled exceptions from my end, thank you very much for your help :)