Hi,
I downloaded the nsf2.0b2 and tried to compile under latest msys/mingw on WINDOWS XP SP3.
The only showstopper was on nsfAPI.h where I included nsfInt.h
and a correction
in line 227 of nsfInt.h where
#ifndef __WIN32__
should be replace with
#if (defined __WIN32__) && !( defined __GNUC__)
The resulting binary executed (after setting TCLLIBPATH) the samples on the site.
One more question, will we see XotclIDE love with XoTCL 2?