I never found it necessary to REGISTER the dll. I do not even know what this means. I guess it has to do with OLE?
For libnodave, it should be necessary and sufficient that the dll is in the search path. You usually would either copy it to either your application directory or to windows/system32
For .NET: You need both dlls,libodave.dll AND libnodave.net.dll.
Thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Did you include the Module12.bas in your application? I think the dll is written in C language, so you need to include the Module12.bas to call the dll.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for your reply. The dll is in the application directory but VB doesn't recognize it.
I have tried to put a reference to it but VB comes back with an error saying: "Can't add a reference to the specified file". Any ideas??
Rene
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for your message. The Module12.bas is in the app. but it doesn't work. I am sure that I miss something minor. The app. doesn't recognize the functions. Do I need to add something to the .bas module?
Rene
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you give me your e-mail address, I can send you the app I made to log data from the S7300 series using Libnodave. This may help you out. Are you using an MPI adapter? My app is setup to use the MPI adapter with com1. But you should be able to modify it for what ever adapter you are using. My e-mail is bds1@triwest.net.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, can anyone help me please?
I can't get the .dll registered. I am working with VB6.
Thanks, Rene
I never found it necessary to REGISTER the dll. I do not even know what this means. I guess it has to do with OLE?
For libnodave, it should be necessary and sufficient that the dll is in the search path. You usually would either copy it to either your application directory or to windows/system32
For .NET: You need both dlls,libodave.dll AND libnodave.net.dll.
Thomas
Did you include the Module12.bas in your application? I think the dll is written in C language, so you need to include the Module12.bas to call the dll.
Thomas,
Thanks for your reply. The dll is in the application directory but VB doesn't recognize it.
I have tried to put a reference to it but VB comes back with an error saying: "Can't add a reference to the specified file". Any ideas??
Rene
Thanks for your message. The Module12.bas is in the app. but it doesn't work. I am sure that I miss something minor. The app. doesn't recognize the functions. Do I need to add something to the .bas module?
Rene
If you give me your e-mail address, I can send you the app I made to log data from the S7300 series using Libnodave. This may help you out. Are you using an MPI adapter? My app is setup to use the MPI adapter with com1. But you should be able to modify it for what ever adapter you are using. My e-mail is bds1@triwest.net.