Thread overview |
---|
August 22, 2003 Name mangling | ||||
---|---|---|---|---|
| ||||
Hi, Is there any information/documentation about the name mangling used in DM C++ ? I would like to modifiy the UnderC Interpreter http://home.mweb.co.za/sd/sdonovan/underc.html so it supports DMC++ compiler. Thanks mc |
August 22, 2003 Re: Name mangling | ||||
---|---|---|---|---|
| ||||
Posted in reply to Marc Cote | Oops ! Where do come from the Organisation displayed in the header ? There is none defined in the properties tab of the account definition for this news server on my workstation ! So i defined one now. mc "Marc Cote" <mark.cote@sympatico.ca> wrote in message news:bi4usv$hm8$1@digitaldaemon.com... > Hi, > > Is there any information/documentation about the > name mangling used in DM C++ ? > > I would like to modifiy the UnderC Interpreter > http://home.mweb.co.za/sd/sdonovan/underc.html > so it supports DMC++ compiler. > > Thanks > > mc > > |
August 22, 2003 Re: Name mangling | ||||
---|---|---|---|---|
| ||||
Posted in reply to Marc Cote | "Marc Cote" <mark.cote@sympatico.ca> wrote in message news:bi4usv$hm8$1@digitaldaemon.com... > Hi, > > Is there any information/documentation about the > name mangling used in DM C++ ? > > I would like to modifiy the UnderC Interpreter > http://home.mweb.co.za/sd/sdonovan/underc.html > so it supports DMC++ compiler. > > Thanks > > mc Use /dm/src/core/unmangle.c |
August 22, 2003 Re: Name mangling | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | thanks a lot, but it looks like you think i have acces to something i dont is it part of dmc 8.34 ? is it part of D ? what is there before "/dm/src/core/unmangle.c" - mc "Walter" <walter@digitalmars.com> wrote in message news:bi5kdr$1gm9$2@digitaldaemon.com... > > "Marc Cote" <mark.cote@sympatico.ca> wrote in message news:bi4usv$hm8$1@digitaldaemon.com... > > Hi, > > > > Is there any information/documentation about the > > name mangling used in DM C++ ? > > > > I would like to modifiy the UnderC Interpreter > > http://home.mweb.co.za/sd/sdonovan/underc.html > > so it supports DMC++ compiler. > > > > Thanks > > > > mc > > Use /dm/src/core/unmangle.c > > |
August 22, 2003 Re: Name mangling | ||||
---|---|---|---|---|
| ||||
Posted in reply to Marc Côté | "Marc Côté" <mark.cote@sympatico.ca> wrote in message news:bi5lns$1ito$1@digitaldaemon.com... > thanks a lot, but it looks like > you think i have acces to something i dont > > is it part of dmc 8.34 ? > is it part of D ? > > what is there before "/dm/src/core/unmangle.c" It's not part of D, it's part of the runtime library for C++, and is part of the library source. It comes with the CD version of DMC++. |
August 22, 2003 Re: Name mangling | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | "Walter" <walter@digitalmars.com> wrote in message news:bi60o1$22oi$1@digitaldaemon.com... | It's not part of D, it's part of the runtime library for C++, and is part of | the library source. It comes with the CD version of DMC++. I suggest buying the CD. Trust me, you get so much for your money that it makes "dollar day" at a hen house look expensive! =) Compare the price of the full DMC++ utilities/libraries to M$, Intel, etc. |
August 22, 2003 Re: Name mangling | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | Great, I will buy the CD :-) I live in Quebec city, QC, Canada. This evening, i'll go to the post office and ask for a money-order. amount: 31 $ us ( about 45 $ canadian, as of today exchange rate ) I dont know when you will receive it, but do not send anything before you have the money. money-order for: Digital Mars 13868 65th Place NE Kirkland, WA 98034 USA Is this all Ok ? "Walter" <walter@digitalmars.com> wrote in message news:bi60o1$22oi$1@digitaldaemon.com... > > "Marc Côté" <mark.cote@sympatico.ca> wrote in message news:bi5lns$1ito$1@digitaldaemon.com... > > thanks a lot, but it looks like > > you think i have acces to something i dont > > > > is it part of dmc 8.34 ? > > is it part of D ? > > > > what is there before "/dm/src/core/unmangle.c" > > It's not part of D, it's part of the runtime library for C++, and is part of > the library source. It comes with the CD version of DMC++. > > |
August 22, 2003 Re: Name mangling | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | Done ! "Le chèque est dans malle" Thanks ! |
Copyright © 1999-2021 by the D Language Foundation