RE:プラグインの使い方
(渡辺 裕朗)
1998/02/05 18:46
typedef int (*GetPictureInfo)
(LPSTR buf,long len,unsigned int flag,
struct PictureInfo *lpInfo);
が
typedef int (__stdcall *GetPictureInfo)
(LPSTR buf,long len,unsigned int flag,
struct PictureInfo *lpInfo);
でないとC++の中で使うのはまずいです。
__stdcallはPASCALでもWINAPIでもいいですけど。
他のすべての関数も同様です。
C++は引数のスタックの仕方が違います。
--「RE:プラグインの使い方」に対するコメント--
タイトル(Subject):
お名前(Your name):
Mail address:
Password:
:入力しておくとあとで削除できます
Your message:
7thBridge P ver0.26 (c)Takechin