PDA

View Full Version : sdk woes.


jassing
01-25-2008, 04:19 PM
I wrote a very very simple plugin a while back.
I was recently asked to add a few functions to it.. so I pulled it off the archive dvd -- and added the function & recompiled.

Everything 'works' except when the resulting installer is run (the most important part....)

"attempt to index a nil value" is the error I get....

I'm using Visual Studio 2005.

Anyone have any ideas? I already hit up IR -- but their docs clear state "no support" so i"m hoping someone here migth have an idea...

Intrigued
01-25-2008, 06:27 PM
It sounds like you are trying to use a variable before it is assigned a value.

jassing
01-25-2008, 06:33 PM
It sounds like you are trying to use a variable before it is assigned a value.

Thanks.... but why does SUF see it @ design time but not at runtime?