| Author |
create a .dll file
|
arturo gennaro
Greenhorn
Joined: Feb 03, 2003
Posts: 2
|
|
|
I have installed jdk1.3.1 and i want to create windows .dll file from a source c file.I don't have a c compiler,though, such as ms visual c++.Does jdk have a compiler to do the job and what exact command do i have to use?
|
 |
Vijayakumar Arya
Ranch Hand
Joined: Jan 27, 2003
Posts: 76
|
|
Hi arturo, The JDK does not contain any native compilers, you have to try out MS compiler or Other compilers. There are some open source compiler available for Windows system. I am not having enough information. Have a look at the gnu open source compiler gcc, http://gcc.gnu.org/install/specific.html#windows Explore yourself, feel the happiness in finding the answers, spread the happiness to others.
|
Thanks,<p>Vijay<p>The Hand that gives, Gathers.
|
 |
IB Diginit
Greenhorn
Joined: Feb 07, 2003
Posts: 3
|
|
|
I use devC++ from bloodshed to compile c/C++ It's pretty good and free too. If I'm not mistaken, you can find mundo free compilers at www.bloodshed.com. If the url is wrong, just do a google search for bloodshed.
|
 |
Robert Paris
Ranch Hand
Joined: Jul 28, 2002
Posts: 585
|
|
|
are you sure you don't have a compiler? I think it comes with windows. type "cl" (without the quotes, and that's a C and an L ) at the command line and hit return.
|
 |
Vijayakumar Arya
Ranch Hand
Joined: Jan 27, 2003
Posts: 76
|
|
Hi, cl is the compiler of the VC++ package and by default, M$ does not provide you one. You have to pay for that.
|
 |
 |
|
|
subject: create a .dll file
|
|
|