Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
Novo is currently offline  Novo
Messages: 1358
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

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IGAL encrypted folder
Next Topic: About WebAssembly
Goto Forum:
  


Current Time: Fri Apr 19 22:45:14 CEST 2024

Total time taken to generate the page: 0.02493 seconds