Hi!
I have written some classes, the back end of a project in C++ (win32 project) and then wanted to add a GUI to it. Visual C++ seemed to be a good solution but after having the GUI part done I couldn't integrate the plain C++ code. Does someone have any experience with that? I get 'unresolved externals' error. Apperantly the .cpp files are not linked in the last step. I guess some project settings also need to be changed, could someone explain which exactly?
I was also thinking about compiling the classes into a .dll and importing that to the visual C++ project, is that possible somehow or can the two projects be compiled together?
Thanks for the help, i've been playing with it for some time already but couldn't find any working solution.
Zoltan