Discussion:
Would someone please compile a program for me?
(too old to reply)
Ed Murashie
2008-07-05 18:02:05 UTC
Permalink
Hi,

Can anyone help me out by compiling a Borland Builder C++ 5 Professional program for me? I do not own and I am not familiar with any of the Borland products. I have the source to a program written in Borland Builder 5 that I would like compiled so that I can run it. It is a program on the National Oceanic and Atmospheric government website http://noaasis.noaa.gov/LRIT/software.htm that is used to display weather satellite photos. The program is public domain but they don't have the compiled version on line, go figure. I specifically only need the LRITViewer programmer compiled located in the EMWIN ZIP file under \NewDomain6\D6\LritViewer folder to run on a PC.

Many thanks,
Ed
Hans Galema
2008-07-06 16:16:41 UTC
Permalink
Post by Ed Murashie
Can anyone help me out by compiling a Borland Builder C++ 5 Professional program for me?
Have a look in borland.public.attachments
Ed Murashie
2008-07-07 04:07:35 UTC
Permalink
Post by Hans Galema
Post by Ed Murashie
Can anyone help me out by compiling a Borland Builder C++ 5 Professional program for me?
Have a look in borland.public.attachments
I can't thank you enough!!

It only works with text files right now. When I load an LRIT image, which examples are at http://noaasis.noaa.gov/LRIT/testing.htm , I get "Abnormal Program Termination". I have an email into Avtec, the folks that contracted with NOAA to write the software, to see if they can help, while I am looking at the source code to see if I am missing a file or the LRIT data is in the wrong format.

I just want to thank you again for taking time out to compile the program, it was killing me know if the program really worked.

Ed
dhoke
2008-07-07 13:25:14 UTC
Permalink
You could also take a look at the downloadable turbo explorer builder
edition - you might have some chance that the project would upgrade, and
compile cleanly, and then you could actually debug it... (Since you're
apparently able to read the code, this might be an option for you to
consider.)

http://www.turboexplorer.com/downloads
Post by Ed Murashie
Post by Ed Murashie
Can anyone help me out by compiling a Borland Builder C++ 5
Professional program for me?
It only works with text files right now. When I load an LRIT image, which
examples are at http://noaasis.noaa.gov/LRIT/testing.htm , I get "Abnormal
Program Termination". I have an email into Avtec, the folks that
contracted with NOAA to write the software, to see if they can help, while
I am looking at the source code to see if I am missing a file or the LRIT
data is in the wrong format.
Mark Jacobs
2008-07-13 18:29:20 UTC
Permalink
Post by Ed Murashie
Post by Hans Galema
Post by Ed Murashie
Can anyone help me out by compiling a Borland Builder C++ 5
Professional program for me?
Have a look in borland.public.attachments
I can't thank you enough!!
It only works with text files right now. When I load an LRIT image, which
examples are at http://noaasis.noaa.gov/LRIT/testing.htm , I get "Abnormal
Program Termination". I have an email into Avtec, the folks that
contracted with NOAA to write the software, to see if they can help, while
I am looking at the source code to see if I am missing a file or the LRIT
data is in the wrong format.
I compiled it under C++ Builder 5 Pro and the executable produced handles
the example lrit files correctly, with no errors (for example
gms05chnIR02rgnFDseg000res16dat127201139431_030.lrit). Perhaps something
else is wrong. Anyway, you can find my com;pile of LRIT Viewer at :-

http://www.graphiceq.f2s.com/LritViewer.exe
Size is 882K
--
Mark Jacobs
www.jacobsm.com
Loading...