This is weird. When I run my compiler with the following options set, the compiler output (which I have got it to place onto the Windows clipboard) gets inserted by UEdit back to my current edited code file rather than to the UEdit output window. I want it to go to the UEdit output window.
The UEDit Tool Configuration options I am using are as follows:
Command line: "c:\program files\...\Myprecompiler.exe" "%f"
Program type: DOS program (it's actually a Windows program but I get an obscure error message from UEdit otherwise - error opening file for write).
Output: to list box; capture output; replace text with clipboard.
I guess the problem is in some part due to the two-stage process I am using - UEdit runs a pre-compiler, the pre-compiler runs the compiler where I can get it to place the error diagnostics onto the Windows clipboard. I think there is a timing issue here because the pre-compiler finishes before the compiler so the clipboard return shown by UEdit is often empty. But that still doesn't explain why it always ends up in my code edit file rather than the UEdit output window.
Does anyone have any suggestions on how to fix this problem. Thanks.
The UEDit Tool Configuration options I am using are as follows:
Command line: "c:\program files\...\Myprecompiler.exe" "%f"
Program type: DOS program (it's actually a Windows program but I get an obscure error message from UEdit otherwise - error opening file for write).
Output: to list box; capture output; replace text with clipboard.
I guess the problem is in some part due to the two-stage process I am using - UEdit runs a pre-compiler, the pre-compiler runs the compiler where I can get it to place the error diagnostics onto the Windows clipboard. I think there is a timing issue here because the pre-compiler finishes before the compiler so the clipboard return shown by UEdit is often empty. But that still doesn't explain why it always ends up in my code edit file rather than the UEdit output window.
Does anyone have any suggestions on how to fix this problem. Thanks.