例行更新,主要是bugfix.
4.93.10 June 4 2016 Important notes (changes that may break existing code)
======================================================
* Fixed compilation for D2009.
Notice that some features are no longer available like
RemoteDesktopServer component, Fast MREW lock, log timing and
memory debugging.
This is due to use of generics, which were very unstable until XE2.
We strongly suggest upgrading to at least XE2. Changes/minor additions
=======================
- Changed Load/Save methods of TkbmMWXMLAuthorizationStorage to
include optional boolean for if to save/load configuration (Actors,
Roles, Resources). Default true. Notice that this will break
existing code where logins where saved/loaded.
To fix, insert new extra argument (true). Fixes
=====
- Fixed compilation for D2009. Notice that some features are no longer
available like RemoteDesktopServer component, Fast MREW lock, log
timing and memory debugging.
This is due to use of generics, which were very unstable until XE2.
We strongly suggest upgrading to at least XE2.
- Fixed TkbmMWDateTime.SystemLocalTimeOffsetSecs Nextgen issue.
- Fixed initial flush of log entry in kbmMWLog.
- Fixed SDAC3 query parameters bug.
- Fixed ODAC4 query parameters bug.

对应的kbmmemtable 也大量修正了 鱼儿 提出来的问题
We are happy to announce the latest and greatest release of our memory
table. Whats new in 7.74.10 May 29 2016
--------------------------------
- Fixed locate on string/widestring field on NextGen.
- Fixed locate/lookup on BCD fields.
- Fixed locate on string/widestring field on NextGen.
- Fixed locate/lookup on BCD fields.
- Fixed NextGen SQL resource bug.
- Added missing Lazarus resource file to installer.
- Updated Lazarus packages and resource file with icon for TkbmMemSQL
and component registration.
- Fixed Lazarus compilation of kbmSQLMemTableAPI.pas.
- Fixed filtering on Lazarus.
- Fixed leak.
- Fixed blob handling in Nextgen.
												

KBMMW 4.93.10 发布的更多相关文章

  1. KBMMW 4.93.10 win64 一个BUG 修正

    经常有人提到kbmmw 4.93.10 的64 位版本没有32位版本稳定. 经过官方确认,是delphi 编译器生成64 位代码内存偏移地址的错误. 在kbmMWGlobal.pas 中 有一个函数k ...

  2. KBMMW 4.93.00 发布

    可喜可敬,作者非常勤奋,跟上了delphi 10.1 的步伐. 4.93.00 April 26 2016 Important notes (changes that may break existi ...

  3. Upstart 1.10 发布,系统初始化守护进程

    Upstart 是一个用以替换 /sbin/init 守护进程的软件,基于事件机制开发.可用来处理启动过程中的任务和服务启动. Upstart 1.10 发布,改进记录: New bridges: u ...

  4. [转]Birdfont 2.10 发布,字体编辑器

    最近在忙大数据.黑天鹅算法实盘测试 许久没有更新字库方面的资料,汗一个... 今天转一个 :Birdfont 2.10 发布,字体编辑器 字体编辑器,向来很少,除了fontlab的几个昂贵的商业版,就 ...

  5. 回归Qt——写在Qt5.10发布之日

    今天偶然看到一条关于Qt5.10发布的消息,发现Qt经历了诺基亚风波之后发展得依然良好,感到很欣慰.回头看上次关注Qt技术还是2011年,那时候用Qt4.7做一个小项目,对于一个写Win32界面和MF ...

  6. Ubuntu 19.10 发布 | 云原生生态周报 Vol. 24

    作者 | 木苏.进超.冬岛.元毅.心水.衷源 业界要闻 1.云原生编程语言 Pulumi 1.0 pulumi ,一款中立的开源云开发平台,Pulumi 支持多语言.混合云环境.完全可扩展.初期支持 ...

  7. kbmmw 5.10.10 发布

    这个版本主要是bug修正. New stuff         =========         - Added OnException event property to TkbmMWSchedu ...

  8. KBMMW 4.92.00 发布

    We are happy to announce the release of kbmMW Professional and Enterprise Edition. Yet again kbmMW c ...

  9. KBMMW 4.90.00 发布

    kbmMW is a portable, highly scalable, high end application server andenterprise architecture integra ...

随机推荐

  1. 调用C++动态链接库出现错误

    解决方式:将托管 System.String 中的内容复制到非托管内存(Marshal.StringToHGlobalAnsi) class HttpsSend { [DllImport(" ...

  2. 关于STM32的FLASH操作【转载】

    说到STM32的FLSAH,我们的第一反应是用来装程序的,实际上,STM32的片内FLASH不仅用来装程序,还用来装芯片配置.芯片ID.自举程序等等.当然, FLASH还可以用来装数据. FLASH分 ...

  3. git push error: A Contributor Agreement must be completed before uploading

    因为是从官方版本库做的镜像,所以有些权限直接从官方同步到了本地. 今天,有同事执行git push操作,报错: 根据网上搜索的内容,在gerrit.config中[auth]中添加如下内容: [aut ...

  4. hive 基本语法

    本来想讲自己用到的写出来了,结果发现一个比较全面的文章已经介绍过了,那我就不在重新发明轮子了,我也跟着学习一下. 转自:http://jeffxie.blog.51cto.com/1365360/31 ...

  5. Spring自定义缓存管理及配置Ehcache缓存

    spring自带缓存.自建缓存管理器等都可解决项目部分性能问题.结合Ehcache后性能更优,使用也比较简单. 在进行Ehcache学习之前,最好对Spring自带的缓存管理有一个总体的认识. 这篇文 ...

  6. ActiveX控件打包、签名、嵌入详解

    ActiveX控件打包.签名.嵌入详解 前言 在我们的一个项目中,使用到了大华网络监控摄像头枪机,网络上下载了其ActiveX插件,但是发现其所提供的类库没有打包处理.这就导致我们每次给用户安装的时候 ...

  7. OpenCV配置经历简述

    关于OpenCV的配置过程在这里做一简述和记录. 配置的是OpenCV2.2.0,环境为VS2010. 首先在OpenCV官网(http://opencv.org/downloads.html)下载了 ...

  8. Android 组件类继承关系结构图

  9. 第五届山东ACM大赛汇总

    A.angry_birds_again_and_again 简单积分: http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem& ...

  10. Why is Visual Studio 2015 not able to find or open PDB files?

    first change parameters, Tools->Options->Debugging->Symbols->Microsoft Symbol Server, ye ...