Home » Community » Coffee corner » Strange Architecture (Dll Hot load)
Re: Strange Architecture [message #52097 is a reply to message #52095] |
Thu, 18 July 2019 16:57   |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
Xemuth wrote on Thu, 18 July 2019 08:45
That's mean I can do near the same code between linux and windows ? or dll in windows and linux don't have same architecture ?
Linux and Windows have similar architectures.
DLL-related functions have different names, but they do pretty much the same thing.
You just need to write a platform-independed wrapper for them.
This is a trivial task.
DLLs on Windows and Linux behave slightly differently.
Main source of information for you should be man ld.so
Read it carefully.
Other useful apps on Linux: ldd, nm.
Start with man ldd and man nm
Hope this helps.
Regards,
Novo
[Updated on: Fri, 19 July 2019 04:32] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Mon Apr 28 15:36:22 CEST 2025
Total time taken to generate the page: 0.00693 seconds
|