ユーザ用ツール

サイト用ツール


youtube:vba-dll-005

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
youtube:vba-dll-005 [2024/03/03 19:40] – [calculator.cpp] freemikanyoutube:vba-dll-005 [2024/07/12 02:46] (現在) freemikan
行 10: 行 10:
 ==== Sheet1 (Sheet1) ==== ==== Sheet1 (Sheet1) ====
  
-<codeprism title=Sheet1 lang=vba el=true>+<file vba>
 Sub test_Toymath3() Sub test_Toymath3()
     'late-binding     'late-binding
行 27: 行 27:
     Debug.Assert Calc.Div(10, 20) = 0     Debug.Assert Calc.Div(10, 20) = 0
 End Sub End Sub
-</codeprism>+</file>
  
 ===== Toymath3 ===== ===== Toymath3 =====
行 33: 行 33:
 ==== Makefile ===== ==== Makefile =====
  
-<codeprism title=Makefile lang=makefile el=true>+<file makefile>
 MODNAME = toymath3 MODNAME = toymath3
 DLLFILE = ${MODNAME}.dll DLLFILE = ${MODNAME}.dll
行 86: 行 86:
 install: all install: all
  cp -f ${OUTDIR}\${DLLFILE} C:\code\lib  cp -f ${OUTDIR}\${DLLFILE} C:\code\lib
-</codeprism>+</file>
  
 ==== calculator.h ===== ==== calculator.h =====
  
-<codeprism title=calculator.h lang=cpp el=true>+<file cpp>
 #ifndef CALCULATOR_H #ifndef CALCULATOR_H
 #define CALCULATOR_H #define CALCULATOR_H
行 118: 行 118:
  
 #endif // CALCULATOR_H #endif // CALCULATOR_H
-</codeprism>+</file>
  
 ==== calculator.cpp ===== ==== calculator.cpp =====
  
-<codeprism title=calculator.cpp lang=cpp el=true>+<file cpp>
 #include "calculator.h" #include "calculator.h"
  
行 183: 行 183:
     return S_OK;     return S_OK;
 } }
-</codeprism>+</file>
  
 ==== calculatorclass.h ===== ==== calculatorclass.h =====
行 475: 行 475:
 ==== toymath3.idl ===== ==== toymath3.idl =====
  
-<file idl>+<file cpp>
 import "unknwn.idl"; import "unknwn.idl";
  
youtube/vba-dll-005.1709462418.txt.gz · 最終更新: 2024/03/03 19:40 by freemikan

特に明示されていない限り、本Wikiの内容は次のライセンスに従います: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki