Hi I am using VB 6.0. I want my DX8 project to run fast (50 fps at a resolution of 800 x 600) and I want to make it modular. I know of 2 approaches at the moment.

1) Use classes - is this too slow?

2) Use ActiveX DLLs - is this too slow?

I know how to work with both approaches but I was wondering if they are efficient. Are there any other approaches on offer that work better or do these work well?

I would appreciate any tips. Thanks in advance.

DAN