Point of creating dll with many classes

Hello,

I'm trying to write a math-dll including many (smaller) classes like Vec2f, Vec3f, Vec4f, Mat2f, ... to be implicitly linked

I'm new to the dll exporting thing so first some questions:

> If I export these classes is it possible to "normally" instantiate them e.g
Vec2f vec() or Vec2f* vec = new Vec2f()

> Is it possible to export the constructor of the class without exporting the whole class?

So far ...
Thanks!
Last edited on
Topic archived. No new replies allowed.