cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace
Choose Language Hide Translation Bar
lala
Level VIII

How can LoadDLL a 32-bit DLL through JSL?

My operating system is 64-bit Windows 10.One software, HailiLive.EXE, is still 32-bit.There is Drv.dll;
How can I use JSL of 64-bit JMP software to call the 32 bit Drv.dll of this software HailiLive.EXE?

 

 

Thanks Experts!

3 REPLIES 3
lala
Level VIII

Re: How can LoadDLL a 32-bit DLL through JSL?

A message is displayed:

 

Access or Assign,LoadDLL = /*###*/Load DLL("I:\HailiLive\Drv.dll") /*###*/ evaluation "cannot load external dll" I:\HailiLive\Drv.dll".%1 is not a valid Win32 application.

jthi
Super User

Re: How can LoadDLL a 32-bit DLL through JSL?

Scripting Guide > Extending JMP > Dynamic Link Libraries (DLLs) 

 

Note: 64-bit JMP cannot load 32-bit DLLs. You must recompile a 32-bit DLL for JMP to be able to load it.

-Jarmo
lala
Level VIII

Re: How can LoadDLL a 32-bit DLL through JSL?

OK

Note: 64-bit JMP cannot load 32-bit DLLs. You must recompile a 32-bit DLL for JMP to be able to load it.