 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jack Dao Guest
|
Posted: Wed Oct 27, 2004 5:35 pm Post subject: Finalization not executing |
|
|
This is a newbie question, but I have a finalization section in a
pascal unit that I just can't the system to execute. I can set a
breakpoint on the initialization section and I get there. A breakpoint
on the finalization section just won't happen though.
Syntax problem?
Here it is:
initialization
{code}
end.
finalization
{code}
end.
This is with C++Builder6 on Windows 2000.
I've also tried the following syntax as well:
initialization
{code}
finalization
{code}
end.
With the above syntax, I can step right into the finalization from the
initialization, which is not the same.
Any help appreciated.
Thanks, Jack
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|