Most Viewed
How to create and run Stored Procedures in DB2
Problem How do I write a stored procedure in DB2? How do I call a DB2 stored procedure through DBTools? How would I write a native test case? ...
01 Feb, 2008
zApp 3.0.3 Online Documentation for Windows
Problem Where is the online documentation for zApp 3.0.3 in Windows? Action The online documentation is in the following places: ...
05 Feb, 2008
SourcePro 12.0.1 Release Notes
Introduction New Features and Enhancements New Features SourcePro Core Essential Tools Module Rvalue Reference and Move Semantics Scope...
11 Apr, 2018
Guide: SOAP and WSDL
A guide to the elements of the SOAP and WSDL specifications and how SOAP and WSDL interact. WSDL    Definitions   ...
22 Mar, 2011
zApp Error Codes
Problem zApp debugging error codes are not listed in the on-line documentation. Cause Action The table below describes the zApp...
02 Feb, 2008
Compiling Math.h++ 6.x with MSVC 4.2 results in errors in the file <tt>rwlpbla.cpp</tt>
Problem Compiling Math.h++ 6.x with MSVC 4.2 results in errors in the file rwlpbla.cpp. cl -I.. -Os -GX -D_X86_=1 -DWIN32 -DNOMINMAX...
29 Jan, 2008
How do I add a subject header to my SMTP application?
Problem How do I add a subject header to my SMTP application using Rogue Wave's RWISmtpAgent or RWISmtpClient classes? Cause According to...
02 Feb, 2008
Objective Grid: Sending notifications to the parent dialog
Problem What are the steps to make the grid send notifications to its parent dialog? I have placed a grid in a dialog and would like the...
16 Apr, 2018
Sybase warning: Changed database context
Problem User gets a Sybase warning: Changed database context to... from their error handler. Cause This is a harmless warning. Sybase...
05 Feb, 2008
My Sun compiler reports a Sig 10 error when building with Tools.h++
Problem When building an application with Tools.h++ on Sun, the compiler reports a Sig 10 (Signal 10, sig10) error and aborts the build. Cause...
29 Jan, 2008
Building zApp 3.1 with MSVC 6.0
Problem zApp does not build sucessfully using MSVC 6.0. Cause zApp build fails with the following error: ...
02 Feb, 2008
Objective Grid: Toggling a checkbox
Problem When using the CGXCheckListComboBox class, currently I have to click on the actual checkbox to toggle the value. How can I change...
16 Apr, 2018
RWDBDateTime is Returning an Incorrect Time
Problem RWDBDateTime is returning an incorrect time or date that is offset by a certain amount of time (i.e. 5 hours, 8 hours, etc.) Cause ...
03 Aug, 2009
When using Money.h++ as a DLL in my application, the symbol NaN is undefined during a link.
Problem When using Money.h++ as a DLL in my application, the symbol NaN is undefined during a link. Cause You need to define the...
05 Feb, 2008
Borland C++ 5.02 and SPM 1.3 Edition 5, November 1997
Problem Installation of Rogue Wave products from Software Parts Manager 1.3 Edition 5, November 1997 CD are failing when I use the Borland C++...
05 Feb, 2008
I get error C2065: 'localtime_r' : undeclared identifier
Problem Tools.h++ fails to compile and gives the error message: cl -I.... -ID:/Program/spm/parts/tls0710wsourcesrc -nologo -GX -DNOMINMAX...
01 Feb, 2008
I get the error: [DBNOTFOUND] No access library
Problem When trying to establish a connection to my database using DBTools.h++, I get the error: [DBNOTFOUND] No access library Cause This...
05 Feb, 2008
How to avoid a database hit when instantiating a RWDBStoredProc
Problem I want to avoid any unnecessary database hits so I create a RWDBStoredProc with a RWDBSchema. When I try to use this RWDBStoredProc I get...
02 Feb, 2008
I cannot execute the install.sh script for Software Parts Manager
Problem When trying to install the Software Parts Manager while running in csh, the following error results: crasher% install.sh ...
05 Feb, 2008
How do I stop a thread that is blocked on a system call or performing I/O?
Problem If one of my threads is blocked during a system call, or is doing some I/O (perhaps talking to another program with a socket), how do I...
05 Feb, 2008
How can I have a timestamp inserted with a row into my Oracle table
Problem I would like for the current time/date to be automatically inserted into a column when I insert a row into my table. How can I do that? ...
05 Feb, 2008
Stingray Studio Migration Guide for the MFC 9 Feature Pack
1         Introduction 1.1       What is the FoundationEx...
06 Nov, 2009
Passing strings containing quotes causes problems with DBTools.J
Problem When I try and pass a string that contains a single or double quote into the database I get an error back from the database. Cause ...
02 Feb, 2008
Drawing an ellipse rotated from any angular amount
Question Rotating an IlvEllipse does not work even if I put this object in a IlvGraphicSet or in a IlvTransformedGraphic, the rotation I can apply...
02 Jul, 2012
How to add ESQL function calls to the Informix Access Library
Problem How can I add additional Informix ESQL calls to the Informix Access Library? Cause DBTools.h++ does not support all of the ESQL/C...
01 Feb, 2008