Couldn't find the setting place of the /NOENTRY linker option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am making my great efforts try to connect VS2015 C# with 3ds Max for debuging .NET dll plugin these days, but 3ds Max 2018 got crashed on start-up always!
Autodesk has an official method to resolve this problem as below:
3DS MAX HELP/Troubleshooting .NET Plug-ins/3ds Max hangs or crashes on start-up or exit:
"Temporarily setting the /NOENTRY linker option under: Configuration Properties -> Linker -> Advanced -> No Entry Point will help find any statically allocated instances. ......"
But I could not find where is the setting place of the /NOENTRY linker option under Configuration Properties in C# projects. which can be found in C++ projects only.
Ask for advice from everybody here!
Thank you very much!