Skip to content

Instantly share code, notes, and snippets.

@satgo1546
Created September 1, 2013 09:25
Show Gist options
  • Save satgo1546/6403277 to your computer and use it in GitHub Desktop.
Save satgo1546/6403277 to your computer and use it in GitHub Desktop.
终于知道怎么用Pascal制作DLL文件了!欢天喜地中……
library pxx;
function pxx:longint;export;
begin
pxx:=20;
end;
exports
pxx name 'PxxFunc';
begin
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment