Error 42: Symbol Undefined
Jarrett Billingsley
kb3ctd2 at yahoo.com
Thu May 11 11:07:29 PDT 2006
"jicman" <jicman_member at pathlink.com> wrote in message
news:e3vn8q$1nnb$1 at digitaldaemon.com...
> 11:58:08.13>type ..\jic\libs\MyLibTest.d
> module jic.libs.MyLibTest;
> char[] PrintHello()
> {
> printf("Hello\n");
> }
Well, you're not linking this file in anywhere, as far as I can see. You'll
have to put either its source file or its object file on the command line.
More information about the Digitalmars-d-learn
mailing list