Log in

View Full Version : @ for all the Xvid debug tool (improvement)


Dark-Cracker
27th August 2002, 17:01
Hi,

i have found on the web an interesting software (DBWIN32) it work like DebugViewer it hook the OutputDebugString msg , it was bundle with the source of this tool , i hope this will surely help the people who want to make a standalone for the Xvid debug analyse. instead of use the debugviewer tool and analyse the .log file , u can easyly create a software who will directely analyse the result without create a .log file. i think this will help a lot o people who create app who want make an Xvid debug analyse. (my knowledge in c++ was to light to use this source :) )

PS: if u use this source think to add the autor of this tool "Andrew Tucker" in the credit section.

Bye

PS2: wait the moderator accept the attachement file.

MoonWalker
27th August 2002, 22:17
Hmmmm..Interesting :D :D ...

One lame question :rolleyes:
Where can I find a newer windows.h? I have this with VS6 tha says :
#if(WINVER >= 0x0500)
#pragma message ("")
#pragma message ("NOTE: WINVER has been defined as 0x0500 or greater which enables")
#pragma message ("Windows NT 5.0 and Windows 98 features. When these headers were released,")
#pragma message ("Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions.")
#pragma message ("")
#pragma message ("For this release when WINVER is defined as 0x0500 or greater, you can only")
#pragma message ("build beta or test applications. To build a retail application,")
#pragma message ("set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk")
#pragma message ("to see if retail Windows NT 5.0 or Windows 98 headers are available.")
#pragma message ("")
#pragma message ("See the SDK release notes for more information.")
#pragma message ("")
#endif


Is there any newer version?

Thanks,
MoonWalker

Peters
27th August 2002, 22:54
Last with source is 1.67

http://www.halcyon.com/www2/ast/dload/dbwin32.zip

After that you make a jump to V2 shareware version (available on simtel)

Dark-Cracker
28th August 2002, 02:27
hi,

i hope MoonWalker if u could make a debuganalyse standalone u will think to add a possibility to use your tool in an all-in-one package like Autodub :) :) :)

bye.