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

Build Error #1

Open
maxcool007 opened this issue Apr 26, 2016 · 1 comment
Open

Build Error #1

maxcool007 opened this issue Apr 26, 2016 · 1 comment

Comments

@maxcool007
Copy link

I keep getting the following build error while using Visual studio 2015.

LNK1104 cannot open file 'stpcad stpcad_stixmesh.lib' stp2webgl

Please help me resolve this issue. I am using the st-developer personal edition

@BeatriceThalo
Copy link

The problem is from a typo in the vcxproj settings.
To fix it, open the Project Properties.
In the two dropdowns across the top, choose 'Release DLL' and 'All Platforms'.
In the left hand hierarchy, go to Configuration Properties > Linker > Input.
In the Additional Dependencies value you see the list of 'dll.lib' release libraries.
Change the snippet 'stpcad stpcad_stixmeshdll.lib' to 'stpcad**dll.lib;stpcad_stixmeshdll.lib'.
Repeat for the debug libraries, by changing the first dropdown to 'Debug DLL'.
Change the snippet 'stpcad stpcad_stixmeshdlld.lib' to 'stpcad
dlld.lib;**stpcad_stixmeshdlld.lib'.

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

2 participants