Linux DLL

2014-01-03 Thread Mineko
So, I was doing some stuff with shared libraries and need some confirmation on what's going on with http://dlang.org/dll-linux.html Is that page recent, or really old? It's using printf and stuff so uhh.. Seems old. Could anyone here perhaps give me a more recent explanation of how to do the

Re: Linux DLL

2014-01-03 Thread Jeroen Bollen
On Friday, 3 January 2014 at 20:31:09 UTC, Mineko wrote: So, I was doing some stuff with shared libraries and need some confirmation on what's going on with http://dlang.org/dll-linux.html Is that page recent, or really old? It's using printf and stuff so uhh.. Seems old. Could anyone here p

Re: Linux DLL

2014-01-03 Thread Mineko
On Friday, 3 January 2014 at 20:34:17 UTC, Jeroen Bollen wrote: On Friday, 3 January 2014 at 20:31:09 UTC, Mineko wrote: So, I was doing some stuff with shared libraries and need some confirmation on what's going on with http://dlang.org/dll-linux.html Is that page recent, or really old? It'

Re: Linux DLL

2014-01-03 Thread Jeroen Bollen
On Friday, 3 January 2014 at 20:37:06 UTC, Mineko wrote: On Friday, 3 January 2014 at 20:34:17 UTC, Jeroen Bollen wrote: On Friday, 3 January 2014 at 20:31:09 UTC, Mineko wrote: So, I was doing some stuff with shared libraries and need some confirmation on what's going on with http://dlang.org

Re: Linux DLL

2014-01-03 Thread Jeroen Bollen
On Friday, 3 January 2014 at 20:48:29 UTC, Jeroen Bollen wrote: On Friday, 3 January 2014 at 20:37:06 UTC, Mineko wrote: On Friday, 3 January 2014 at 20:34:17 UTC, Jeroen Bollen wrote: On Friday, 3 January 2014 at 20:31:09 UTC, Mineko wrote: So, I was doing some stuff with shared libraries and

Re: Linux DLL

2014-01-03 Thread Mineko
Thank you Jeroen, Dicebot's post was EXTREMELY helpful, and was more or less what I was looking for! :D

Linux dll -> Windows dll

2014-01-24 Thread Mineko
Alright.. I've been having issues with getting windows DLL's to work with DMD, as in I can't make them and can't even compile without a bunch of errors. So, I need help on that, as the dll part of the site ain't helping. Also, any idea on how to convert some of the dll stuff on https://gith

Re: Linux dll -> Windows dll

2014-01-24 Thread evilrat
On Saturday, 25 January 2014 at 03:13:33 UTC, Mineko wrote: Alright.. I've been having issues with getting windows DLL's to work with DMD, as in I can't make them and can't even compile without a bunch of errors. So, I need help on that, as the dll part of the site ain't helping. Also, any

Re: Linux dll -> Windows dll

2014-01-25 Thread Benjamin Thaut
Am 25.01.2014 04:13, schrieb Mineko: Alright.. I've been having issues with getting windows DLL's to work with DMD, as in I can't make them and can't even compile without a bunch of errors. So, I need help on that, as the dll part of the site ain't helping. Also, any idea on how to convert some

Re: Linux dll -> Windows dll

2014-01-25 Thread Mineko
Ok thank both of you, looks like I really will have to wait on Windows DLL's.

Linux dll struct class etc

2014-01-27 Thread Mineko
I can't remember whether or not I've asked this.. But either way, is it possible to "export" a class or a struct or something like you do with a windows dll with a linux shared library (dll)?

Re: Linux dll struct class etc

2014-01-28 Thread FreeSlave
On Tuesday, 28 January 2014 at 02:40:40 UTC, Mineko wrote: I can't remember whether or not I've asked this.. But either way, is it possible to "export" a class or a struct or something like you do with a windows dll with a linux shared library (dll)? Do you mean loading classes and structs at

Re: Linux dll struct class etc

2014-01-28 Thread Benjamin Thaut
Am 28.01.2014 03:40, schrieb Mineko: I can't remember whether or not I've asked this.. But either way, is it possible to "export" a class or a struct or something like you do with a windows dll with a linux shared library (dll)? You should be able to use classes from dynamic libraries just like