editing scripts.dll [message #235432] |
Fri, 22 December 2006 11:39 |
|
jnz
Messages: 3396 Registered: July 2006 Location: 30th century
Karma: 0
|
General (3 Stars) |
|
|
i need to find a place in scripts.dll 2.92 that is only executed ONCE. for some reason, it is executed 3 times. i have tryed using global variables to stop it executing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: editing scripts.dll [message #235558 is a reply to message #235498] |
Sat, 23 December 2006 06:18 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma: 0
|
General (5 Stars) |
|
|
Cat998 wrote on Fri, 22 December 2006 23:43 | danpaul, your knowledge of C++ is pretty bad.
All variables are getting destroyed when the dll is loaded an other
time. you they don't have their old value.
|
I don't usually work with .dll files, in a normal program static variables are static...
[Updated on: Sat, 23 December 2006 06:19] Report message to a moderator
|
|
|
|
|
|
|