标题:一个c++代码转换成vb代码的问题
取消只看楼主
xlin1033xl
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:160
专家分:129
注 册:2007-6-24
结帖率:100%
 问题点数:0 回复次数:1 
一个c++代码转换成vb代码的问题
strcat ( szInspectDllPath, "A.dll">\\debug\\B.dll" ) ;
以上代码在vb中如何写?
szInspectDllPath=szInspectDllPath & "A.dll>\debug\B.dll",是否正确?

另外
LPVOID VirtualAllocEx(
HANDLE hProcess, // process within which to allocate memory
LPVOID lpAddress, // desired starting address of allocation
DWORD dwSize, // size, in bytes, of region to allocate
DWORD flAllocationType,
// type of allocation
DWORD flProtect // type of access protection
);
该函数在vb中如何定义?

[此贴子已经被作者于2007-10-23 13:38:32编辑过]

搜索更多相关主题的帖子: dll 代码 allocation DWORD 
2007-10-23 13:32
xlin1033xl
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:160
专家分:129
注 册:2007-6-24
得分:0 

我试试,谢谢


-------------程序*酒*人生
2007-10-23 13:51



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-180066-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.630849 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved