Hi Carl,
Compilation of Yeppp! with mingw is not supported and there are no plans to enable such builds. However, I believe that it is possible to use Yeppp! with mingw (although I didn't try it myself). The library does not expose any C++ features in its interface, so you could use it just as any other C library (e.g. WinAPI DLLs). Yeppp! also does not have a dependency on Microsoft CRT as it uses its own tiny CRT library.
Regards,
Marat
--
You received this message because you are subscribed to the Google Groups "yeppp-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to yeppp-discus...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
cd "%YEPROOT%"SetVars.batcd binaries/windows/amd64reimp yeppp.libcd ../../..cd examples/cgcc -o binaries/CpuInfo.exe sources/CpuInfo.c -I "%YEPROOT%/library/headers" -L "%YEPROOT%/binaries/windows/amd64" -lyepppbinaries\CpuInfo.exe