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

unresolved external symbol _D3matrix #5

Closed
ceanwang opened this issue Feb 16, 2020 · 2 comments
Closed

unresolved external symbol _D3matrix #5

ceanwang opened this issue Feb 16, 2020 · 2 comments

Comments

@ceanwang
Copy link

ceanwang commented Feb 16, 2020

Hi,

Tried to install pyFrame3DD on win 10 pro. I have installed MS VS 2017, numpy and pyMAP.

When install pyFrame3DD, got 4 unresolved externals. py_main.obj has two _D3matrix, py_frame3dd.obj has two _free_D3matrix.

Same error as this : #1

What else I need to install?

Regards,

Cean

@jarvisoac
Copy link

Please add this line to NRutil.h:53

#define ANSI 1

just before

#if defined(__STDC__) || defined(ANSI) || defined(NRANSI)

Assuming you are compiling on Windows with Visual Studio (mine is VS 2017).

@ceanwang
Copy link
Author

It works. Thank you very much.

@gbarter gbarter closed this as completed May 3, 2020
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

3 participants