View Single Post
Old 16th November 2004, 07:25   #57  |  Link
fabrice
Registered User
 
Join Date: Feb 2003
Posts: 13
Hi,

Got your source, and I think the problem could be with m_nForceKey array: you don't have a size, and don't allocate it dynamically.
So you can do 2 things: declare it as a array of integer, with an index, or as a pointer.

Fabrice
fabrice is offline   Reply With Quote