Hi there,
I'm trying to use a function pointer in a VCL app in Borland C++ Builder 5.0, but it won't work. I already tried it in a Console app, and it runs perfectly, but using it in VCL doesn't (probably the issue is related to static-non static members, but that's just an idea)
Here's what i...