[Openal] ConvertReverbParameters
Daniel PEACOCK
dpeacock at creativelabs.com
Fri Aug 25 08:45:32 PDT 2006
Hi,
Presumably you are linking to the efx-util.lib file from the SDK ? This
library was built using Visual Studio .NET2005 with the Multi-Threaded
runtime library option (.NET2005, unlike previous versions of the compiler,
only allows you to use Multi-Threaded runtime libraries now).
Anyway, it appears that your application is using single thread run-time
libraries(LIBCMT). However something else is going on, because in my
experience you normally only get a warning from the linker saying something
like "warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other
libs; use /NODEFAULTLIB:library", not errors.
You could try either changing your application to use the Multi-Threaded
runtime library (Project Properties -> C++ -> Code Generation -> Runtime
Library -> Multi-Threaded (/MT)), or ignoring libcmt.lib (Project
Properties -> Linker -> Input -> Ignore Specific Library -> libcmt.
Dan
Notice
The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this
message by anyone else is unauthorized. If you are not the intended
recipient, any disclosure, copying or distribution of the message, or
any action taken by you in reliance on it, is prohibited and may be
unlawful. If you have received this message in error, please delete it
and contact the sender immediately. Thank you.
"Patrik ----"
<shouisken at hotmai
l.com> To
Sent by: openal at opensource.creative.com
openal-bounces at op cc
ensource.creative
.com Subject
[Openal] ConvertReverbParameters
08/24/2006 04:30
AM
Hi!
Whenever i try to use ConvertReverbParameters() i get several inking
errors.
Does anyone know what could cause this? I am using .net
LIBCMT.lib(acos.obj) : error LNK2005: _acos already defined in
MSVCRT.lib(MSVCR71.dll)
LIBCMT.lib(fpinit.obj) : error LNK2005: __ldused already defined in a
previous module
LIBCMT.lib(fpinit.obj) : error LNK2005: __fltused already defined in a
previous module
LIBCMT.lib(strcat.obj) : error LNK2005: _strcpy already defined in
MSVCRT.lib(MSVCR71.dll)
LIBCMT.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in
MSVCRT.lib(MSVCR71.dll)
LIBCMT.lib(crt0dat.obj) : error LNK2005: _exit already defined in
MSVCRT.lib(MSVCR71.dll)
LIBCMT.lib(crt0dat.obj) : error LNK2005: __exit already defined in
MSVCRT.lib(MSVCR71.dll)
LIBCMT.lib(crt0dat.obj) : error LNK2005: __cexit already defined in
MSVCRT.lib(MSVCR71.dll)
LIBCMT.lib(crt0dat.obj) : error LNK2005: __c_exit already defined in
MSVCRT.lib(MSVCR71.dll)
LIBCMT.lib(atox.obj) : error LNK2005: _atoi already defined in
MSVCRT.lib(MSVCR71.dll)
LIBCMT.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in
MSVCRT.lib(cinitexe.obj)
LIBCMT.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in
MSVCRT.lib(cinitexe.obj)
LIBCMT.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in
MSVCRT.lib(cinitexe.obj)
LIBCMT.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in
MSVCRT.lib(cinitexe.obj)
_______________________________________________
Openal mailing list
Openal at opensource.creative.com
http://opensource.creative.com/mailman/listinfo/openal
ForwardSourceID:NT00035EFE
More information about the Openal
mailing list