Volume X Number 1 Page 4
2000

INDEX

[HOME]

Training Program

Upcoming Empress Courses

In Toronto:

  • May 1-3 - DB Admin
  • May 4-5 - DB Design
  • May 8-9 - SQL Advanced
  • May 10-11 - MR Routines
  • Jul 10-12 - DB Admin
  • Jul 13 - Intro to SQL
  • Jul 14 - Report Writer
  • Jul 17-18 - ODBC
  • Jul 19-20 - Hypermedia
  • Sep 11-13 - DB Admin
  • Sep 14-15 - DB Design
  • Sep 25-26 - SQL Advanced
  • Sep 27-28 - Embedded SQL

For complete schedule information or to register, please consult the Empress Web site, Customer Service at www.empress.com, or call the U.S. office at (301) 220-1919 or Canadian office at (905) 513-8888.

Support Corner, continue from page 3

We won't be able to set a break point on PSM since the symbol "sixtimes" is not known to the debugger yet.
  (gdb) n
  11 mrefunc ("sixtimes", 1);
  (gdb) n
  12 expr = mreend ();

After line 11 executed, sixtimes.dll is loaded and symbol "sixtimes" is visible to the debugger. Hence, we can set a break point on PSM.
  (gdb) break sixtimes
  ...
  (gdb) c
  Continuing.
  Breakpoint 2, 0x401bc193 in sixtimes (num=250) at sixtimes.c:2
  2 { return (num *= 6); }
  (gdb) c
  Continuing.
  Result: 1500
  ...




EMPRESSIONS is published biannually as a service to clients and prospective customers of Empress Software. Reproduction of articles is not allowed without the written consent of Empress Software Inc.

For information on the products or companies covered in this newsletter, please contact Empress Software by telephone, fax, or e-mail, using any of the numbers listed below:
Empress Software Inc.
6401 Golden Triangle Drive
Greenbelt, Maryland
USA 20770
Tel: (301) 220-1919
Fax: (301) 220-1997
E-mail: sales@empress.com
Empress Software Inc.
3100 Steeles Avenue East
Markham, Ontario
Canada L3R 8T3
Tel: (905) 513-8888
Fax: (905) 513-1668
E-mail: sales@empress.com