Just to add on. HELP,,DLM ... ** TESTMODULE - Test code for loadable modules (not loaded) Version: 1.0, Build Date: JAN 8 1998, Source: Exelis VIS Path: C:\Users\,,,\testmodule.dll ... Means the dlm has loaded and is pointing at the correct dll. IDL> TESTFUN() % TESTFUN: Error loading sharable executable. Symbol: IDL_Load, File = C:\...\testmodule.dll The specified procedure could not be found. % Execution halted at: $MAIN$ It's not clear to me if the error was that the dll is not loading, or if the dll is loading but can't find testfun. Either way it appears to be pointing at the correct...well intended dll. The os says I do have read access to the dll. I compiled TestModule and it worked in November. My OS and version of IDL are still 64 bits. Filenames are in lowercase. ?? I"ve overlooked something. I just don't see what.
|