Thread overview |
---|
March 03, 2004 DIDE/D won't compile when I put file on other drive | ||||
---|---|---|---|---|
| ||||
I installed DIDE on D driver. When I set projects path in DIDE to other driver such as e:\DProjects\project1 then when compiling DIDE throws that message : OPTLINK (R) for Win32 Release 7.50B1 Error 42: Symbol Undefined __acrtused_con Error 42: Symbol Undefined __trace_epi_n Error 42: Symbol Undefined __trace_pro_n Error 42: Symbol Undefined _getch Error 42: Symbol Undefined _main Error 42: Symbol Undefined _printf Error 42: Symbol Undefined _puts Error 42: Symbol Undefined _scanf Warning 2: File Not Found phobos.lib --- errorlevel 8 ------------------------------------------------------------ Copyright (C) Digital Mars 1989 - 2001 All Rights Reserved D:\dmd\bin\..\..\dm\bin\link.exe G:\BaiTapD\Projects\nam1\nam1,nam1.exe,,user32+kernel32/co/noi; D:\dmd\bin\dmd.exe -g -gt -debug -ID:\dmd\include -ID:\dmd\lib -ID:\dmd\include\win32 -ID:\dmd\include\contrib -ID:\dmd\bin -ID:\dm\include -odG:\BaiTapD\Projects\nam1 -ofnam1.exe "G:\BaiTapD\Projects\nam1\nam1.d" G:\BaiTapD\Projects\nam1\nam1.obj(nam1) OPTLINK : Warning 134: No Start Address OPTLINK : Warning 23: No Stack phobos.lib ------------------------------------------------------------ Build started on 3/3/2004 at 21:33:42 Build Failed btw , what is idle auto-complete and tags option?? Will it show a combo box which list all method belongs to specific module or class ??? |
March 03, 2004 Re: DIDE/D won't compile when I put file on other drive | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nam | Hmm thats odd, does it give you the same message when compiling from the command line ? Is this a Basic project ? > Will it show a combo box which list all method belongs to specific module or > class ??? Not yet, it just completes any tag that matches. ( M-x complete-tag ) C On Wed, 3 Mar 2004 14:38:16 +0000 (UTC), Nam <Nam_member@pathlink.com> wrote: > I installed DIDE on D driver. > When I set projects path in DIDE to other driver such as e:\DProjects\project1 > then when compiling DIDE throws that message : > > OPTLINK (R) for Win32 Release 7.50B1 > > Error 42: Symbol Undefined __acrtused_con > Error 42: Symbol Undefined __trace_epi_n > Error 42: Symbol Undefined __trace_pro_n > Error 42: Symbol Undefined _getch > Error 42: Symbol Undefined _main > Error 42: Symbol Undefined _printf > Error 42: Symbol Undefined _puts > Error 42: Symbol Undefined _scanf > Warning 2: File Not Found phobos.lib > --- errorlevel 8 > ------------------------------------------------------------ > Copyright (C) Digital Mars 1989 - 2001 All Rights Reserved > > D:\dmd\bin\..\..\dm\bin\link.exe > G:\BaiTapD\Projects\nam1\nam1,nam1.exe,,user32+kernel32/co/noi; > D:\dmd\bin\dmd.exe -g -gt -debug -ID:\dmd\include -ID:\dmd\lib > -ID:\dmd\include\win32 -ID:\dmd\include\contrib -ID:\dmd\bin -ID:\dm\include > -odG:\BaiTapD\Projects\nam1 -ofnam1.exe "G:\BaiTapD\Projects\nam1\nam1.d" > G:\BaiTapD\Projects\nam1\nam1.obj(nam1) > OPTLINK : Warning 134: No Start Address > OPTLINK : Warning 23: No Stack > phobos.lib > ------------------------------------------------------------ > Build started on 3/3/2004 at 21:33:42 > Build Failed > > btw , what is idle auto-complete and tags option?? > Will it show a combo box which list all method belongs to specific module or > class ??? > > |
March 04, 2004 Re: DIDE/D won't compile when I put file on other drive | ||||
---|---|---|---|---|
| ||||
Posted in reply to C | Yes ,it is from a basic project .
I 've compiled it again from command line and it show no error .
In article <opr4a269smehmtou@localhost>, C says...
>
>Hmm thats odd, does it give you the same message when compiling from the=
> =
>
>command line ? Is this a Basic project ?
>
>> Will it show a combo box which list all method belongs to specific =
>
>> module or
>> class ???
>
>Not yet, it just completes any tag that matches. ( M-x complete-tag )
>
>C
>
|
March 04, 2004 Re: DIDE/D won't compile when I put file on other drive | ||||
---|---|---|---|---|
| ||||
Posted in reply to C | Mine works fine doing the same thing. Phill. "C" <dont@respond.com> wrote in message news:opr4a269smehmtou@localhost... Hmm thats odd, does it give you the same message when compiling from the command line ? Is this a Basic project ? > Will it show a combo box which list all method belongs to specific > module or > class ??? Not yet, it just completes any tag that matches. ( M-x complete-tag ) C On Wed, 3 Mar 2004 14:38:16 +0000 (UTC), Nam <Nam_member@pathlink.com> wrote: > I installed DIDE on D driver. > When I set projects path in DIDE to other driver such as > e:\DProjects\project1 > then when compiling DIDE throws that message : > > OPTLINK (R) for Win32 Release 7.50B1 > > Error 42: Symbol Undefined __acrtused_con > Error 42: Symbol Undefined __trace_epi_n > Error 42: Symbol Undefined __trace_pro_n > Error 42: Symbol Undefined _getch > Error 42: Symbol Undefined _main > Error 42: Symbol Undefined _printf > Error 42: Symbol Undefined _puts > Error 42: Symbol Undefined _scanf > Warning 2: File Not Found phobos.lib > --- errorlevel 8 > ------------------------------------------------------------ > Copyright (C) Digital Mars 1989 - 2001 All Rights Reserved > > D:\dmd\bin\..\..\dm\bin\link.exe > G:\BaiTapD\Projects\nam1\nam1,nam1.exe,,user32+kernel32/co/noi; > D:\dmd\bin\dmd.exe -g -gt -debug -ID:\dmd\include -ID:\dmd\lib > -ID:\dmd\include\win32 -ID:\dmd\include\contrib -ID:\dmd\bin > -ID:\dm\include > -odG:\BaiTapD\Projects\nam1 -ofnam1.exe "G:\BaiTapD\Projects\nam1\nam1.d" > G:\BaiTapD\Projects\nam1\nam1.obj(nam1) > OPTLINK : Warning 134: No Start Address > OPTLINK : Warning 23: No Stack > phobos.lib > ------------------------------------------------------------ > Build started on 3/3/2004 at 21:33:42 > Build Failed > > btw , what is idle auto-complete and tags option?? > Will it show a combo box which list all method belongs to specific > module or > class ??? > > |
Copyright © 1999-2021 by the D Language Foundation