Creating DLLs in C++Builder |
|
GrandRURU
站務副站長 發表:240 回覆:1680 積分:1874 註冊:2005-06-21 發送簡訊給我 |
Creating DLLs in C++Builder is the same as in standard C++:
__declspec(dllexport) modifier as they must be in Embarcadero C or Microsoft Visual C .For example, the following code is legal in C Builder and other Windows C compilers: In the code above, the function changeValue is exported, and therefore made available to calling applications. The functions dblValue and halfValue are internal, and cannot be called from outside of the DLL. Additional information on creating DLLs can be found in the Win32 MSDK Reference. 資料來源:Creating DLLs in C Builder |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |