参考:https://bbs.pediy.com/thread-224583.htm 整理成表格方便查询 cdecl(C规范), stdcall(WinAPI默认), fastcall, ATPCS(ARM-Thumb Procedure Call Standard/ARM-Thumb过程调用标准) ...
分类:
其他好文 时间:
2019-09-19 01:35:50
阅读次数:
115
个人PC环境 ANDROID_HOME:F:\1Study\Andriod\51zxw_2018-0102\Sdk ANT_HOME:D:\ant\apache-ant-1.10.5\ CLASSPATH: .;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar;D: ...
分类:
移动开发 时间:
2019-09-15 10:29:36
阅读次数:
343
看如下代码: 1 WinExec('mspaint.exe', SW_SHOWNORMAL); // SW_SHOWNORMAL = 1 系统画图 2 3 WinExec('write.exe', SW_SHOWNORMAL); // SW_SHOWNORMAL = 1 写字板 4 5 WinExe ...
通过WinAPI GetCursorPos实现鼠标位置的实时显示 有时候我们需要将鼠标的位置实时抓取出来,可以通过如下方式实现。 添加一个Timer控件,执行间隔改为100ms,双击控件输入如下代码: 在窗体Show事件中输入如下代码,调整下鼠标显示样式: 最终效果: 单元代码如下: ...
目前知道的情况被调用的C/C++函数只能是全局函数 不能调用类中的成员方法 被调用的C函数必须使用extern “C“包含,保证采用的导出函数名生成规则和.NET一致 函数调用约定通常使用WINAPI也就是__stdcall,.net默认也是__stdcall .net可以和c++同时用cdecl调 ...
分类:
编程语言 时间:
2019-08-26 15:14:39
阅读次数:
118
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V ...
WinMain函数 Windows应用程序的唯一程序入口。 函数原型 WINAPI定义如下 ...
分类:
编程语言 时间:
2019-08-04 10:24:27
阅读次数:
170
因用到系统版本号,区别对待。 // 5.0 Windows 2000"; // 5.1 Windows XP"; // 5.2 Windows 2003"; // 6.0 Windows Vista"; // 6.1 Windows 7"; // 6.2 Windows 8"; // 6.3 Win ...
分类:
编程语言 时间:
2019-08-02 18:27:55
阅读次数:
519
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.... ...