Hi everyone,

I'm new here and I got a question.

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)

I kind of think there shouldn't be any problem

Thanks a lot