Error when Measure run in Notepad++
Hi I get the following error when run in Notepad++ There is a openstudio.so file already in the path : C:/openstudioapplication-1.0.0Test12/Ruby/openstudio.so but still i get the error.
ruby "$(FULL_CURRENT_PATH)"
ruby "C:\Users\AWE\OpenStudio\Measures\life_cycle_report\tests\ExampleReport_Test.rb"
Process started (PID=21492) >>>
C:/openstudioapplication-1.0.0Test12/Ruby/openstudio.rb:55:in `require_relative': 126: The specified module could not be found. - C:/openstudioapplication-1.0.0Test12/Ruby/openstudio.so (LoadError)
from C:/openstudioapplication-1.0.0Test12/Ruby/openstudio.rb:55:in `<top (required)>'
from C:/Ruby26-x64/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from C:/Ruby26-x64/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from C:/Users/AWE/OpenStudio/Measures/life_cycle_report/tests/ExampleReport_Test.rb:36:in `<main>
Where can i find the external library files ? I am unable to view the available functions for a variable. Please help