开发者

trying to create a c++ dll in visual studio but no dll file after successful build

开发者 https://www.devze.com 2023-01-29 22:11 出处:网络
hi I have a pretty basic c++ project to compile, and I get \'build succeeded\' but don\'t see a .dll file in the debug or release directories.

hi I have a pretty basic c++ project to compile, and I get 'build succeeded' but don't see a .dll file in the debug or release directories.

there are 4 object files, 2 manifest files, 1 idb, 1 dep, a vc90 debug database, a compiled resource script myprogram.dll.embed.manifest and a bui开发者_开发百科ld log but no .dll

project properties configuration type is set to .dll

any ideas why there is no dll file?

thank you


If you have a separate solution directory, the DLL is under that directory\debug (or release).


It could be that the .dll files are being compiled somewhere else, look at Project Properties (right click the project and select Properties). Select the Compile tab and see where the output is.

0

精彩评论

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