I have been given source code for a C++ console application and I need to create a dll to access the functions within the application. The source is in a .cpp file, but I thought once I built it I would get the dll. Didn’t work. It creates an .exe file in the Release folder.
I am not used to C++, as I generally use C#, so this is really the first thing I’ve had to deal with. All I want is a dll with the functions in it…
Related posts:








0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment