|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide 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 electronics |
digitalmars.D.learn - [newbie] Compilation problem
Hi all, I'm trying to compile a project that using DFL. There's no problem to compile my project with dsss. But when I compile it inside Poseidon, it seems that it don't find some libraries... Here is the output : C:\DMD\dmd\bin\dmd.exe C:\Users\Florent\Desktop\Projets\DFile\DFile\tests\InternalWinPanelTest.d C:\Users\Florent\Desktop\Projets\DFile\GlobalLook.obj C:\Users\Florent\Desktop\Projets\DFile\DFile\ui\InternalWinPanel.d C:\Users\Florent\Desktop\Projets\DFile\SplitPanel.obj -ofDFile C:\DMD\dmd\lib\dfl.lib C:\DMD\dmd\bin\link.exe InternalWinPanelTest+C:\Users\Florent\Desktop\Projets\DFile\GlobalLook+InternalWinPanel+C:\Users\Florent\Desktop\Projets\DFile\SplitPanel,DFile,,C:\DMD\dmd\lib\dfl.lib+user32+kernel32/noi+tango-user-dmd.lib; OPTLINK (R) for Win32 Release 8.00.1 Copyright (C) Digital Mars 1989-2004 All rights reserved. C:\DMD\dmd\lib\dfl.lib(control) Error 42: Symbol Undefined _D3dfl8internal12_stdcwindows6LOWORDFiZt C:\DMD\dmd\lib\dfl.lib(control) Error 42: Symbol Undefined _D3dfl8internal12_stdcwindows6HIWORDFiZt --- errorlevel 2 Finished Thanks in advance, TSalm -- Utilisant le client e-mail révolutionnaire d'Opera : http://www.opera.com/mail/ Apr 07 2008
tsalm wrote:Hi all, I'm trying to compile a project that using DFL. There's no problem to compile my project with dsss. But when I compile it inside Poseidon, it seems that it don't find some libraries... Here is the output : C:\DMD\dmd\bin\dmd.exe C:\Users\Florent\Desktop\Projets\DFile\DFile\tests\InternalWinPanelTest.d C:\Users\Florent\Desktop\Projets\DFile\GlobalLook.obj C:\Users\Florent\Desktop\Projets\DFile\DFile\ui\InternalWinPanel.d C:\Users\Florent\Desktop\Projets\DFile\SplitPanel.obj -ofDFile C:\DMD\dmd\lib\dfl.lib C:\DMD\dmd\bin\link.exe InternalWinPanelTest+C Apr 07 2008
"tsalm" <tsalm free.fr> wrote in message news:op.t89cnxr6010shu papillon.lan...Hi all, I'm trying to compile a project that using DFL. There's no problem to compile my project with dsss. But when I compile it inside Poseidon, it seems that it don't find some libraries... Here is the output : C:\DMD\dmd\bin\dmd.exe C:\Users\Florent\Desktop\Projets\DFile\DFile\tests\InternalWinPanelTest.d C:\Users\Florent\Desktop\Projets\DFile\GlobalLook.obj C:\Users\Florent\Desktop\Projets\DFile\DFile\ui\InternalWinPanel.d C:\Users\Florent\Desktop\Projets\DFile\SplitPanel.obj -ofDFile C:\DMD\dmd\lib\dfl.lib C:\DMD\dmd\bin\link.exe InternalWinPanelTest+C:\Users\Florent\Desktop\Projets\DFile\GlobalLook+InternalWinPanel+C:\Users\Florent\Desktop\Projets\DFile\SplitPanel,DFile,,C:\DMD\dmd\lib\dfl.lib+user32+kernel32/noi+tango-user-dmd.lib; OPTLINK (R) for Win32 Release 8.00.1 Copyright (C) Digital Mars 1989-2004 All rights reserved. C:\DMD\dmd\lib\dfl.lib(control) Error 42: Symbol Undefined _D3dfl8internal12_stdcwindows6LOWORDFiZt C:\DMD\dmd\lib\dfl.lib(control) Error 42: Symbol Undefined _D3dfl8internal12_stdcwindows6HIWORDFiZt --- errorlevel 2 Finished Thanks in advance, TSalm -- Utilisant le client e-mail révolutionnaire d'Opera : http://www.opera.com/mail/ Apr 08 2008
I'm trying to compile a project that using DFL. There's no problem to compile my project with dsss. But when I compile it inside Poseidon, it seems that it don't find some libraries... Here is the output : C:\DMD\dmd\bin\dmd.exe C:\Users\Florent\Desktop\Projets\DFile\DFile\tests\InternalWinPanelTest.d C:\Users\Florent\Desktop\Projets\DFile\GlobalLook.obj C:\Users\Florent\Desktop\Projets\DFile\DFile\ui\InternalWinPanel.d C:\Users\Florent\Desktop\Projets\DFile\SplitPanel.obj -ofDFile C:\DMD\dmd\lib\dfl.lib C:\DMD\dmd\bin\link.exe InternalWinPanelTest+C:\Users\Florent\Desktop\Projets\DFile\GlobalLook+InternalWinPanel+C:\Users\Florent\Desktop\Projets\DFile\SplitPanel,DFile,,C:\DMD\dmd\lib\dfl.lib+user32+kernel32/noi+tango-user-dmd.lib; OPTLINK (R) for Win32 Release 8.00.1 Copyright (C) Digital Mars 1989-2004 All rights reserved. C:\DMD\dmd\lib\dfl.lib(control) Error 42: Symbol Undefined _D3dfl8internal12_stdcwindows6LOWORDFiZt C:\DMD\dmd\lib\dfl.lib(control) Error 42: Symbol Undefined _D3dfl8internal12_stdcwindows6HIWORDFiZt --- errorlevel 2 Apr 09 2008
|