Pelles C forum

Pelles C => General discussions => Topic started by: antrus on February 24, 2010, 11:35:22 AM

Title: Help, error with using fmodlcc.lib(+) using additional files to be included in t
Post by: antrus on February 24, 2010, 11:35:22 AM
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<-
Title: Re: Help, error with using fmodlcc.lib(+) using additional files to be included in t
Post by: AlexN on February 24, 2010, 03:40:03 PM
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 (http://groups.google.com/group/comp.compilers.lcc/topics?hl=en&lnk&pli=1).