Expand Minimize
0 out of 1 rated this helpful - Rate this topic

/NOENTRY (No Entry Point)

/NOENTRY

The /NOENTRY option is required for creating a resource-only DLL.

Use this option to prevent LINK from linking a reference to [_main] into the DLL.

To set this linker option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.

  2. Click the Linker folder.

  3. Click the Advanced property page.

  4. Modify the No Entry Point property.

To set this linker option programmatically

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.