Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build solution different LNKXXXX errors everytime #29

Open
ghost opened this issue Feb 24, 2017 · 7 comments
Open

Cannot build solution different LNKXXXX errors everytime #29

ghost opened this issue Feb 24, 2017 · 7 comments

Comments

@ghost
Copy link

ghost commented Feb 24, 2017

Hi this is to continue what was happening in the bad magic number in .pyc issue.
I cannot build the solution because i get FATAL ERROR all the time saying different LNKXXXX issues but now it is coming up with different ones that i had before.

@ghost
Copy link
Author

ghost commented Feb 24, 2017

It is windows but i have screenshots of what it is doing
image

@zappybiby
Copy link
Contributor

I made this to help: https://github.com/zappybiby/ChosunTruck/wiki/Windows-Installation

Hopefully they publish that here.

@zappybiby
Copy link
Contributor

Try using my project file given there. Open Notepad(++), copy the information here, then save as ets2_auto_driving.vcxproj. Make sure that when you save as you select "all files" as file type, because it will otherwise save it as "ets2_auto_driving.vcxproj.txt".

@zappybiby
Copy link
Contributor

if you are still having issues, send me screenshots of your property pages (C++, linker, CUDA)

@ghost
Copy link
Author

ghost commented Feb 24, 2017

I'm getting this
http://imgur.com/a/Us6o1

@ghost
Copy link
Author

ghost commented Feb 24, 2017

screenshot 186
I did the file again but still same error

@zappybiby
Copy link
Contributor

So a number of problems from what I see.

You are not using the project file I gave you. There are several problems I see currently.

  1. You are trying to run with Win32 instead of x64.
  2. CUDA is not integrated into your project (See wiki...)
  3. You need the nuget packages. Just open the console and window should pop up telling you to restore packages. I know that this window WILL appear if you use my project file.

In conclusion, please just use my project file. There are way too many things I would need to fix to get yours to run.

Once you have my Project file, you need to follow the wiki starting from "Editing the Property Pages"

You also need to make sure that under project -> Build Configurations has CUDA7.5 and Nuget packages checked.

Again, don't try any of the changes above before using my project file. You need to remove the project file you are currently using.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant