If your output text contains "file://" or "http://" or something similar, it should just work automatically. Have you tried that?
-Josh
VS Platform team
-----Original Message-----
From: Iliya
Posted At: Monday, November 21, 2005 3:49 AM
Posted To: microsoft.public.vsnet.ide
Conversation: How to create url link in debug output window?
Subject: How to create url link in debug output window?
When project building process is finished the output in a build window usually ends with something like:
"Build log was saved at
"file://c:\Projects\MyProject\Debug\BuildLog.htm""
The last is the real link to some html file.
Is there any way to create similar link in output window using
ATLTRACE() or something similar?
Iliya - 21 Nov 2005 18:38 GMT
Yes, of course I've tried. ) But as I can see now just not enogth. I've
try several more methods and find out that the link works only when it
is not preceeded by code line reference. For example
_RPT0(_CRT_WARN, "Open file://c:\\wincmp.html"\n");
_RPTF0(_CRT_WARN, "Open file://c:\\wincmp.html"\n");
the first works fine, the last - does not.
Nevertherless there's no problem now.
Thank you for your help Josh!
Regards,
Iliya