|
| Making DLLs |
 |
10 Aug 2006 21:52:56 -0700 |
I have a C file which I want to convert to a DLL file. How do I do this using
Borland Turbo C v2.0?
Alternatively, how can I do this using Borland Turbo C++ compiler v3.0?
I would be obliged if someone can clear my doubt.
Please respond preferably to the email address that I have specified viz.
percy17@gmail.com.
Thanking you in anticipation,
|
| Post Reply
|
| Re: Making DLLs |
 |
Fri, 11 Aug 2006 06:00:44 -040 |
Turbo C 2.0 creates DOS programs. DLL's are Windows items. You cannot
create them with TC 2.0.
Turbo C++ 3.0 for Windows can create DLL's but Turbo C++ 3.0 for DOS cannot.
If what you have is for Windows then the menus for setting up a project
include the option to create a DLL.
. Ed
> Percy Dadabhoy wrote in message
> news:44dc0d28$1@newsgroups.borland.com...
>
> I have a C file which I want to convert to a DLL file. How do I
> do this using Borland Turbo C v2.0?
>
> Alternatively, how can I do this using Borland Turbo C++
> compiler v3.0?
>
> I would be obliged if someone can clear my doubt.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|