#182 closed defect (fixed)
toltcl.dll doesn't compile in MSDev
Reported by: | César Pérez Álvarez | Owned by: | Jorge |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Various | Version: | head |
Severity: | blocker | Keywords: | |
Cc: |
Description
When I try to compile toltcl.dll doesn't compile and reports this message:
Deleting intermediate files and output files for project 'toltcl - Win32 Release'.
Compiling...
crash.c
pool.cpp
tclutils.cpp
tolaccess.cpp
...
Linking...
Creating library Release/toltcl.lib and object Release/toltcl.exp
libcpmt.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol
_setlc_active
libcpmt.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol
_unguarded_readlc_active
libcpmt.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol pctype
libcpmt.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol
_mb_cur_max
libcpmt.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol
_lc_codepage
libcpmt.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol
_lc_handle
Release/toltcl.dll : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.
toltcl.dll - 7 error(s), 376 warning(s)
Someone could help me?
Change History (4)
comment:1 Changed 21 years ago by
Owner: | changed from danirus to Jorge |
---|---|
Summary: | toltcl.dll doesn't compile in MSDev → toltcl.dll doesn't compile in MSDev |
comment:2 Changed 21 years ago by
Status: | new → assigned |
---|
This seems to be an error in the compiler options.
comment:3 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
the fix can be downloaded from the CVS. Update the directory toltcl/win and
rebuild the toltcl library.
I still does not like the huge amount of compiler warning!!!
comment:4 Changed 18 years ago by
bug_file_loc: | → http://www.tol-project.org |
---|
I will take care of this