diff 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
line wrap: on
line diff
--- a/readme.txt	Sat Dec 24 14:28:39 2022 +0000
+++ b/readme.txt	Sun Dec 25 00:20:49 2022 +0000
@@ -66,7 +66,9 @@
     Currently affected: dw_window_set_bitmap(_from_data)
 Added C++ language bindings in dw.hpp and an example C++ test
     application in the form of dwtestoo.cpp, similar to godwindows.
-
+Added variadic versions of dw_debug() and dw_messagebox().
+    This is how the standard library does it so we can call the new
+    va_list versions from C++: dw_vdebug() and dw_vmessagebox().
 
 Dynamic Windows Documentation is available at: