开发者

Add Icon to Visual Studio 2008-Built Class Lib DLL?

开发者 https://www.devze.com 2022-12-08 21:17 出处:网络
I have a .ico that I want to add to several class library DLL projects, using Visual Studio Pro 2008. For each project, I added the ico, set the开发者_如何学Go built type to \'embedded resource\' and

I have a .ico that I want to add to several class library DLL projects, using Visual Studio Pro 2008. For each project, I added the ico, set the开发者_如何学Go built type to 'embedded resource' and set the icon in the project prefs page. Still the icon is the default.

What did I miss?

Thanks.


DLLs can't have icons assigned, they are associated with the file system and go by what icon is assigned to all DLLs.

It is a global OS thing...

0

精彩评论

暂无评论...
验证码 换一张
取 消