Trying to create C ++ dll in visual studio but without dll file after successful build

hi I have a pretty simple C ++ project to compile and I get "build successed" but don’t see the dll file in the debug or release directories.

there are 4 object files, 2 manifest files, 1 idb, 1 dep, vc90 debug database, compiled script resource myprogram.dll.embed.manifest and build log, but no .dll

Project properties configuration type set to .dll

any ideas why there is no dll file?

Thank you

+3
source share
2 answers

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

+11
source

, .dll , ( "" ). "" , .

0

Source: https://habr.com/ru/post/1779805/


All Articles