Hi,
Im making the move from c# to c++ and was wondering if anyone could point me in the right direction about this.
In c# i created a new .dll project and had all my code in it.
Then i created my actual .exe project and added the dll project as a refernece.
I was able to get that far with c++ but none of the classes the dll project owns show up in the exe project when i try an include or a new object creation.
Hopefully thats a clear enough picture of what im trying to do, if its not please say so and i will post a sample project or try and explain a bit better.
Thanks,
-Dave