comparison dw.def @ 1306:dbd507f42947

Added dw_debug() logging function which will output a message to the debugging console. On Windows this uses OutputDebugMessage(), on Mac it uses NSLog() ... The other platforms currently just dump it to stderr. Maybe more enhancements to come.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 03 Nov 2011 23:34:10 +0000
parents b99b0b2c2826
children
comparison
equal deleted inserted replaced
1305:18a31ab94e3d 1306:dbd507f42947
11 dw_init @10 11 dw_init @10
12 dw_main @11 12 dw_main @11
13 dw_exit @12 13 dw_exit @12
14 dw_beep @13 14 dw_beep @13
15 dw_messagebox @14 15 dw_messagebox @14
16 dw_debug @15
16 17
17 dw_environment_query @16 18 dw_environment_query @16
18 dw_exec @17 19 dw_exec @17
19 dw_browse @18 20 dw_browse @18
20 dw_file_browse @19 21 dw_file_browse @19