Hello folks,
I've written a sketchup plugin which uses JSON to pass data back and forth between a web dialog and the plugin. Everything works great on my development machine (which also runs a Ruby 1.8.6 dev env) -- but when I go to install the plugin on a clean machine, it fails to load with the following error:
@unknownuser said:
Error Loading File configexporttool.rb
126: The specified module could not be found. - C:/Program Files (x86)/Google/Google SketchUp 8/Tools/iconv.soError Loading File json.rb
126: The specified module could not be found. - C:/Program Files (x86)/Google/Google SketchUp 8/Tools/iconv.so
If I navigate to the tools folder, iconv.so is sitting there -- so I'm not sure what's going on. I used dependency walker to check iconv.so to make sure I wasn't missing any dependencies, and found that MSVCRT-RUBY18.DLL was required. I placed that file in the tools folder and that cleared the dependency problem, but I still get that error on startup.
Any ideas?
Thanks, Dan