寻找有关创建DLL的教程 [英] looking for tutorial on creating DLL

查看:70
本文介绍了寻找有关创建DLL的教程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!


我正在寻找一个如何用C(而不是C ++)创建DLL的教程。我不知道我是否可以用C来达到这个目的,但我没有找到任何

的帖子告诉我我不能用C.所以,如果可以使用C,

请告诉我如何开始学习做DLL文件。谢谢!


问候,

Fabrice

Hi !

I''m looking for a tutorial on how to create a DLL in C (not C++). I
don''t know whether i can use C for this purpose, but i didn''t find any
post telling me that i cannot use C. So, if it is possible to use C,
please tell me how can i start learning to do a DLL file. Thanks !

Regards,
Fabrice

推荐答案

Fabrice写道:
Fabrice writes:
我正在寻找有关如何用C(而不是C ++)创建DLL的教程。我不知道我是否可以用C来达到这个目的,但我没有发现任何
帖子告诉我我不能用C.所以,如果有可能使用C,
请告诉我如何开始学习做DLL文件。谢谢!
I''m looking for a tutorial on how to create a DLL in C (not C++). I
don''t know whether i can use C for this purpose, but i didn''t find any
post telling me that i cannot use C. So, if it is possible to use C,
please tell me how can i start learning to do a DLL file. Thanks !




如果你有一个Microsoft友好的编译器,你可以在C中编写一个DLL。但

DLL是微软发明的憎恶,因此在这个新闻组中没有讨论。尝试查看

编译器附带的文档。您也可以尝试使用以下术语进行谷歌搜索:dll c

tutorial< your compiler'的名称>



You can write a DLL in C if you have a Microsoft friendly compiler. But
DLLs are an abomination invented by Microsoft and so are not discussed in
this newsgroup. Try looking at the documentation that came with your
compiler. You might also try a google search with such terms as: dll c
tutorial <your compiler''s name>




锇 < R 1 ******** @ comcast.net>写在消息

news:bu ************ @ ID-179017.news.uni-berlin.de ...

"osmium" <r1********@comcast.net> wrote in message
news:bu************@ID-179017.news.uni-berlin.de...
Fabrice写道:
Fabrice writes:
我正在寻找一个关于如何用C(而不是C ++)创建DLL的教程。我不知道我是否可以用C来达到这个目的,但我没有发现任何
帖子告诉我我不能用C.所以,如果有可能使用C,
请告诉我如何开始学习做DLL文件。谢谢!
I''m looking for a tutorial on how to create a DLL in C (not C++). I
don''t know whether i can use C for this purpose, but i didn''t find any
post telling me that i cannot use C. So, if it is possible to use C,
please tell me how can i start learning to do a DLL file. Thanks !



如果你有一个Microsoft友好的编译器,你可以在C中编写一个DLL。但是,这些DLL是微软发明的憎恶,所以在这个新闻组中没有讨论过。尝试查看
编译器附带的文档。您也可以尝试使用以下术语进行谷歌搜索:dll c
tutorial< your compiler'的名称>



You can write a DLL in C if you have a Microsoft friendly compiler. But
DLLs are an abomination invented by Microsoft and so are not discussed in
this newsgroup. Try looking at the documentation that came with your
compiler. You might also try a google search with such terms as: dll c
tutorial <your compiler''s name>




您可以使用Cygwin制作DLL [提示它有一个开关-mdll出于某种原因]。


据说你不应该在clc中讨论DLL',因为它们是由microsoft发明的一种可憎的b $ b b憎恶[正如你13371y所说的那样]但是他们

与C语言没什么关系!


Tom



You can make DLLs with Cygwin [hint it has a switch "-mdll" for a reason].

That being said you shouldn''t discuss DLL''s in clc not because they are an
abomination invented by microsoft [as you so 13371y put it] but that they
have NOTHING TODO WITH THE C LANGUAGE!

Tom

2004年1月17日01:48:43 -0800,在comp.lang.c中,
fa ************ @ clubinfo.org (Fabrice)写道:
On 17 Jan 2004 01:48:43 -0800, in comp.lang.c ,
fa************@clubinfo.org (Fabrice) wrote:
嗨!
我正在寻找一个如何用C(而不是C ++)创建DLL的教程。我不知道我是否可以将C用于此目的,
Hi !

I''m looking for a tutorial on how to create a DLL in C (not C++). I
don''t know whether i can use C for this purpose,




你当然可以,实际上它是微不足道的。除非需要提供

com接口,否则我更喜欢C for dlls。

但是它在CLC中的offtopic。我相信comwp中的好人可以帮助你



-

Mark McIntyre

CLC FAQ< http://www.eskimo.com/~scs/C-faq/top.html>

CLC自述文件:< http://www.angelfire。 com / ms3 / bchambless0 / welcome_to_clc.html>

---- ==通过Newsfeed.Com发布 - 无限制 - 未经审查 - 安全Usenet新闻== ----
http://www.newsfeed.com 世界排名第一的新闻组服务! > 100,000新闻组

--- = 19东/西海岸专业服务器 - 通过加密的总隐私= ---



you certainly can, indeed its trivial. Except when required to provide
com interfaces, I prefer C for dlls.
However its offtopic in CLC. I''m sure the good folk in comwp can help
you.

--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.angelfire.com/ms3/bchambless0/welcome_to_clc.html>
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---


这篇关于寻找有关创建DLL的教程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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