Command line compiler for Windows

M

Marcelo

Dear JNI programmers,

is there a way to get the cl.exe compiler of Microsoft Visual c++
without using this whole software?

I just want to compile JNI programs with the cl.exe compiler.

thanks a lot,

Marcelo
 
I

IchBin

Marcelo said:
Dear JNI programmers,

is there a way to get the cl.exe compiler of Microsoft Visual c++
without using this whole software?

I just want to compile JNI programs with the cl.exe compiler.

thanks a lot,

Marcelo

You can down load the free c++ compiler from MS. I had to to use it to
recompile the Tomcat JK_MOD so I had to go thru hoops to used the free
Microsoft Visual C++ Toolkit 2003.

I have information at my website here..

http://weconsultants.servebeer.com/JHackerAppManager/Portal?xpc=1$@90$@1$@1&folder=20050711203836061


--

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
 
M

Martin Honnen

Marcelo said:
is there a way to get the cl.exe compiler of Microsoft Visual c++
without using this whole software?

I think this
<http://www.microsoft.com/downloads/...9d-40bb-49fd-9cb0-4bfa122fa91b&DisplayLang=en>
is what you are looking for.

Note that the C/C++ compiler is also part of the .NET framework SDK that
is also available for download. Not sure however if that gives you all
header files and libraries for native stuff then. Platform SDK
<http://www.microsoft.com/downloads/...43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en>
should fix that.

And the latest version is also currently available for free with Visual
Studio 2005 Express Visual C++:
<http://msdn.microsoft.com/vstudio/express/visualc/>
That is the Visual Studio app then but that version is free currently.
 
T

Tris Orendorff

Dear JNI programmers,

is there a way to get the cl.exe compiler of Microsoft Visual c++
without using this whole software?

I just want to compile JNI programs with the cl.exe compiler.

Search for "cl.exe command line for windows" with google.com and look at
the first few articles.

--

Sincerely,

Tris Orendorff
[Two antennae meet on a roof, fall in love and get married. The ceremony
wasn't much, but the reception was excellent.]
 
R

Rogan Dawes

Marcelo said:
Dear JNI programmers,

is there a way to get the cl.exe compiler of Microsoft Visual c++
without using this whole software?

I just want to compile JNI programs with the cl.exe compiler.

thanks a lot,

Marcelo

You can also use the Cyginw MinGW port of the GCC C compiler on Windows
to build JNI dll's.

Rogan
 
Joined
Jul 4, 2012
Messages
1
Reaction score
0
Marcelo <[email protected]> burped up warm pablum in
news:[email protected]:

> Dear JNI programmers,
>
> is there a way to get the cl.exe compiler of Microsoft Visual c++
> without using this whole software?
>
> I just want to compile JNI programs with the cl.exe compiler.


Search for "cl.exe command line for windows" with google.com and look at
the first few articles.

--

Sincerely,

Tris Orendorff
[Two antennae meet on a roof, fall in love and get married. The ceremony
wasn't much, but the reception was excellent.]


Hey Orendorff: are you stupid?

dont post rubbish to forums. if you dont have an answer dont tell someone how to do something that doesn't answer the question.

I looked at the first few, and they are not that useful.
be helpful or dont post at all.

regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top