delphi6上的动态链接库例子在delphi7上验证的问题
打开delphi7,然后file-new-other,在打开的newitems界面选dllwizard点OK.然后在libraryproject2的源代码文件中输入fun...
打开delphi7,然后file-new-other,在打开的new items界面选dll wizard点OK.然后在library project2的源代码文件中输入
function increase(n:integer):integer;stdcall;
begin
result:=n+1;
end;
exports
increase;
再保存为projectdll,这时编译出现"Cannot debug project unless a host application is defined.use the run|parameters...dialog box.
鄙人业余学习delphi,不知是怎么回事。请高人来解答! 展开
function increase(n:integer):integer;stdcall;
begin
result:=n+1;
end;
exports
increase;
再保存为projectdll,这时编译出现"Cannot debug project unless a host application is defined.use the run|parameters...dialog box.
鄙人业余学习delphi,不知是怎么回事。请高人来解答! 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询