done by Goat
logo done by Goat :: vote for the logos you like and be a lamah !




Crinkler by Loonies [web] & TBC [nfo]

platform :

  Windows
type :

  demotool
release date : july 2005
142
26
0
popularity :
5 %
5
5
average rating 0.85 cdc 1
alltime top: #141
[download]
[mirrors...]
added on the 2005-07-21 by Blueberry  

popularity helper
increase the popularity of this prod by spreading this URL:

comments
I'll thumb it up for you, RareWtFailWhale. Here you go.
  added on the 2011-03-17 11:53:08 by sol_hsa  
crinkler - making awesome 4ks possible!
  added on the 2011-03-17 12:28:11 by wysiwtf  
.
  added on the 2011-03-17 13:47:03 by panic  
Thank you very much for the crash bug fix. I have used crinkler for many years now and under a virtual machine because of the crash bug. But now I don't need a virtual machine anymore to run crinkler. Thank you guys!
  added on the 2011-04-04 05:51:01 by Bugg  
You are the best!
  added on the 2011-04-25 10:47:37 by Cosmocat  
Hi everyone,

I'm trying to use crlinker tonight for the first time with visual studio 2010 express (simply hello world). I placed crlinker to my project folder and renamed to link.exe. I have strictly followed the installation part in manual.txt. But ... the linking step failed with the error code -1073740777. Is this kind of error was arrived to one of you? Of course my project compile fine if I remove /CRLINKER option.
  added on the 2011-05-04 01:00:15 by NeKoFu  
"/CRLINKER" ? should be "/CRINKLER" for starters.

Another thing to be sure of is, make sure it's in your solution directory, not the project directory (though they might be the same). Look for the .sln file.
  added on the 2011-05-04 01:07:33 by Ferris  
Oh, hands down the best cruncher around and I haven't even thumbed it up!
  added on the 2011-05-04 01:25:48 by msqrt  
Hi Ferris, thanks to answer so quickly.

Sorry for my typing mistake in my previous post. I use /CRINKLER in additionnal link option.

Well, link.exe is in the same folder of my .sln file. I have launched a build without /CRINKLER option only for checking my project with the visual studio linker and it works. With /CRINKLER I got the error.
  added on the 2011-05-04 01:26:08 by NeKoFu  
NeKoFu: This sounds a bit like the error some people were seeing with 1.2 on AMD CPUs. Which Crinkler version are you using? Which CPU do you have?
  added on the 2011-05-04 08:13:10 by Blueberry  
I can not believe I never placed a comment here. Thank you so much for sharing this truly wonderful tool.
  added on the 2011-05-04 08:27:04 by chock  
Blueberry: I use the 1.3 on an Intel I5
Thanks for your help
  added on the 2011-05-04 12:15:57 by NeKoFu  
I'm having some problems every time I use any componented of the standard template library or some other simple functions (std::string, std::ofstream, exit(0)).

I get this error whenever I use any of the std componentes: LNK: Cannot find symbol '___security_cookie'

If I use exit(0) I get this error: LNK: Cannot find symbol '__imp__exit'

Which libraries am I missing?

I'm using Visual Studio 2010 & Windows 7 64bit (I compile as 32 bit). Is VS2010 and Win7 supported?
  added on the 2011-05-10 12:00:06 by n3Xus  
I managed to fix the problems by linking the following libs:"comsupp.lib" "delayimp.lib" "libcmt.lib" "libcpmt.lib" "libcpmt1.lib" "msvcmrt.lib" "msvcprt.lib" "msvcrt.lib"
"msvcurt.lib" "oldnames.lib" "vcomp.lib" "ptrustu.lib" "RunTmChk.lib" "pgort.lib" "pgobootrun.lib"
:D
  added on the 2011-05-10 19:45:37 by n3Xus  
To get rid of the ___security_cookie dependency, set Buffer Security Check to No in the Code Generation options.

Use ExitProcess(0) instead of exit(0) to call directly into kernel32.dll and thus avoid this standard library dependency.

Read the section on Standard Runtime Libraries in the manual for further tips.
  added on the 2011-05-11 10:25:39 by Blueberry  
Replacing exit(0) with ExitProcess(0) did the trick.

Question: I want to use DirectX 11 for graphics, but I always get the ___security_cookie error whenever I try to use any DX11 code. Is it possible for me to use it or would I have to use some older DX9 version for graphics?
  added on the 2011-05-12 02:50:48 by n3Xus  
I tried some DX11 code, and I can get rid of the ___security_cookie error by setting Configuration Properties -> C/C++ -> Code Generation -> Buffer Security Check to No. Works in both VS 2008 and 2010 here.

If you send your project and source files, we can have a look at it.
  added on the 2011-05-17 15:25:38 by Blueberry  
NeFoKu: If you send your project, source and object files, we will see if we can reproduce the error.
  added on the 2011-05-17 15:27:43 by Blueberry  
Oops, haven't thumbed this yet :)
  added on the 2011-11-17 09:20:53 by eladamri  
I just got the following message from crinkler 1.3:

Quote:

error: LNK: Cannot find symbol '__chkstk'.
* HINT: Avoid declaring large arrays or structs inside functions. Use global variables instead.


I'm not having large arrays or structs inside my function, but it's recursive, which ends up being the same: MSVC thinks you're using (its definition of) lots of stack and ends up generating __chkstk calls.

You can work around this by supplying the /Gs option with a sufficiently large value, such as /Gs999999 (http://support.microsoft.com/kb/100775/en-us).

Perhaps you might want to mention that in crinkler's hint message too.
  added on the 2011-12-26 10:48:17 by Moerder  
Oh, actually I AM using lots of local storage, nothing to do with being recursive. Still, /Gs is able to fix it for me.
  added on the 2011-12-26 10:52:03 by Moerder  
Late but very deserved thumb :)
  added on the 2011-12-26 13:37:04 by kb_  
I've used it and it rules -> thumb. I only wish that the source code was available..
  added on the 2011-12-26 15:25:13 by Tjoppen  
I just used it to compress the first working release build for windows of an old 4k intro, which I'm using to port my engine from linux.

Crinkler saved *326* bytes so far, and I'm sure that it will be able to save much more with some tweaking!
  added on the 2012-01-01 22:55:32 by cmr  
Is there a way to replace the IBH code and do "some other things"? :)
What Tjoppen said.
  added on the 2012-01-21 14:39:32 by las  

  previous page
displaying comments (251-275) out of 336 (go to first)
next page
 

submit changes
if this prod is a fake, some info is false or the download link is broken,
do not post about it in the comments, it will get lost.
instead, post about it.

add a comment
You need to be logged in to add a comment :: register here







pouët.net 0.9-a9e6b6e © 2000-2013 mandarine - hosted on scene.org
send comments and bug reports to webmaster@pouet.net - contribute on GitHub
page created in 0.027883 seconds.