Hi, I keep getting the following error message when trying to load a plugin, Has anyone any ideas as to why?
" Failed to load plugin 'MyPlugin' required by this app,it may not be available for this platform"
regards Leo
PS The first plugin wrote worked a treat but, after that I just get the same message even with the one that worked first! the plugin is wrote in Delphi 7 and I have the following function
// **** Needed For AGK2 to make plugin work ****
function ReceiveAGKPtr(): Integer; stdcall;
begin
end;