Mike James Wrote: > "Ezneh" <petitv.i...@gmail.com> wrote in message > news:i2f8c5$2cc...@digitalmars.com... > > Hi everyone, I have some questions about D and phobos library. > > > > Well first of all, what about the issue when compiling a D source in a > > .dll ? Is it ok or there are still some problems ? > > > > > > Secondly, I will have to communicate with the serial port "RS232" on > > Windows but I don't find something allowing this in the phobos library. > > Maybe I didn't check enough. So is there a way to communicate trough this > > or should I create that library by myself ? > > > > > > [OT] > > I have bought the TDPL and i like it. Good job Andrei. > > [/OT] > > > > Ez. > > I'm in the process of converting my Serial Comms code from D1/Tango to > D2/Phobos but I came upon a shortcoming with std.concurrency and being able > to spawn a thread in a class. I can publish the code when all is well :-) > > -=mike=- > >
It will be great and hopefull. Maybe it should become part of phobos if it's good enough. I personally think that all things like that should be in the standard library. I'll wait for that, thanks Mike :-) Ez.