feluchin
14th July 2004, 15:36
The problem is that no errors are shown after compiling a session source code but, the object is not generated anyway.
Have any of you seen this problem before?
Have you found a solution? or a possible cause?
I am really :confused:
Thanx
feluchin
14th July 2004, 16:24
The problem was that when transfering the files from unix to windows (or windows to unix) the Enter characters were modified (and ^M were added).
Then, when compiling, there weren´t any error in the list... but the object was not created and did not replace the old one.
mark_h
14th July 2004, 16:42
I have seen the ^M problem before, but in my case the only thing that did not work was debug mode. The script compiled and ran, but you could not follow it in debug mode - the ">" prompt when be on one line and you could see it executing another. Plus there were places where you could step through the code, but could not see anything but ">" prompt. I had placed a call with Baan to solve this, but by sheer luck I was on PC that I had to use vi to see the script. That was when I saw the ^M's, you will not notice this if you are using the scite editor.
Mark
Gert Verheyen
15th July 2004, 13:04
Hi,
when transferring from unix to windows/nt/dos, use command ux2dos first,
or vice versa dos2ux.
that should solve the problem i guess.
regards,
Gert Verheyen.