digitalmars.D.learn - my first link error: Error 42: Symbol Undefined __moduleUnitTests
- Fei <flyingxu gmail.com> Feb 27 2009
- Jarrett Billingsley <jarrett.billingsley gmail.com> Feb 27 2009
- Sergey Gromov <snake.scaly gmail.com> Mar 02 2009
I'm trying to compile my first d sample, winsamp.d, using dmd 2.025 for windows. dmd winsamp.d gdi32.lib everything seem ok but I got a link error : Error 42: Symbol Undefined __moduleUnitTests what lib should I include for moduleUnitTetst?
Feb 27 2009
On Fri, Feb 27, 2009 at 8:37 PM, Fei <flyingxu gmail.com> wrote:I'm trying to compile my first d sample, winsamp.d, using dmd 2.025 for windows. dmd winsamp.d gdi32.lib everything seem ok but I got a link error : Error 42: Symbol Undefined __moduleUnitTests what lib should I include for moduleUnitTetst?
You shouldn't have to link anything O__o
Feb 27 2009
Fri, 27 Feb 2009 20:37:56 -0500, Fei wrote:I'm trying to compile my first d sample, winsamp.d, using dmd 2.025 for windows. dmd winsamp.d gdi32.lib everything seem ok but I got a link error : Error 42: Symbol Undefined __moduleUnitTests what lib should I include for moduleUnitTetst?
We may be able to answer better if you show us winsamp.d content.
Mar 02 2009









Jarrett Billingsley <jarrett.billingsley gmail.com> 