[Coldstuff] Compile from Win32 to Linux

Bruce Mitchener bruce@cubik.org
Mon, 07 Jan 2002 21:52:44 -0700


Jonathan Robertson wrote:

> Has anyone ever tried to Compile a textdump file that
> was decompiled from a win32 database?


If I was to guess, I'd suspect that you're asking because you're having 
a problem with it?  The windows coldcc may decompile with Windows line 
termination, which the Linux coldcc may not recognize.

If that's the case, you can try using dos2unix on the file, or doing a 
substitution in vi to remove the extra junk from the lines. (:%s/^V^M// 
where ^V^M is a control-V control-M).

  - Bruce