随笔分类 -  delphi

摘要:时间是秒数,因为没有转换为时分秒这个忘了是什么电影的预告,MP4 1080P,所以不用担心会影响速度等等。1080P没有压力。当然,也支持其他语言,有需要的都可以联系。联系方式:weinyzhou86@gmail.comQQ:514540005 阅读全文
posted @ 2012-11-03 10:21 weinyzhou 阅读(195) 评论(0) 推荐(0)
摘要:因为有客户需要delphi版本,因此根据需要,把原来的代码编译成dll供delphi调用。wzplayer也支持其他语言,需要的客户可以联系.咨询wzplayer也可以应用其他领域,视频通话,监控等等。需要delphi版本demo的朋友可以跟我联系.wzplayer一个跨平台,多语言支持的播放器,目前支持windows,ios,android.支持C/C++,delphi等等语言. 阅读全文
posted @ 2012-10-24 00:46 weinyzhou 阅读(170) 评论(0) 推荐(0)
摘要:extern "C"{ _declspec(dllexport) int getPPLength(); _declspec(dllexport) int npn(int m, int n);}int getPPLength(){ return 5* 12;}int npn(int m, int n) { int sum; sum = (m-1) * (n-1); return sum; //return 100;}编译生成 DLL 文件。2。 在Delphi 中申明function getPPLength:Integer;cdecl; external 'dll.d 阅读全文
posted @ 2012-10-22 15:17 weinyzhou 阅读(254) 评论(0) 推荐(0)
摘要:Delphi 字长/值域 C++ShortInt 8位有符号整型 signed charSmallInt 16位有符号整型 shortLongInt 32位有符号整型 intByte 8位无符号整型 unsigned charWord 16位无符号整型 ... 阅读全文
posted @ 2012-10-22 15:17 weinyzhou 阅读(210) 评论(0) 推荐(0)