Page 1 of 1

DebugView

Posted: Fri Jun 25, 2004 5:18 pm
by NoahPhense
DebugView with PB Example.. has lots of potential.

FREE from SysInternals

DebugView

(found here)
http://www.sysinternals.com/ntw2k/freew ... view.shtml
as for debug view here is all you need to call it:

Code: Select all

OutputDebugString_("PureBasic")

End
***

Here is a list of their stuff:
'MOST' of this stuff is FREE, some includes source. It might spark some
creativity... ;)

http://www.sysinternals.com/sitemap.shtml

- np

** thanks Paul for the correction

Posted: Fri Jun 25, 2004 5:28 pm
by Paul
Why not just post a link to the guys site for downloading it??
http://www.sysinternals.com/ntw2k/utilities.shtml

Especially since the license says:
You may not redistribute DebugView in any form without the express written permission of Mark Russinovich. If you wish to redistribute DebugView, please contact licensing@sysinternals.com.

Posted: Fri Jun 25, 2004 5:58 pm
by fweil
For safer possibilities I placed it at http://perso.wanadoo.fr/francois.weil/d ... sample.rar

Thnx NoahPhense

Rgrds

..

Posted: Fri Jun 25, 2004 6:14 pm
by NoahPhense
fweil wrote:For safer possibilities I placed it at http://**

Thnx NoahPhense

Rgrds
You might want to delete that.. ;) That was an old version I had. (sorry)
Grab the new version, works with the same sample..

- np