| /cvi/instr/WIENVME_DLL/wienvme_dll.c |
|---|
| 61,7 → 61,7 |
| vme_close = GetExternalModuleAddr (VMEmodule, "VMEclose", &stat); |
| */ |
| if (module_path == NULL) { |
| DLLHandle = LoadLibrary("c:\\home\\CVI\\instr\\WIENVME_DLL\\pcivme_ni.dll"); |
| DLLHandle = LoadLibrary("c:\\home\\CVI\\instr\\WIENVME_DLL\\pcivme_ni.lib"); |
| } else { |
| DLLHandle = LoadLibrary(module_path); |
| } |
| /cvi/instr/WIENVME_DLL/pcivme_ni.h |
|---|
| 39,8 → 39,8 |
| int __declspec(dllexport) VMEreset(int nHandle); |
| int __declspec(dllexport) VMETAS(int nHandle, unsigned long ulAddress, unsigned char *ubResult); |
| int __declspec(dllexport) VMEinterrupt(int nHandle, unsigned char *ubVector); |
| int __declspec(dllexport) VMEsysfailGet(int nHandle, unsigned char *bResult); |
| int __declspec(dllexport) VMEsysfailSet(int nHandle, unsigned char bForce); |
| int __declspec(dllexport) VMEsysfailGet(int nHandle, BOOLEAN *bResult); |
| int __declspec(dllexport) VMEsysfailSet(int nHandle, BOOLEAN bForce); |
| int __declspec(dllexport) VMEclose(int nHandle); |
| #ifdef __cplusplus |
| /cvi/instr/WIENVME_DLL/pcivme_ni.dll |
|---|
| Cannot display: file marked as a binary type. |
| svn:mime-type = application/octet-stream |
| /cvi/instr/WIENVME_DLL/pcivme_ni.lib |
|---|
| Cannot display: file marked as a binary type. |
| svn:mime-type = application/octet-stream |