- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How I can create shareable image file? Is it described somewhere?
Is it possible to create(from Linux) a dll file to use it in Windows enviroment? If so, how?
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Linux equivalent of a DLL is a "shared object" (.so). This is described in the compiler documentation under Building Applications > Using Libraries > Creating shared libraries. No, you cannot build a Windows DLL from Linux.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Linux equivalent of a DLL is a "shared object" (.so). This is described in the compiler documentation under Building Applications > Using Libraries > Creating shared libraries. No, you cannot build a Windows DLL from Linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - lessonfree
Is it possible to create(from Linux) a dll file to use it in Windows enviroment? If so, how?
Intel software tools don't support cross building from linux to Windows, and it's not normally done with a Visual Studio compatible Windows target such as the Intel Windows compilers support. You would have to make your own gcc cross tools build, probably with some version of mingw or cygwin as a target. As Intel toolsdon't supportthis, you would have to go to other support forums, such as gcc-help mailing list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - lessonfree
How I can create shareable image file? Is it described somewhere?
Is it possible to create(from Linux) a dll file to use it in Windows enviroment? If so, how?
if you run windows inside a virtual machine on Linux you can do it... but off course you had to have a full development enviroment inside the virtualized windows.
(and off course is not what you really want I think... )
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page