wilson chen
wilson chen
I don't have MIPS platform. My platform is Ubuntu 18.04 x86_64. I had apply your patch in v1.3 and v1.3.1. And sum all the time by following cmd ``` gawk...
I performed the following steps in Win10 with cmake and MinGW: ``` mkdir build cd build cmake -G"Unix Makefiles" .. make ``` But I can't find any dll file. Did...
Sorry...It failed again. I had tried MSYS2 with `cmake -G "MSYS Makefiles" ..`, but still no dll was found. And referencing #63 , I am not sure building dynamic and...
> NuGet is a package manager for Windows? Is so, why does all this NuGet specific configuration need to be part of the Ogg repo? There is no Debian or...
The following code could achieve the expected result. ``` class CreateZipFile { public static void Main(string[] args) { using (ZipFile zip = ZipFile.Create(@".\test.zip")) { zip.BeginUpdate(); zip.CommitUpdate(); } } } ```...
@vapier hi, could you please spare some time to offer some suggestion? I want improve the build under windows platform.
Hi @vapier @cmb69, could you please spare some time to review this PR. I have test this PR on win10 with cmake and it works. But `getopt` is only used...
> they actually look more like examples to me Take `gd2topng.c`for example. It generates a executable program, which is used to transform image from gd2 to png formats. It can...
@vapier hi, two questions: * should we support cpp in GD-2.3? by inistalling `gd_io_stream.h` and related files. * we add `gdpp.cxx` and `gd_io_stream.cxx` to `src/CMakeLists.txt`, but exclude them in `src/Makefile.am`....
> we should have a --enable-cxx option to configure.ac so people can control it easy to implement. but could you please tell me the reason? although most libgd users do...