On 7/14/05, aakansha rajvi <[EMAIL PROTECTED]> wrote:
> Alex,
> 
> I am trying to compile with Watcom C++ .. If it succeeds surely I will
> let you know..
> 
> Thanks.
> 
> On 7/7/05, Alex Burger <[EMAIL PROTECTED]> wrote:
> > aakansha rajvi wrote:
> > > Can I use Watcom C++ instead of VC++? Will it be compatible to work
> > > with net-snmp?
> >
> > I have never used Watcom C++, but if it can load (or convert) the MSVC
> > project files then I don't see why it wouldn't work.  Win32\win32sdk.dsw
> > (or win32.dsw without the PSDK) contains all the different projects.
> > Inside of each folder in win32\ there is a .dsp file that contains the
> > compile info for each app.  There's also the make files in win32\ that
> > you could use to build a Watcom C++ 'project'.
> >

     In the Watcom C++ FAQ follwoing info has been given from which I
hope we can use watcom C++ instead of VC ++. I am just doing a try..

    But I am not sure about it.Could anyone help me on how to import
VC ++ project files?


Following info is given in the FAQ.

"After downloading the Open Watcom binary, it will be ready for development of 
DOS (16 and 32 bit) and OS/2 programs.  To use it for Windows development you 
must download the Microsoft Platform SDK and convert COFF import libraries 
from VC++ 6.0 format to VC++ 5.0 format using Microsoft LINK.  Use the 
following command to perform this conversion:

    LIB newlibrary.lib /CONVERT /LINK50COMPAT /OUT:oldlibrary.lib

The source can be compiled with the binary version of WATCOM C/C++ installed,
or the previous commercial releases: WATCOM C/C++ 11.0, 11.0a and 11.0b."

Thanks.

> > If you get it working, please let us know so we can add a note to
> > README.win32.
> >
> > Alex
> >
>


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to