[Box Backup-dev] dll's

Roy boxbackup-dev@boxbackup.org
Mon, 11 Aug 2008 11:57:34 +0200


Chris Wilson wrote:
> Hi Roy,
>
> On Thu, 14 Feb 2008, Roy wrote:
>
>> Is it possible to put the logic of box backup in dll's for the 
>> windows platform? That way it can be used by other programs as well, 
>> especially a GUI for box backup. And with updates of box backup, you 
>> don't have to track those fixes to put back in the code for a GUI. We 
>> really need a GUI for easy restoring of files on the windows 
>> platform, but at the moment you would have to duplicate the code for 
>> that.
>
> Yes, it is possible. Boxi uses the code as a library, although it 
> doesn't actually have a "Box Backup DLL".
>
> Cheers, Chris.
Hi Chris,

I'm sorry, I only just received this mail in my box. So my reply is a 
bit late.

Is it possible to build a DLL which can be used in other programs, 
instead of just using the source files? Because it then can be used in 
other languages as well (C# for example).

Thanks in advance,

Roy

PS. building Windows executables didn't succeed with Visual Studio nor 
with Mingw on Debian. Has something changed?