I am creating a library with a C implemented library, a shared library *.so, but I have some problems.
Help file said:
Zitat:
Input of a file that matches the Device and can be loaded by the operating system as a dynamic object, for example for Windows: .dll, for Linux: .so
Please note: The file *.dll must contain the title of the library project in its name. Example: if the library project has name XYlib, then the Object File must be called: <name>_XYlib.dll</name>
My project name is smBus.library
Shared library name is leikb_smBus.so
So, what is wrong???
Any advice?
Thank you in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2018-07-20
Originally created by: myemail for codesys
Hi,
I know it is too late for a reply. But hope this will help other who had the same problem like you and me.
The information we could get from the online help misled us.
1.In the screen shot, project name = ps2000
2.Shared lib name = lib2000.so
3.Title name in the project infomation =ps2000
"ps2000" here is just my lib, you can replace them to other but the three must be matched.
After add the shared library, how to use it? I am still searching the way. If you can share it that will be great!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I got the same trouble 3 year later!That means how terrible the online help isπCould you pls share your solution that how you solved it,thank you in advance.
Hello,
I am creating a library with a C implemented library, a shared library *.so, but I have some problems.
Help file said:
My project name is smBus.library
Shared library name is leikb_smBus.so
So, what is wrong???
Any advice?
Thank you in advance.
Originally created by: myemail for codesys
Hi,
I know it is too late for a reply. But hope this will help other who had the same problem like you and me.
The information we could get from the online help misled us.
1.In the screen shot, project name = ps2000
2.Shared lib name = lib2000.so
3.Title name in the project infomation =ps2000
"ps2000" here is just my lib, you can replace them to other but the three must be matched.
After add the shared library, how to use it? I am still searching the way. If you can share it that will be great!
Hi,
I got the same trouble 3 year later!That means how terrible the online help isπCould you pls share your solution that how you solved it,thank you in advance.
any body got this answer .. please share it
[-img src=dll regex.png: missing =-]