Author Topic: stupid crinkler question  (Read 4263 times)

0 Members and 1 Guest are viewing this topic.

Offline efecto

  • C= 64
  • **
  • Posts: 90
  • Karma: 4
    • View Profile
stupid crinkler question
« on: September 09, 2009 »
I'm trying to get crinkler working under VS 2008.
I have copied and renamed crinkler to link.exe
added /CRINKLER to additional options

but i still keep getting /CRINKLER unrecognized options.

i'm using windows xp with latest crinkler 1.2

what have i missed?

Offline Jim

  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 5301
  • Karma: 402
    • View Profile
Re: stupid crinkler question
« Reply #1 on: September 09, 2009 »
Just to check
link.exe is in the folder along with your .vcproj file, and /CRINKLER was added to the Additional Linker Options?

If that's not working, is it failing because of other options that crinkler doesn't like, for example /LTCG?

Jim
Challenge Trophies Won:

Offline TinDragon

  • Pentium
  • *****
  • Posts: 644
  • Karma: 24
    • View Profile
    • J2K's blog
Re: stupid crinkler question
« Reply #2 on: September 10, 2009 »
Have you added the project path to VS paths list, if you dont it wont look for link.exe in the projects folder and will use the default linker which will give errors including /CRINKLER unrecognized.

Offline efecto

  • C= 64
  • **
  • Posts: 90
  • Karma: 4
    • View Profile
Re: stupid crinkler question
« Reply #3 on: September 10, 2009 »
adding the project path did the job.
something new in vs 2008, coz I sure did't do that when I had it working in vs 2005.

thanks for the help!

k++ for you all


Offline TinDragon

  • Pentium
  • *****
  • Posts: 644
  • Karma: 24
    • View Profile
    • J2K's blog
Re: stupid crinkler question
« Reply #4 on: September 10, 2009 »
Glad I could help, if only I could get it to compress on Vista would save me having to run 2 pc's lol

Offline efecto

  • C= 64
  • **
  • Posts: 90
  • Karma: 4
    • View Profile
Re: stupid crinkler question
« Reply #5 on: September 11, 2009 »
Why wouldn't it work under Vista?

Just tried it in a virtual pc and it works fine.

I did have to add the project path again, but after that all works.
latest crinkler 1.2 version

Offline TinDragon

  • Pentium
  • *****
  • Posts: 644
  • Karma: 24
    • View Profile
    • J2K's blog
Re: stupid crinkler question
« Reply #6 on: September 11, 2009 »
It will only compress using the Instant mode, the other 2 produce a zero bytes exe and/or crash when there ment to start the compress bit, I have tried it from inside VS and from a command prompt but get the same result and no error message which makes it hard to tell why its failing. I can run exe's compressed by it in any mode as I have tried ones compressed on xp, I just cant get it to compress for some reason, there was someone else that mentioned it on pouet.net, they get the same results as me but I havent seen anything on fixing it posted at all.