You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 'stpcaddlld.lib;**stpcad_stixmeshdlld.lib'.
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
The text was updated successfully, but these errors were encountered: