what is a *.pan file used for?

Login to reply to this topic.
Mon, 2007-07-30 17:11
Joined: 2007-07-15
Forum posts: 5

Hi, all
what is a *.pan file used for? Thank u! Smiling


Mon, 2007-07-30 17:19
Joined: 2007-06-20
Forum posts: 93
Re: what is a *.pan file used for?

Hi, all
what is a *.pan file used for? Thank u!

hi,
Its used for application panic codes................


Thanks & Regards,
C Singh

Tue, 2007-07-31 06:19
Joined: 2007-04-29
Forum posts: 51
Re: what is a *.pan file used for?

How does the *.pan file work?

Tue, 2007-07-31 07:55
Joined: 2006-09-18
Forum posts: 68
Re: what is a *.pan file used for?

Well it is just a normal c/c++ header file.

There is an enumeration which lists the panics that you define for your application.

When you include the *.pan file in your source file ,you can easily "throw" panics which you will then know comes from your code.

The file when created by Carbide has a global function Panic() which you can call instead of User::Panic().

Fri, 2007-08-10 02:59
Joined: 2007-07-15
Forum posts: 5
Re: what is a *.pan file used for?

Thank u all~ Smiling

  • Login to reply to this topic.