----- Original Message -----
Sent: Thursday, May 24, 2001 6:01
PM
Subject: [OpenDivX] Help~~~
(OpenDivX4Windows)
Hi, all
I have a elementary question again.
I complied divx.dll using source code from the mayo web site
without any changes and I got a working divx.dll.
However, I tried to compile divx.dll (using VC++ 6.0 and
DivX4Windows - Win32 project) with a little modified
encore.lib and decore.lib.
Then, I got the errors as follows.
What's wrong with this?
I'm so beginner and I need your help~~~.
Thanks all.
_________________________________________________________________________________________________________________
Output Window
Compiling
resources...
Compiling...
StdAfx.cpp
Compiling...
config_dialog.cpp
convert.cpp
dec_engine.cpp
DivX4Windows.cpp
DriverProc.cpp
enc_engine.cpp
Label.cpp
maintenance.cpp
D:\Egt\Temp\divx4windows\src\maintenance.cpp(171)
: warning C4129: 'm' : unrecognized character escape
sequence
D:\Egt\Temp\divx4windows\src\maintenance.cpp(226) : warning C4129:
'm' : unrecognized character escape
sequence
D:\Egt\Temp\divx4windows\src\maintenance.cpp(244) : warning C4129:
'm' : unrecognized character escape sequence
Generating
Code...
Linking...
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _ceil already
defined in libcmtd.lib(ceil.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005:
_exit already defined in libcmtd.lib(crt0dat.obj)
MSVCRT.lib(MSVCRT.dll) :
warning LNK4006: _ceil already defined in libcmtd.lib(ceil.obj); second
definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: _exit already
defined in libcmtd.lib(crt0dat.obj); second definition ignored
Creating library Debug/divx.lib and object Debug/divx.exp
LINK : warning
LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use
/NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts
with use of other libs; use /NODEFAULTLIB:library
bin/divx.dll : fatal
error LNK1169: one or more multiply defined symbols found
Error executing
link.exe.
_______________________________________________________________________________________________________