Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - MyExportedFunc vs _MyExportedFunc 24
I'm sure this has been well covered, but I still have to ask Is there a reason why DMC++ cannot work with and without the _ & parts of exported DLL functions? Borland, GnuC, Intel, Metrowerks and VC++ all can, so it's not just my wishing to emulate a Microsoft-ism (or if it is, some worthy folks have trodden this path before). It was a royal pita to have to spawn a second .DEF file for a recent port, but I can live with that. What's more of a pain is keeping them in sync. (Yes, I know I could make them all have the _ & forms, but that's just ugly and tiresome to maintain - i.e. one has to trawl the source to find out the number of arg bytes, which the compiler already knows.) Flame away ... Matthew Jun 13 2003
I'm sure this has been well covered, but I still have to ask Jun 14 2003
"Matthew Wilson" <matthew stlsoft.org> wrote in message news:bcdftf$1o69$1 digitaldaemon.com...I'm sure this has been well covered, but I still have to ask Is there a reason why DMC++ cannot work with and without the _ & parts Jun 18 2003
Matthew Wilson wrote:I'm sure this has been well covered, but I still have to ask Is there a reason why DMC++ cannot work with and without the _ & parts of exported DLL functions? Borland, GnuC, Intel, Metrowerks and VC++ all can, so it's not just my wishing to emulate a Microsoft-ism (or if it is, some worthy folks have trodden this path before). It was a royal pita to have to spawn a second .DEF file for a recent port, but I can live with that. What's more of a pain is keeping them in sync. (Yes, I know I could make them all have the _ & forms, but that's just ugly and tiresome to maintain - i.e. one has to trawl the source to find out the number of arg bytes, which the compiler already knows.) Flame away ... Jun 19 2003
It may well do. Looks nice. I'll check it out. :) "Jan Knepper" <jan smartsoft.us> wrote in message news:3EF1B8B6.E93CA09C smartsoft.us...Matthew Wilson wrote:I'm sure this has been well covered, but I still have to ask Is there a reason why DMC++ cannot work with and without the _ & parts Jun 19 2003
Wouldn't it be nice to have a newsgroup dedicated to helpful Auxiliary Tools Links like that? BTW I see nobody is using the .atl newsgroup. :o) In article <3EF1B8B6.E93CA09C smartsoft.us>, Jan Knepper says...Matthew Wilson wrote:I'm sure this has been well covered, but I still have to ask Is there a reason why DMC++ cannot work with and without the _ & parts of exported DLL functions? Borland, GnuC, Intel, Metrowerks and VC++ all can, so it's not just my wishing to emulate a Microsoft-ism (or if it is, some worthy folks have trodden this path before). It was a royal pita to have to spawn a second .DEF file for a recent port, but I can live with that. What's more of a pain is keeping them in sync. (Yes, I know I could make them all have the _ & forms, but that's just ugly and tiresome to maintain - i.e. one has to trawl the source to find out the number of arg bytes, which the compiler already knows.) Flame away ... Jun 20 2003
|