Help for this page

Select Code to Download


  1. or download this
    --- pTk\mTk\win\tkWinDialog.c    2016-08-10 20:17:09.500000000 -0700
    +++ pTk\mTk\win\tkWinDialog.c    2016-08-10 20:17:07.453125000 -0700
    ...
             | BIF_VALIDATE;
     
         /*
    
  2. or download this
     gcc -s -L../zlib -o pngtest pngtest.o libpng.a -lz -lm
    gcc  -s -o example example.o libz.a
    gcc  -s -o minigzip minigzip.o libz.a
    gcc  -s -o example_d example.o libzdll.a
    example.o:example.c:(.text+0x33): undefined reference to `compress'
    example.o:example.c:(.text+0x60): undefined reference to `uncompress'
    
  3. or download this
    #~ Tk-804.033\PNG\zlib\Makefile
    #~ Tk-804.033\PNG\zlib\win32\Makefile.gcc
    #~ all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) example minigzip example_d
    + minigzip_d
    all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB)