alright i'm doing something wrong here i am certain of it. it has been a long long time since i used any srl based script, and never one that used smart (on a side note i thought smart would be broken like everything else that used reflection...).
anyway the problem is as follows, simba successfully compiles the script then i get the following error.
Code:
SRL Compiled in 31 msec
SMART Initialized.
Loaded: Server 72, Members: True, Signed: True, Super Detail: False.
Error: Exception: Access violation at line 101
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
the script breaks on line 101 of the smart.simba file. it claims that i do not have msvcr71.dll which would be part of the microsoft C++ redistributable package (I'm currently downloading a new copy of that), it could be than benland has work to do, but it's more likely that i have messed something up along the way. we'll see if the re-install method fixes this error.
re-installing the redistributable package didn't work. i also tried manually adding the dlls to the relevant folder... no dice
im running win 7 x64 it could be that this pascal interpreter isn't compatible with 64 bit, but if its run as a 32 bit instance it shouldn't have issues...
i'm rambling at this point, if you need any more info just poke me.
-Se7eN
-edit-
i should mention that i have force updated all includes, srl, sps, msi if i knew of a way to update smart i would have done that as well, but i believe that it is packaged with simba...?