📄 notes.txt
字号:
-Blended in the ODBC changes, (there is a #DEFINE to pull them out)
-blended in the new router functions
-fixed the Verbose_log flag to work, (this takes care of the extra line feeds you were remarking out)
-fixed a minor problem in BSave
-as part of the merging of the changes, I modified all the header comment
blocks to look the same :)
-made some minor changes to the ODBC function:
a)it no longer needs a wrapper class pointer as it resides in same
b)references, not pointers
c)changed flag to be a boolean
-made changes to the new router functions:
a)flags should be int or boolean, (not char - counter intuitive)
b)router output should be kept as an array of strings, (IMHO), rather
than in a single string, (limit 32k), so these function just like the
'standard' route buffers, (i.e. user program maintained). Having the
calling program maintain these buffers is better.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -