Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Create shareable image file

lessonfree
초급자
1,123 조회수

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?

0 포인트
1 솔루션
Steven_L_Intel1
1,123 조회수
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.

원본 게시물의 솔루션 보기

0 포인트
3 응답
Steven_L_Intel1
1,124 조회수
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.
0 포인트
TimP
명예로운 기여자 III
1,123 조회수
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.
0 포인트
rreis
새로운 기여자 I
1,123 조회수
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... )
0 포인트
응답