Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Unresolved External Symbols #1

Open
JMRichmond opened this issue Oct 27, 2020 · 6 comments
Open

Unresolved External Symbols #1

JMRichmond opened this issue Oct 27, 2020 · 6 comments

Comments

@JMRichmond
Copy link

I'm trying to use your geo coordinate system and every time I build I get errors about the "__CxxFrameHandler4" and "__GSHandler_EH$" are missing. I believe this is caused by me using VS 2017 and I need VS 2019. Did you use VS 2019 to create this? I am using unreal 4.26 and the latest versions of vc++ redistributable. Only thing that is outdated is my visual studio.

@AlbanBERGERET-Epic
Copy link
Contributor

Yes, we used VS2019 to build it. I don't know if it's related to that, I never saw this issue...

@arash-sh
Copy link

I have the same problem. Have tried it both with 4.25 and 4.26.
@JMRichmond did you try building it with VS2019?

@AlbanBERGERET-Epic
Copy link
Contributor

I was thinking about something I fixed in the past.
What if you comment this line in GeographicCoordinates.h ?

SIMULATIONMODULE_API const FGeographicCoordinates FGeographicCoordinates::ZeroCoordinates(0.0, 0.0, 0.0);

@arash-sh
Copy link

Thanks, but the problem still remains. I may be able to install VS2019 later, but not currently.

@mithulp123
Copy link

I'm also receiving the same issue while building with UE 4.26 and VS2017. Has anyone had any luck building w/ this configuration?

@AlbanBERGERET-Epic
Copy link
Contributor

I used VS2019 to build the plugin, but above all used VS2019 to build the PROJ libs that are in Source\ThirdParty\Proj\lib.
You might try to build PROJ with VS2017 using the process described there : https://proj.org/install.html#building-on-windows-with-vcpkg-and-visual-studio-2017-or-2019

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

No branches or pull requests

4 participants