PDA

View Full Version : How to use CCE v2.67.00.11 with DoCCE4U


idbirch2
23rd August 2003, 02:05
I figured this one out the other day but its occured to me maybe I should make a new thread on it so everyone else can benefit. If you try and use CCE 2.67.00.11 with DoCCE4U it will complain that this version is unsupported and close. To get around this you just need a Hex Editor, an example is Ultraedit (http://www.ultraedit.com/downloads/index.html#www)

Open your hex editor and open the DoCCE4U executable (make a backup first!) and navigate to line/address 00044890h. You will see a list of version numbers, the first one being 2.67.0.10. Just change the last zero in this to a 1, save the exe and exit. Open up DoCCE4U and give it a go - I noticed a small increase in speed but the biggest advantage over 2.50 is my rig (P4 2GHz) no longer runs like a hunk of junk while encoding - whole system is much more stable and of course the minimise to system tray feature is nice too.

Remi
24th August 2003, 04:31
i open the file using ultraedit but can't seem to find the version number. where exactly do i have to put "00044890h"?

idbirch2
24th August 2003, 16:09
00044890h is the line number that the version number is on. When you open the exe, each line will have a number down the left hand side starting at 00000000h. If you stil cant find it just do a search (blue binoculars button) for 2.67.0.1, making sure you tick ASCII in the search box.

SiXXGuNNZ
24th August 2003, 19:05
search for this

2.67.0.10

then change the last 0 to a 1

Remi
24th August 2003, 19:13
thanks you all.