Windows Compile

W

wxforecaster

I'm a VB programmer by trade (hold the tomatoes please), and I have a very
small C utility that I need to compile into a windows executable.

It's a widely used utility in academia for meteorological purposes, but
generally in the Unix/Linux environment.

If anyone would be so kind as to compile the code snippet here into an
executable I would so greatly appreciate it:

You'll note the only two dependencies are stdio and zlib

http://www.unidata.ucar.edu/support/help/MailArchives/ldm-users-list/binwjw7axrlgB.bin

Thanks in advance,
Evan

(e-mail address removed)
 
B

Ben Voigt

wxforecaster said:
I'm a VB programmer by trade (hold the tomatoes please), and I have a very
small C utility that I need to compile into a windows executable.

It's a widely used utility in academia for meteorological purposes, but
generally in the Unix/Linux environment.

If anyone would be so kind as to compile the code snippet here into an
executable I would so greatly appreciate it:

You'll note the only two dependencies are stdio and zlib

http://www.unidata.ucar.edu/support/help/MailArchives/ldm-users-list/binwjw7axrlgB.bin

If it's widely used, where is the official website to get the source?

If it's designed for Unix/Linux, the makefiles will behave better with mingw
gcc (http://www.mingw.org/) than Visual C++. If it needs only stdio and
zlib, mingw should work well. If it uses system calls, cygwin gcc would be
more suitable.

But, I don't recall ever seeing .bin for *nix software, only for old (before
OS X) Macintosh archives, and also embedded firmware.
 

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

Top