MySpell
-
I'm having trouble integrating MySpell into my application. I was following the example given by Steve King (Spell Edit) but i keep getting compilation errors. Any suggestions?????????/
rjnl wrote: ...i keep getting compilation errors I'm having a hard time seeing those errors. Could you move your monitor a bit closer? Just kidding... Exactly what (compiler) errors are you getting?
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
-
rjnl wrote: ...i keep getting compilation errors I'm having a hard time seeing those errors. Could you move your monitor a bit closer? Just kidding... Exactly what (compiler) errors are you getting?
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
-
my problem starts when i include the SpellEdit class into my project. I get errors like undeclared identifiers
rjnl wrote: I get errors like undeclared identifiers Which is what happens when the compiler encounters a symbol that has not yet been defined. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/c2065.asp
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow