I am trying to make a plugin system all by using Delphi XE2 via the Firemonkey framework. The issue is that I am getting the error GetProcAddress is undeclared identifier. When I attempt to use GetProcAddress in a VCL project everything works fine, so what is the difference between VCL and Firemonkey when talking about GetProcAddress and how to use it in a Firemonkey App.
Thanks