Export function that uses class to dll

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
You can do whatever you like within the DLL. Only exported symbols are visible from outside.
Wow, really?!
I'm not exporting the classes, just the function.

Thanks dude
Topic archived. No new replies allowed.