Hello,

I'm fairly new to C++, still learning the ropes. I am using Visual Studio 2008 and I have a Visual C++ application that right now builds as a .exe and I'd like to see if I can have it build as a .dll. The reason being, I would like to access several functions within this application from a C# application and I read that this was a possible solution. I'd like to avoid re-writing them in C#.

Thanks in advance.