I'm trying to call some functions from an external DLL by using pointers. AddressOf only works for functions within my VB project. What else can I use?

Alison