Re: eVC++ : unresolved external symbol _acmFormatSuggest : where are the libs containing ACM functions ?
- From: "Bruce Eitman [eMVP]" <beitman.nospam@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 31 Jul 2007 12:16:29 -0400
acmStreamOpen is in coredll, if/when it is available.
--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net
Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member
<r_z_aret@xxxxxxxxxxxx> wrote in message
news:dglua3dm6i493b2tjr8di38f5jvp675en3@xxxxxxxxxx
On Tue, 31 Jul 2007 07:09:51 -0700, jerome.forestier@xxxxxxxxx wrote:
Hi there !
I use Embedded Visual c++ 4 to recompile for Pocket PC (Target is
WinCE4 ARM. Active configuration is STANDARDSDK) which use the
If the actual device you are targeting is a Pocket PC, you will
probably have problems with executables built using STANDARDSK; if
nothing else, the menus will be "wrong" (at top of screen instead of
bottom) or even missing. If this is the case, install and use the
Pocket PC SDK.
following functions : acmStreamOpen, acmStreamClose, acmFormatSuggest
and others. This functions are defined in "msacm.h", but the link do
not find the .LIB file supposed ton containing this functions. So i
get "error LNK2019: unresolved external symbol _acmFormatSuggest
referenced in function...".
I browse all the libs directories of the SDK (installed in C:\Program
Files\Windows CE Tools\wce400\STANDARDSDK\Lib ) but i could not find a
lib with the ACM functions.
Do I have to install a particular SDK to use this functions ? In
theory the functions are in msacm32.lib but this files do not exist on
the SDK.
This library isn't in my copies of the Pocket PC 2003 and Smartphone
2003 SDK either. These functions are in the headers, but not in
context-sensitive help (AKA MSDN Library). I just used google
(http://groups.google.com/advanced_group_search) to look up
acmStreamOpen pocket pc
and got 10 hits. I took a quick look and think at least some are
relevant. One even looks encouraging.
My project compile with the following libraries : commctrl.lib
coredll.lib winsock.lib .
Thanks for your help !
Jerome
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and
please indicate which newsgroup and message).
Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com
.
- References:
- Prev by Date: Re: eVC++ : unresolved external symbol _acmFormatSuggest : where are the libs containing ACM functions ?
- Next by Date: Re: Suspend and resume Compaction Thread
- Previous by thread: Re: eVC++ : unresolved external symbol _acmFormatSuggest : where are the libs containing ACM functions ?
- Index(es):
Relevant Pages
|