DebugView

Just starting out? Need help? Post your questions and find answers here.
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

DebugView

Post 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
Last edited by NoahPhense on Fri Jun 25, 2004 5:36 pm, edited 2 times in total.
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1252
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Post 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.
Image Image
fweil
Enthusiast
Enthusiast
Posts: 725
Joined: Thu Apr 22, 2004 5:56 pm
Location: France
Contact:

Post by fweil »

For safer possibilities I placed it at http://perso.wanadoo.fr/francois.weil/d ... sample.rar

Thnx NoahPhense

Rgrds
My avatar is a small copy of the 4x1.8m image I created and exposed at 'Le salon international du meuble à Paris' january 2004 in Matt Sindall's 'Shades' designers exhibition. The original laminated print was designed using a 150 dpi printout.
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post 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
Post Reply