How to export a DLL from Visual Studio 2017 Community Edition C++ Project? -




i have visual studio 2017 community edition. started new c++ console project. marked class want exported dll __declspec(dllexport).

but when build solution, files following extensions: .exe, .iobj, .ipdb , .pdb.

i tried searching through various settings in visual studiom including configuration manager, can't find enable option build code dll. maybe not part of community edition?

you have select dll in configuration properties of project.

then figured out errors, if any


enter image description here





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -