I am creating a DLL and exporting a function.
In this function some of my variables (not parameters just variables) I use are in fact classes.
I would like to know if there will be any problem exporting only the function.
I am exporting using .def file (I don't have the choice actually)