digitalmars.D.learn - optlink error
- "Saaa" <empty needmail.com> May 28 2009
- "Saaa" <empty needmail.com> May 28 2009
What did those optlink errors mean again ? :D
--
module ddata.main;
import std2.conv;
void main()
{
}
--
bud -full -cleanup -inline -O
OPTLINK (R) for Win32 Release 8.00.1
Copyright (C) Digital Mars 1989-2004 All rights reserved.
main.obj(main)
Error 42: Symbol Undefined _D4std24conv12__ModuleInfoZ
May 28 2009
Nevermind.. this is what happens when you try and place std2 in phobos next to std :)What did those optlink errors mean again ? :D -- module ddata.main; import std2.conv; void main() { } -- bud -full -cleanup -inline -O OPTLINK (R) for Win32 Release 8.00.1 Copyright (C) Digital Mars 1989-2004 All rights reserved. main.obj(main) Error 42: Symbol Undefined _D4std24conv12__ModuleInfoZ
May 28 2009








"Saaa" <empty needmail.com>