[PINPOINT-988]  _trap(string_resource) results in "resource not found"
Type Bug
Priority Medium
Severity Minor
Component Astrometric Engine
Fixed In Version [6.06.0
Versions Affected [5.1d5.1d
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 9/16/2013

Description
Usage of _trap(IDS_STR_XXXXX) in the catalog access modules is not working to result in error messages with the right text. The catch(){} is getting 0xc0000005 for the error code, not the string resource ID.

Comments
9/16/2013 11:13:00 AM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/pinpoint
SVN Revision 87
Affected files /trunk/HTML Help/doc/PinPointRELNOTES.htm (Modified)
/trunk/engine/Plate.cpp (Modified)
Check-in comment Fix error reporting for _trap() errors in the engine. GEM:523 GEM:988