Why a Dialogbox name "Custom Executable" prompting me to enter Executables?
General and Desktop
4
Posts
2
Posters
974
Views
2
Watching
-
I intend to create shared Library.
New Project> Library> C++ Library>Shared Library
Why a Dialogbox name "Custom Executable" prompting me to enter Executables?shared libraries are .so files, it is referenced by program during runtime
static libraries are .a files, it is directly linked at compile time. -
Hi,
Are you trying to call run instead of only build your library project ?
-
Since it's only a library, then there's nothing after the build step unless you also wrote unit tests or examples for your library.