rex
-
A quick google makes me think no-one has written anything, so I'd say you're on your own. Read up on the file format, and write the code.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
You have to be more specific. I found at least six different file formats with the extension .rex.
Despite everything, the person most likely to be fooling you next is yourself.
I thought I knew what he meant, but I think I was thinking of lex :-)
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Open up the file and read the bytes in. Without knowing more about the file format, there's not a lot we can do to help I'm afraid.
Deja View - the feeling that you've seen this post before.
-
Find out what the .rex file format holds and try to write code for it yourself. Google didn't show this as being really done. A binary editor can help you look at patterns and fields in the file format as clues. Good luck to you :)
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon