Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create a library or DLL in Linux and using them on Windows

Tags:

linux

windows

dll

I'm a Windows developer so I'm new to the Linux environment. I was wondering if anyone had any advice or general articles that could help me build a project on Linux and compile it into a library or DLL for use in a Windows environment.

Any help is greatly appreciated.

like image 426
Seb Avatar asked Sep 19 '11 14:09

Seb


1 Answers

You could use a cross-compiler, or simply install Windows and the necessary build tools inside a virtual machine (e.g. using VirtualBox).

like image 64
NPE Avatar answered Sep 24 '22 14:09

NPE