This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
tutorial:dlllibrary [2019/01/04 12:04] admin [การระบุ Calling Convention] |
tutorial:dlllibrary [2019/03/15 10:42] (current) admin |
||
|---|---|---|---|
| Line 84: | Line 84: | ||
| <hidden Example-2: Static Calling .dll Library> | <hidden Example-2: Static Calling .dll Library> | ||
| - | **ตัวอย่าง** การเรียก Library ชื่อว่า Pipe เพื่อเก็บฟังก์ชั่นคำนวณหาพื้นที่หน้าตัดท่อ\\ | + | **ตัวอย่าง** การเรียก Library ชื่อว่า Pipe (จาก Example-1) เพื่อเก็บฟังก์ชั่นคำนวณหาพื้นที่หน้าตัดท่อ\\ |
| __ข้อสังเกต__: ชื่อตัวแปร Argument ของในโปรแกรมนี้ ไม่ตรงกับใน .dll \\ | __ข้อสังเกต__: ชื่อตัวแปร Argument ของในโปรแกรมนี้ ไม่ตรงกับใน .dll \\ | ||
| *ไฟล์นี้ ใช้ PipeArea1(const D,Di:double):double \\ | *ไฟล์นี้ ใช้ PipeArea1(const D,Di:double):double \\ | ||
| Line 118: | Line 118: | ||
| <hidden Example-3: Dynamic Calling .dll Library> | <hidden Example-3: Dynamic Calling .dll Library> | ||
| - | **ตัวอย่าง** การเรียก Library ชื่อว่า Pipe เพื่อเก็บฟังก์ชั่นคำนวณหาพื้นที่หน้าตัดท่อ\\ | + | **ตัวอย่าง** การเรียก Library ชื่อว่า Pipe (จาก Example-1) เพื่อเก็บฟังก์ชั่นคำนวณหาพื้นที่หน้าตัดท่อ\\ |
| __ข้อสังเกต__: มีดังนี้ \\ | __ข้อสังเกต__: มีดังนี้ \\ | ||
| *จะต้องมี unit ชื่อ Dynlibs\\ | *จะต้องมี unit ชื่อ Dynlibs\\ | ||