Echo Compiler Warnings to Console

Just starting out? Need help? Post your questions and find answers here.
eVAPor8
User
User
Posts: 49
Joined: Tue Aug 14, 2007 10:58 am
Contact:

Echo Compiler Warnings to Console

Post by eVAPor8 »

Hi all,

I've done a few searches, so far nothing, so it's Stupid Question Time (but I'll bet it's there somewhere)

What I want to do is echo compiler warnings to the console.

I've been playing with KingLestat's excellent code from
viewtopic.php?t=27417

Now I'm running on a locked-down system, and sometimes the MD5 File Checksum fails (Probably due to Windows Security/File Encryption).

So can I program something like this to check the results as it runs?

Code: Select all

[psuedo]
CompilerIf CompilerWarning
   PrintN(strFilename + Chr(9) + CompilerWarningText
Endif
[/pseudo]
I don't a want massive effort, just a quick Yes or No if anyone knows for sure.