戴尔? [英] dll ?

查看:88
本文介绍了戴尔?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我可以在另一个c程序中调用c dll,比如vb在没有知道.h文件的情况下是什么吗?谢谢

Hi all, can i call a c dll in another c program like what vb does
without knowing .h file? thanks

推荐答案

pc_newbie< ay@computermail.net>写道:
pc_newbie <ay@computermail.net> wrote:
大家好,我可以在另一个c程序中调用c dll,比如vb做什么
而不知道.h文件?谢谢
Hi all, can i call a c dll in another c program like what vb does
without knowing .h file? thanks




对不起,这在comp.lang.c中是偏离主题的,因为无法用标准C以便携方式完成




请阅读欢迎信息
http://www.angelfire.com/ms3/bchambl...me_to_clc.html


和此ng的faq列表
http://www.eskimo.com/ ~scs / C-faq / top.html


发布前。非常感谢。


问候


Irrwahn

-

我的其他电脑是算盘。



Sorry, this is off-topic in comp.lang.c because it cannot be done
in a portable manner with standard C.

Please read the welcome message
http://www.angelfire.com/ms3/bchambl...me_to_clc.html

and the faq-list for this ng
http://www.eskimo.com/~scs/C-faq/top.html

before posting. Thank you very much.

Regards

Irrwahn
--
My other computer is a abacus.




" pc_newbie" < ay@computermail.net>在消息新闻中写道:3f ******** @ news.iprimus.com.au ...

"pc_newbie" <ay@computermail.net> wrote in message news:3f********@news.iprimus.com.au...
大家好,我可以在另一个c程序中调用ac dll,比如vb做什么<不知道.h文件?谢谢
Hi all, can i call a c dll in another c program like what vb does
without knowing .h file? thanks



是的,你可以。

您可以编写自己的头文件,仅用于您要使用的功能

使用。但是你必须确切知道这些函数的原型是什么。如果您获得了文档,即使没有

a头文件,您也可以随时弄清楚原型。


Yes, you can.
You can write your own header file just for the functions you are going to
use. But you must know exactly what the prototypes of those functions are. If you
got the documentation, you can eassily figure out the prototypes, even without
a header file.



抱歉,这在comp.lang.c中是偏离主题的,因为它无法以标准C的可移植方式完成。

Sorry, this is off-topic in comp.lang.c because it cannot be done
in a portable manner with standard C.




请不要将comp.std.c与comp.lang.c混淆。


问题是许多人提出的合理问题。它涉及到C语言,因为从其他语言调用约定是常见的,因为

是C的开头。


C很长一段时间以来,FORTRAN使用二元接口和其他语言。


今天是VB,概念上是相同的。 Fortran和VB都是外语

语言系统。


jacob



Please do not confuse comp.std.c with comp.lang.c.

The question is a legitimate question that many people have asked. And it concerns
the C language since calling conventions from other languages are common since
the very start of C.

C uses binary interfaces with other languages since a long time, FORTRAN being the
first one.

Today is VB, what is conceptually the same. Fortran and VB are both foreign
language systems.

jacob


这篇关于戴尔?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆