Re: your mail



> 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



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