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

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

Asterisk AGI Python Script to Dialplan does not work -

firebase - How to wait value in Ionic 2 -