Thread overview
Disfun@dlang.org
Sep 23, 2015
Aidan
Sep 23, 2015
Ali Çehreli
Sep 24, 2015
Aidan
Sep 23, 2015
novice2
Sep 24, 2015
Aidan
September 23, 2015
I am just starting to look into D and i have to say I am loving it at the moment. But I have ran into an issue that i can't seem to find any libraries for Api hooking.

If anyone knows of a well documented source for this it would be much appreciated.
September 23, 2015
On 09/23/2015 06:01 AM, Aidan wrote:
> I am just starting to look into D and i have to say I am loving it at
> the moment. But I have ran into an issue that i can't seem to find any
> libraries for Api hooking.
>
> If anyone knows of a well documented source for this it would be much
> appreciated.

I don't understand the question but it may be related to lack of fiber in one's diet: :)

  http://vibed.org/features#fibers

  http://ddili.org/ders/d.en/fibers.html

Ali

September 23, 2015
http://forum.dlang.org/thread/hrzfcjrltftgzansdjdy@forum.dlang.org
https://github.com/Trass3r/hooksample
September 24, 2015
On Wednesday, 23 September 2015 at 18:09:22 UTC, novice2 wrote:
> http://forum.dlang.org/thread/hrzfcjrltftgzansdjdy@forum.dlang.org
> https://github.com/Trass3r/hooksample

Yes this is what I was looking for. thank you.
September 24, 2015
On Wednesday, 23 September 2015 at 17:43:43 UTC, Ali Çehreli wrote:
> On 09/23/2015 06:01 AM, Aidan wrote:
>> I am just starting to look into D and i have to say I am loving it at
>> the moment. But I have ran into an issue that i can't seem to find any
>> libraries for Api hooking.
>>
>> If anyone knows of a well documented source for this it would be much
>> appreciated.
>
> I don't understand the question but it may be related to lack of fiber in one's diet: :)
>
>   http://vibed.org/features#fibers
>
>   http://ddili.org/ders/d.en/fibers.html
>
> Ali

I am reading your book On D at the moment! finding it very useful.