View previous topic :: View next topic |
Author |
Message |
fithisux
Joined: 30 Sep 2010 Posts: 8
|
Posted: Thu Sep 30, 2010 2:32 am Post subject: Problem with DFL |
|
|
I have problems with using dfl-20100801.zip
I have latest tango and latest dmd (1.064) and latest dmc on my WinXPSP3x86
I have built everything and tried to compile
E:\digitalmars\DFL\packages\dfl\examples\d1tango\pictureviewer.d
The problem is
OPTLINK (R) for Win32 Release 8.00.7
Copyright (C) Digital Mars 1989-2010 All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
E:\digitalmars\dmd\lib\dfl.lib(control)
Error 42: Symbol Undefined _D3dfl8internal12_stdcwindows6HIWORDFiZt
E:\digitalmars\dmd\lib\dfl.lib(control)
Error 42: Symbol Undefined _D3dfl8internal12_stdcwindows6LOWORDFiZt
--- errorlevel 2
I have use the libs from dmd and dwt-win-importlibs.zip
can you confirm this? |
|
Back to top |
|
|
fithisux
Joined: 30 Sep 2010 Posts: 8
|
Posted: Fri Oct 01, 2010 2:29 am Post subject: |
|
|
Replying to my post.
Problem resolved, the makelib.bat needed some tweaking to include internal/_stcwindows.d and _stdcwindows.obj . |
|
Back to top |
|
|
Chris Miller
Joined: 27 Mar 2004 Posts: 514 Location: The Internet
|
Posted: Sun Oct 31, 2010 8:12 pm Post subject: Re: Problem with DFL |
|
|
Are you calling makelib.bat directly? It doesn't include internal/_stcwindows.d and _stdcwindows.obj if the environment variable 'dlib' isn't set to Tango. When using dfl.exe, this variable is set automatically. I am considering adding a makelibtango.bat that will set it as well. |
|
Back to top |
|
|
|