comparison readme.txt @ 2901:761b7a12b079

Add va_list versions of dw_debug() and dw_messagebox() for use in C++ bindings. dw_vdebug() and dw_vmessagebox() work similarly to the standard library versions. DW::App:Debug() and DW::App:MessageBox() use them for variable arguments.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 25 Dec 2022 00:20:49 +0000
parents d15517b49638
children 1567f787b965
comparison
equal deleted inserted replaced
2900:fe31d4535270 2901:761b7a12b079
64 Added return values to several functions previously returning void. 64 Added return values to several functions previously returning void.
65 Previous code should just be able to ignore the new return values. 65 Previous code should just be able to ignore the new return values.
66 Currently affected: dw_window_set_bitmap(_from_data) 66 Currently affected: dw_window_set_bitmap(_from_data)
67 Added C++ language bindings in dw.hpp and an example C++ test 67 Added C++ language bindings in dw.hpp and an example C++ test
68 application in the form of dwtestoo.cpp, similar to godwindows. 68 application in the form of dwtestoo.cpp, similar to godwindows.
69 69 Added variadic versions of dw_debug() and dw_messagebox().
70 This is how the standard library does it so we can call the new
71 va_list versions from C++: dw_vdebug() and dw_vmessagebox().
70 72
71 Dynamic Windows Documentation is available at: 73 Dynamic Windows Documentation is available at:
72 74
73 http://dbsoft.org/dw_help.php 75 http://dbsoft.org/dw_help.php
74 76