Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fastload's NOTIFY EXIT

Status
Not open for further replies.

dwh123

Programmer
Joined
Jul 14, 2003
Messages
3
Location
US
I am trying to use the NOTIFY EXIT feature of fastload.
I can not get the TEXT "string" to work. What parameter do I need to add to FLNotifyExitParm, or is the text passded in to my exit routine with one of the existing parameters? What event level will pass this string in?
 
Can you post the exact error message are you getting?

Martin
 
I am not getting an error. I am trying to figure out how to access the text string which is I put in the fastload notify exit command. If my fastload script has:

NOTIFY HIGH EXIT libxyz.so TEXT "hello";

My first question is - What event code from fastload will pass in the text string? Or will it be passed in with every event?

My second question is - If I code my exit function like the example in the manual
(using typedef struct _FLNotifyExitParm ....

how do I access the string inside my exit routine? Do I need to add a parameter to the structure?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top