I received the source code that should be correct, but I cannot compile it with my BCB. At last, I realized the problem is the files I received are in Unix Format. However, my BCB cannot recognize it.
I understand that in DOS, a line is ended by two symbols (something like 0xD and oxE). On the other hand, Unix only uses onle of them. The problems is that we have dozens of files located in different sub-directories. Therefore, it's a hard work to convert them one by one.
They guy who sent the files to me claims that the same files (in Unix format) can work very well with his BCB. Thus, I want to know whether it's possible to configure BCB to let it recognize Unix files.
If you have an easy way to convert lots of files in a big tree, please also let me know.
Thanks in advance.