J
Jim H
I created a managed C++ dll project. I wrote the code and compiled it and
everything builds fine. The problem is no prj.dll is generated in the
output directories. It does generate a prj.dll.intermediate.manifest that's
1k and all the obj files. How do I get a dll? What I ended up doing was
creating a quick C# project and, a reference to the C++ project and setting
copy local to true. Then I went to the C# output folder and there it was.
My question is how do I generate the dll without having to build another
project and create a reference to it? There must be a way.
Thanks in advance,
jim
everything builds fine. The problem is no prj.dll is generated in the
output directories. It does generate a prj.dll.intermediate.manifest that's
1k and all the obj files. How do I get a dll? What I ended up doing was
creating a quick C# project and, a reference to the C++ project and setting
copy local to true. Then I went to the C# output folder and there it was.
My question is how do I generate the dll without having to build another
project and create a reference to it? There must be a way.
Thanks in advance,
jim