May 12, 2012
It sits in the global scope (the old alias apparently was inside the
Thread class).

Regards,
Alex

On Sat, May 12, 2012 at 1:18 AM, Walter Bright <walter@digitalmars.com> wrote:
> ..\dmd -g -d -ofmydll2.dll -version=use_patch mydll2.d dll2.d mydll2.def dll2.d(53): Error: no property 'thread_findByAddr' for type 'core.thread.Thread'
>
>
> On 5/11/2012 3:05 PM, Alex Rønne Petersen wrote:
>>
>> It had been deprecated for eons and was finally removed recently. The new function to use is thread_findByAddr.
>>
>> Regards,
>> Alex
>>
>> On Sat, May 12, 2012 at 12:02 AM, Walter Bright<walter@digitalmars.com>  wrote:
>>>
>>> ..\dmd -g -d -ofmydll2.dll -version=use_patch mydll2.d dll2.d mydll2.def dll2.d(53): Error: no property 'findThread' for type 'core.thread.Thread'
>>>
>>> --- errorlevel 1
>>>
> _______________________________________________
> D-runtime mailing list
> D-runtime@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/d-runtime
_______________________________________________
D-runtime mailing list
D-runtime@puremagic.com
http://lists.puremagic.com/mailman/listinfo/d-runtime

May 11, 2012
Eh, got it working now & checked in.

On 5/11/2012 4:18 PM, Walter Bright wrote:
> ..\dmd -g -d -ofmydll2.dll -version=use_patch mydll2.d dll2.d mydll2.def
> dll2.d(53): Error: no property 'thread_findByAddr' for type 'core.thread.Thread'
>
> On 5/11/2012 3:05 PM, Alex Rønne Petersen wrote:
>> It had been deprecated for eons and was finally removed recently. The
>> new function to use is thread_findByAddr.
>>
>> Regards,
>> Alex
>>
>> On Sat, May 12, 2012 at 12:02 AM, Walter Bright<walter@digitalmars.com>  wrote:
>>> ..\dmd -g -d -ofmydll2.dll -version=use_patch mydll2.d dll2.d mydll2.def
>>> dll2.d(53): Error: no property 'findThread' for type 'core.thread.Thread'
>>>
>>> --- errorlevel 1
>>>
_______________________________________________
D-runtime mailing list
D-runtime@puremagic.com
http://lists.puremagic.com/mailman/listinfo/d-runtime

1 2
Next ›   Last »