GSMessageBox_source_mod_by_gb

所属分类:Windows编程
开发工具:Visual Basic
文件大小:5534KB
下载次数:0
上传日期:2021-03-15 18:42:14
上 传 者glottix
说明:  Visual basic 6 source for modded messagebox

文件列表:
GSMessageBox_source_mod_by_gb (0, 2021-03-15)
GSMessageBox_source_mod_by_gb\bin (0, 2019-03-13)
GSMessageBox_source_mod_by_gb\bin\APIExampleUD.exe (176274, 2019-03-11)
GSMessageBox_source_mod_by_gb\bin\APIExampleUD.ilk (183792, 2019-03-11)
GSMessageBox_source_mod_by_gb\bin\DebugHlp.dll (61440, 2019-03-13)
GSMessageBox_source_mod_by_gb\bin\DebugHlp.exp (1747, 2019-03-13)
GSMessageBox_source_mod_by_gb\bin\DebugHlp.lib (3858, 2019-03-13)
GSMessageBox_source_mod_by_gb\bin\GSMessageBox.dll (45056, 2019-03-13)
GSMessageBox_source_mod_by_gb\bin\GSMessageBox.exp (610, 2019-03-13)
GSMessageBox_source_mod_by_gb\bin\GSMessageBox.lib (2054, 2019-03-13)
GSMessageBox_source_mod_by_gb\bin\GSMessageBoxDU.dll (241744, 2019-03-13)
GSMessageBox_source_mod_by_gb\bin\GSMessageBoxDU.exp (618, 2019-03-11)
GSMessageBox_source_mod_by_gb\bin\GSMessageBoxDU.ilk (347316, 2019-03-13)
GSMessageBox_source_mod_by_gb\bin\GSMessageBoxDU.lib (2074, 2019-03-11)
GSMessageBox_source_mod_by_gb\bin\GSMessageBoxDU.pdb (746496, 2019-03-13)
GSMessageBox_source_mod_by_gb\CGSMsgBox.cls (3273, 2002-07-08)
GSMessageBox_source_mod_by_gb\Form1.frm (15722, 2002-07-08)
GSMessageBox_source_mod_by_gb\Form1.frx (4360, 2002-07-08)
GSMessageBox_source_mod_by_gb\GSMessageBox.dll (45056, 2002-07-25)
GSMessageBox_source_mod_by_gb\Nuova cartella (0, 2019-03-11)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp (0, 2019-03-13)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\ApiFailure.cpp (2722, 2002-07-25)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\AssertFailed.cpp (2114, 2002-07-25)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp.cpp (1433, 2002-07-25)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp.def (1022, 2002-07-25)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp.dsp (8958, 2002-07-25)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp.h (4452, 2002-07-25)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp___Win32_Debug_UNICODE (0, 2019-03-11)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp___Win32_Debug_UNICODE\ApiFailure.obj (4197, 2019-03-11)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp___Win32_Debug_UNICODE\ApiFailure.sbr (4387, 2019-03-11)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp___Win32_Debug_UNICODE\AssertFailed.obj (3848, 2019-03-11)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp___Win32_Debug_UNICODE\AssertFailed.sbr (4256, 2019-03-11)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp___Win32_Debug_UNICODE\DebugHlp.obj (2920, 2019-03-11)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp___Win32_Debug_UNICODE\DebugHlp.pch (2441456, 2019-03-11)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp___Win32_Debug_UNICODE\DebugHlp.pdb (607232, 2019-03-11)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp___Win32_Debug_UNICODE\DebugHlp.sbr (1303, 2019-03-11)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp___Win32_Debug_UNICODE\StdAfx.obj (55607, 2019-03-11)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp___Win32_Debug_UNICODE\StdAfx.sbr (439752, 2019-03-11)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp___Win32_Debug_UNICODE\Trace.obj (14946, 2019-03-11)
GSMessageBox_source_mod_by_gb\Nuova cartella\debughlp\DebugHlp___Win32_Debug_UNICODE\Trace.sbr (2974, 2019-03-11)
... ...

Written by Russell Freeman Copyright 19***. Email: debughlp@gipsysoft.com Web site: http://www.gipsysoft.com/ Last updated: January 22, 1999, Version 1.1 Want an update for this? Then check out the web site, if there has been an update then you can find it there. This project provides some essential debug helper functions and macros based on those available with MFC and the C runtime but with some handy extensions. Why Use DebugHlp. ================= I like my code to be as robust as possible, I like my code to shout out whenever I call a function incorrectly, I want as much help avoiding bugs possible. Assertions in your code assure you that your program is healthy, DebugHlp provides assertions, trace output and other helpful macros. DebugHlp adds several new ideas to the standard MFC and runtime assertions and trace output. * The filename and line number of the trace statement is output as well as the trace text, this means that when a trace statement is viewed in the Microsoft Visual C++ debugger you can simply double click on the text in the output window to go to the exact soruce line of the trace statement. * ASSERT also puts the expression in the Abort, Retry, Ignore dialog box. The MFC ASSERT does not. The runtime version does but when you Retry it dumps you in the assertion code not yours - you need to crawl up the stack to get to your code. DebugHlp is the best of both. * When an assert fails the expression is traced out. This means you can Ignore the assertion failures knowing that the line and filename of the offending ASSERT has been recorded in the output window. * Handy VERIFY extension will also display the error code and the matching error string, no more guessing why an API failed. Includes being copied to the output window. * Extra assertions to assert the validity of a HWND, whether a string is valid and whether a pointer is readable/writeable. If you code using API and you like using ASSERTs and VERIFYs then DebugHlp will lighten the load. If you use MFC then DebugHlp adds some welcome extension. Legal ===== This notice must remain intact. The files belong wholly to Russell Freeman. You may use the files compiled in your applications. You may not sell the files in source form. This source code may not be distributed as part of a library, I think we all understand that I don't want the library sold for profit or merged in with someone elses library, nor do I want you claiming it as your own. Other than that you can use the code to help you create solid applications and as it is a debug helper library you will not really want to distribute it with your applications. History ======= * Fixed problems with including the project in a console app.

近期下载者

相关文件


收藏者