Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
/NOENTRY
Remarks
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
Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.
Click the Linker folder.
Click the Advanced property page.
Modify the No Entry Point property.
To set this linker option programmatically
- See ResourceOnlyDLL.