Dirk Reiners wrote: > Hi Carsten, > > Carsten John wrote: >> Hi, >> >> i'll try to compile the OSGConv example und windows using Cygwin and MSVC8. >> But cl.exe doesn't like the POSIX headers getopt.h and _Types.h >> >> Did someone compile it successful under Windows before? >> Any hints? > > Sorry, no direct hints. But there are open source versions of getopt around, > if > you find one that's LGPL I wouldn't mind including it. > > I don't know if VS has an equivalent, maybe a simpler versions that only does > short options? I'd be ok with that, if Jan doesn't object too much. ;)
For 2.0, you could use boost::program_options. It's actually quite nice. Cheers, /Marcus ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
