Full Version: Turkey Layout
From: BrianC (INKSQUIRTER) [#3]
22 Oct 2006
To: BWC (SPY007) [#2] 22 Oct 2006
From: Derek (JUSTWELDIT41) [#4]
22 Oct 2006
To: BrianC (INKSQUIRTER) [#3] 22 Oct 2006
From: Rob (AWARDZZ) [#5]
22 Oct 2006
To: ALL
For what it's worth, I was able to open.. I have Corel 11
Thanks for the idea(s)
Rob
From: jeff (JCHUMBLEY) [#6]
22 Oct 2006
To: Rob (AWARDZZ) [#5] 22 Oct 2006
I cant open in V12 either. Not importable using selected filter or this format not supported.
Saved to my documents trying to open in 12 using open file command all file formats selected.
Jeff
From: Carl (CSEWELL) [#7]
22 Oct 2006
To: BrianC (INKSQUIRTER) [#1] 22 Oct 2006
That is not a version 9 CorelDraw file. It is X3.
In case anyone is wondering, you can check the version of a CDR file by 'viewing' the file in Notepad or some other text package. On the first line, you will see something like this: RIFFú9 CDRDvrsn. What follows the CDR is the version of the file. In this case, it is version "D" as in: 10 is A, 11 is B, 12 is C, 13(X3) is D. Below version 10, the actual version number should be displayed (ie 9, 8, 7 etc).
From: Harvey only (HARVEY-ONLY) [#8]
22 Oct 2006
To: Carl (CSEWELL) [#7] 22 Oct 2006
From: Carl (CSEWELL) [#9]
22 Oct 2006
To: Harvey only (HARVEY-ONLY) [#8] 22 Oct 2006
Huh? If it's hexadecimal notation, which it is, "F" is 15, then "A" is 10!!!! Or, rather, version 10 is "A".
Version 10 is "A"
Version 11 is "B"
Version 12 is "C"
Version 13 X3 is "D"
From: Carl (CSEWELL) [#10]
22 Oct 2006
To: Carl (CSEWELL) [#9] 22 Oct 2006
From: Harvey only (HARVEY-ONLY) [#11]
22 Oct 2006
To: Carl (CSEWELL) [#9] 22 Oct 2006
1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, 10, 11...
Each place has 16 possible values, so 10hex equals 16dec.
Been programming too long, to me I can usually see the decimal number when looking at the hexadecimal number.
From: Carl (CSEWELL) [#12]
22 Oct 2006
To: Harvey only (HARVEY-ONLY) [#11] 22 Oct 2006
I understand HEX, but I don't understand the point you are trying to make. Yes, the character that follows the CRD is hexadecimal notation. Is that the point you were trying to make?
From: BrianC (INKSQUIRTER) [#13]
22 Oct 2006
To: Carl (CSEWELL) [#7] 22 Oct 2006
Carl,
I chose the ver 9 to save as....so I thought at least.
I just tried it again, maybe it will work for others now.
From: Carl (CSEWELL) [#14]
22 Oct 2006
To: BrianC (INKSQUIRTER) [#13] 22 Oct 2006
That's one of the reasons why I created a macro to do that for me. It's real easy to forget to check the box when doing a Save As. Or, if you save it once as version 9, the next time you save it will default to the current version. Version 12, however, does warn you before it saves it.
From: BWC (SPY007) [#15]
22 Oct 2006
To: BrianC (INKSQUIRTER) [#13] 22 Oct 2006
Worked for me as well.
Thanks
From: BrianC (INKSQUIRTER) [#16]
22 Oct 2006
To: BWC (SPY007) [#15] 22 Oct 2006
From: Dave Jones (DAVERJ) [#17]
22 Oct 2006
To: Carl (CSEWELL) [#12] 22 Oct 2006
From: UncleSteve [#18]
22 Oct 2006
To: Dave Jones (DAVERJ) [#17] 22 Oct 2006
From: Carl (CSEWELL) [#19]
22 Oct 2006
To: Dave Jones (DAVERJ) [#17] 22 Oct 2006
That was an assumption he made that I didn't understand. I don't think that they'll stick to a true hexadecimal number to represent the version number in the CDR file based only on the assumption that it appear to be a one byte field. If it were truly a hexadecimal numbering scheme, it wouldn't display as an ASCII representation of that value (ie an "A" would actually have a hexadecimal value of 65, decimal, not "10", decimal, as Harvey suggested).
Going to "10h" (2-digits) for sixteen would require two bytes. I doubt they will change (assuming it is currently a single byte field) the file format to accommodate a hexadecimal (2 digit) number scheme. After all, a "G" (ie for version 16) or sequential ASCII decimal number is just as easy to deal with in a programming environment.
From: Derek (JUSTWELDIT41) [#20]
22 Oct 2006
To: Carl (CSEWELL) [#19] 22 Oct 2006
Worked for me thanks and looks great.
Derek
From: Harvey only (HARVEY-ONLY) [#21]
22 Oct 2006
To: Carl (CSEWELL) [#19] 22 Oct 2006
Only way to know is to wait a few years.
Lots of programs put out the ASCII letters for the hex number. Look at the registration numbers on the programs, lots of ASCII hex there.
At least the old HPGL put out full float decimal values, a horrid waste of space and computing power though.
From: basehorawards [#22]
23 Oct 2006
To: Carl (CSEWELL) [#9] 23 Oct 2006
1 2 3 4 5 6 7 8 9 A B C D E F 10
11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 20