On processors for D ~ decoupling

Sean Kelly sean at f4.ca
Sat Apr 8 11:09:28 PDT 2006


Dave wrote:
> Sean Kelly wrote:
>> Walter Bright wrote:
>>>
>>> BTW, internal\dmain2.d also uses printf to print out an error message 
>>> relating to any uncaught exceptions.
>>
>> Ares currently uses fprintf for this purpose, which is essentially the 
>> same thing.  And as you say, it would be easy enough to hook the 
>> function if this behavior isn't desirable.
>>
>> I'm glad the compiler issues came to light however.  I don't suppose 
>> this will have any impact on the template code generation problem in 
>> libraries?
> 
> Sean - could you point me to some links or post some example code on this?

http://svn.dsource.org/projects/ares/trunk/src/dmdrt/dmain2.d

See the "catch" blocks near the end of the file.


Sean



More information about the Digitalmars-d-announce mailing list