Created
September 1, 2013 09:25
-
-
Save satgo1546/6403277 to your computer and use it in GitHub Desktop.
终于知道怎么用Pascal制作DLL文件了!欢天喜地中……
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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