Archive
Archive for February, 2013
SQLiteWrappers v1.04
February 23, 2013
Comments off
Just to let everyone know that v1.04 of SQLiteWrappers has been released.
- Updated copyright details.
- Added support to the CStatement::Bind* methods to support binding by named parameter. Thanks to "Prepost" for suggesting this nice addition.
Categories: Web Site Updates
CScintillaCtrl, CScintillaView & CScintillaDoc v1.31
February 23, 2013
Comments off
Just to let everyone know that v1.31 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- PrivateLexerCall method now uses a void* parameter instead of an int. This prevents a pointer truncation issue on 64bit platforms. Thanks to Simon Smith for reporting this issue.
Categories: Web Site Updates
ODBCWrappers v1.04
February 21, 2013
Comments off
Just to let everyone know that v1.04 of ODBCWrappers has been released. Updates for this version include:
- Addition of a new CODBCWRAPPERS_MFC_EXTENSIONS preprocessor value which changes the wrapper classes to more tightly integrate with MFC. Internally the classes will then use the MFC collection classes and expose a CString interface
- Following a customer request the code should now be compilable in VC 6 for those diehards still stuck on this compiler.
Categories: Web Site Updates
ODBCWrappers v1.03
February 19, 2013
Comments off
Just to let everyone know that v1.03 of ODBCWrappers has been released. Updates for this version include:
- Updated copyright details.
- Updated code to provide default sensible values for the StrLen_or_IndPtr parameter if it is not explicitly provided by client code.
- Updated the sample app to shown examples of inserting into a table, iterating across the rows in a table, updating a row in a table and deleting a row from a table.
- Removed some accidental usage of MFC TRACE and ASSERT functions and replaced with ATL equivalents.
- Pulling in MS SQL Server extensions header file sqlext.h and associated functionality is now optional via a new CODBCWRAPPERS_MSSQL_EXTENSIONS preprocessor value
- Sample app now does not link against MFC for demonstration purposes
Categories: Web Site Updates