Re: your mail


Thank you for your reply. For your information, when I try to compile a project using the src files and including the lib directory in the path, iI have the following error message in headers.h:
headers.h(172) : error C2146: syntax error : missing ';' before identifier 'iperf_sockaddr'
e:\home\c23628\greenhouse\temp\iperf-1.7.0\lib\headers.h(172) : fatal error C1004: unexpected end of file found
Hope you'll have some good news.
Regards,
Carlo

Tanya Brethour <brethour --at-- ncsa.uiuc.edu> wrote:

> Hi, I have a question: is it possible to compile the source code under
> Visual C++ 6 as win32 applicaiton? How can I import the makefiles under
> Visual C++? Thanks, Carlo

Its probably possible, but it might be a pain. The problem with Visual C++
is that it has had some issues with adhering to the C++ standard. This is
usually why you will have no problem compiling a program with gcc but then
encounter problems using Visual C++. This is in addition to any system
specific code that you obviously need to watch out for. I am no way saying
gcc is perfect :)

Unfortunately I have no advice about import/converting makefiles.

I believe in the past we used Visual C++ to generate the windows binary
that we release. I'm not up to date on what we did for 1.7 or 2.0, so I
will have to check and see. If we did use Visual C++, I'll see about
getting the source and support files on the web.

-Tanya
NLANR/DAST


Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th

Other Mailing lists | Author Index | Date Index | Subject Index | Thread Index