Help, error with using fmodlcc.lib(+) using additional files to be included in t

Started by antrus, February 24, 2010, 11:35:22 AM

Previous topic - Next topic

antrus

Help, error with using fmodlcc.lib(+) using additional files to be included in the link

Help, error with using fmodlcc.lib

I use additional files to be included in the link
(Configuration of Wedit - Linker - Additional files to be included in
the link OPTION STRING)
:
diskpath\library\fmodlcc.lib

For that step compiling/linking work, but if launch application after
build write this message:

- Can`t find Enter Point in function FSOUND_PlaySound in library DLL
fmod.dll

May be who know what problems with that library usage?

Thanks.

An Trusouski.
->ant.rus@hotmail.com<-

AlexN

If you use Wedit, I guess you use lcc-win32.

AFAIK lcc-win32 uses an other binary-format than Pelles C. So you can't mix Pelles C and lcc-win32.

If you only use lcc-win32, you better use the forum at http://groups.google.com/group/comp.compilers.lcc/topics?hl=en&lnk&pli=1.
best regards
Alex ;)