Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 build log but no .dll

project properties configuration type is set to .dll

any ideas why there is no dll file?

thank you

like image 207
joe h Avatar asked Nov 04 '25 20:11

joe h


1 Answers

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

like image 63
Seva Alekseyev Avatar answered Nov 06 '25 10:11

Seva Alekseyev



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!