Why can IntraBuilder find the DLL?
In order to use the DLL directly, you must provide extern declarations for each function you intend to use. The file DLLDefines100.js contains copies of these for your use. At the end of each extern declaration is the location and name of the DLL file. If IntraBuilder cannot locate the DLL file, then you need to check those extern statements. Remember, if the extern statements use relative file locations, then you need to ensure the DLL can be found from the application’s current directory at the time the extern statement is encountered.