Re: Help on coredll.dll
- From: "Alex" <xia_alex_9542@xxxxxxxxxxxxxx>
- Date: Tue, 19 Apr 2005 16:08:05 -0500
I have compiled the code using eVC 3.0 and have no problem, but I can not
use eVC 4.0. So I guess I need an extra lib for SIP support in cVC 4.0. But
where I can get that lib?
Thanks for help.
Alex
"Alex" <xia_alex_9542@xxxxxxxxxxxxxx> wrote in message
news:ei$nEESRFHA.3628@xxxxxxxxxxxxxxxxxxxxxxx
> Yes, I use standard SDK and try to compile for ARM device. Under standard
> SDK ARMV4 directory, the header "sipapi.h" is provided, but I guess there
is
> no implementation for it. So if I try to compile for ARM device, I need to
> get a lib to suppout SIP. This does not sound right.
>
> Please provide some documentation so I can fix this problem. Thanks.
>
> Alex
>
> "Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
> wrote in message news:OiE%23J3RRFHA.2252@xxxxxxxxxxxxxxxxxxxxxxx
> > After slight modifications to make your code actually compilable
(where's
> > DlgProc?), etc., I can build this fine without adding *any* extra .lib
> files
> > to the link specification. I'm targeting our device, which *does* have
> SIP
> > support in it. I say that yours doesn't or that you're targeting the
> > Standard SDK, WHICH DOES NOT REQUIRE SIP SUPPORT!
> >
> > Paul T.
> >
> > "Alex" <xia_alex_9542@xxxxxxxxxxxxxx> wrote in message
> > news:OJ7$8URRFHA.2252@xxxxxxxxxxxxxxxxxxxxxxx
> > > The code is straightforward,
> > >
> > > #include "stdafx.h"
> > > #include <sipapi.h>
> > >
> > > int WINAPI WinMain( HINSTANCE hInstance,
> > > HINSTANCE hPrevInstance,
> > > LPTSTR lpCmdLine,
> > > int nCmdShow)
> > > {
> > > hInst = hInstance;
> > > SipShowIM(SIPF_ON);
> > > DialogBox(hInst, MAKEINTRESOURCE(IDD_STARTUP), NULL, DlgProc);
> > > return 0;
> > > }
> > >
> > > And the error is
> > > Compiling...
> > > myapp.cpp
> > > Linking...
> > > myapp.obj : error LNK2019: unresolved external symbol SipShowIM
> referenced
> > > in function WinMain
> > > ARMV4Rel/myapp.exe : fatal error LNK1120: 1 unresolved externals
> > > Error executing link.exe.
> > >
> > > I think the lib reference is not right, but I just can not find
> SipShowIM
> > > in
> > > coredll.lib.
> > >
> > > Thanks for your help.
> > >
> > > Alex
> > >
> > > "Steve Maillet (eMVP)" <nospam1@xxxxxxxxxxxxxxxxxxxxxxx> wrote in
> message
> > > news:%23WPnMCRRFHA.3704@xxxxxxxxxxxxxxxxxxxxxxx
> > >> post the offending code sections and the EXACT error message.
> > >>
> > >> --
> > >> Steve Maillet
> > >> EmbeddedFusion
> > >> www.EmbeddedFusion.com
> > >> smaillet at EmbeddedFusion dot com
> > >>
> > >>
> > >
> > >
> >
> >
>
>
.
- Follow-Ups:
- Re: Help on coredll.dll
- From: Paul G. Tobey [eMVP]
- Re: Help on coredll.dll
- References:
- Help on coredll.dll
- From: Alex
- Re: Help on coredll.dll
- From: Paul G. Tobey [eMVP]
- Re: Help on coredll.dll
- From: Alex
- Re: Help on coredll.dll
- From: Steve Maillet \(eMVP\)
- Re: Help on coredll.dll
- From: Alex
- Re: Help on coredll.dll
- From: Paul G. Tobey [eMVP]
- Re: Help on coredll.dll
- From: Alex
- Help on coredll.dll
- Prev by Date: Re: Help on coredll.dll
- Next by Date: Re: Help on coredll.dll
- Previous by thread: Re: Help on coredll.dll
- Next by thread: Re: Help on coredll.dll
- Index(es):
Relevant Pages
|