NlMakesis Y-Browser Y-Tasks
Hi, all what is a *.pan file used for? Thank u!
Thanks & Regards, C Singh
How does the *.pan file work?
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().
Thank u all~
Forum posts: 93
hi,
Its used for application panic codes................
Thanks & Regards,
C Singh
Forum posts: 51
How does the *.pan file work?
Forum posts: 68
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().
Forum posts: 5
Thank u all~