VBGamer |
|
RE: Trig optimizations David Goodlad (0 replies, 0 views) (2000-Jun-30) I think the problem is VB's array access... It's very slow. Also, by using classes and function calls, etc, it can slow things down a bit. Other than that, I'm not sure.
Try doing it with a c++ dll for the array access.
David |