Results 1 to 7 of 7

Thread: crinkler and delphi

  1. #1

    crinkler and delphi

    hi all
    maybe some of you already know that the guys of 4kb demos (not all) uses crinkler for compressing their demos
    so is it possible to use it with delphi ? , i know crinkler work just like a linker (objects are needed), i don't know if delphi create objects while the compilation process .

  2. #2
    Don't know about crinkler but UPX works with any exe file.

  3. #3
    crinkler needs COFF object files as input but the Delphi can generate only OMF object files, but FreePascal can generate COFF object files. I'm using for my demoscene productions mostly my own exe packer BeRoEXEPacker and sometimes kkrunchy of my farbrausch-demogroup-comrade ryg.

  4. #4
    BeRo : thanks for the clarification
    unfortunately delphi is great but 4k competition is a specialty of Visual C++ or assembler

  5. #5

  6. #6
    XProger : Great , really great challenge i didn't expect 932byte ! , but dmini.exe dose't work ! when i execute it my PC become very slow until i kill it with Ctrl+Alt+Del .

  7. #7
    hmm, tested and working on Win XP / 7 x64. Try to:
    1. unzip and execute dmini from folder
    2. remove /UNSAFEIMPORT flag from compile.bat
    3. shutdown all anti-virus tools
    4. change demo code ^___^
    Last edited by XProger; 30-11-2010 at 03:26 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •