C
ã¡ã¢ãLoadLibraryã®èª¬æããã®ã«ã¡ãã£ã¨èª¿ã¹ã¦æ¸ãã¦ãã ããã³ãã¯ããã¬ã foo.c #include<windows.h> #include<stdio.h> __declspec(dllexport) __stdcall int MessageBoxA(HWND hWnd, LPCTSTR lpText, LPCTSTR lpCaption, UINT uType) { printf(lpText); return 0; } test</stdio.h></windows.h>â¦
Pythonã«ã¯CGIHTTPServerã¨ããã¯ã©ã¹ããã£ã¦ãããã便å©ã§ããã£ã¨ã 20.20. CGIHTTPServer â CGI å®è¡æ©è½ä»ã HTTP ãªã¯ã¨ã¹ãå¦çæ©æ§ â Python 2.6ja2 documentation >python -m CGIHTTPServer Serving HTTP on 0.0.0.0 port 8000 ...Windowsã ã¨Ctrlâ¦
Delphiã§ãããã°ã¡ãã»ã¼ã¸ã©ããããããªã¼ã¨ããããèãã¦ä½ã£ããã¼ã«ã usesã«uDebugManagerã追å ãã¦DebugMessageæç¶ãã使ãã ãã procedure TForm1.FormCreate(Sender: TObject); begin DebugMessage('FormCreateãå®è¡ããã¾ãã'); end; proceâ¦
FeliCaãå©ç¨ããã¨ãã£ã¦ããIDãèªã¿è¾¼ããã¨ããä»ã®ã¨ããè¡ã£ã¦ãã¾ããã felica.dllãå©ç¨ããfelicalibã¨ä¼¼ããããªã©ã¤ãã©ãªã§ãã felipas.dllã¯Cã§æ¸ãã¦ãBorlandC++Compilerã§ã³ã³ãã¤ã«ãã¦ãã¾ããDelphiã§å©ç¨ããããã®ã¦ããããå«ãã§ãâ¦
è¦ãæ¸ãããããåèã«ã bcc32ã§ä½æããDLLãbccãDelphiã§ä½¿ãã bccãã¤ã³ã¹ãã¼ã«ãããilink32.cfgã¨bcc32.cfgã¯ä½æãã¦ããã dllmain.c(dllmain.dll) #include <stdio.h> __declspec(dllexport) void PrintHello(void) { printf("Hello!\n"); } __declspec(</stdio.h>â¦