> > does it make sence to have Wireshark compileable for
> Windows platform
> > with Watcom C? (http://openwatcom.org)
> > What is your opinion?
> >
> > Is there here any active user of this compiler?
>
> LOL!. But seriously OW is a very good compiler suite (I
> use it a lot). But I think WireShark is way too gcc-sentric.
>
> --gv
The gcc is used for all non-Windows platform but the MSVC is used on
Windows (MSVC versions from 6.0 to 9.0 are supported)
I am able to compile most of Wireshark source with wcc386 (using cl
wrapper) now but I have reached some issues (one of them is limited
library size).
T.