Kann jemand mal mit Delphi 10.4 eine 32-Windows-
DLL erstellen mit (Release-Mode)
mit folgenden "hochkomplizierten" Inhalt:
uses
System.SysUtils,
System.Classes,
Vcl.Dialogs;
{$R *.res}
function AddIntegers(const _a, _b: integer): integer; stdcall;
begin
Result := _a + _b;
// ShowMessage('LocationURL');
end;
exports
AddIntegers;
bekommt ihr auf virustotal.com auch 3 Virenmeldungen?
Windows Vista - Eine neue Erfahrung in Fehlern.