Re: Help on coredll.dll



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
> > >>
> > >>
> > >
> > >
> >
> >
>
>


.



Relevant Pages

  • Re: Getting started on the HP49g+
    ... either the original HP extable lib ... extable2 lib from http://www.hpcalc.org/details.php?id=3940. ... ask again if you have any problem installing libraries. ... compile the string with ASM (listed in the development lib menu, ...
    (comp.sys.hp48)
  • Compiling test classes that use mock objects from other Netbeans project
    ... Netbeans project. ... main and lib. ... project) so in the main project I had to add a reference to the lib ... fine and allows B.java to compile perfectly. ...
    (comp.lang.java.help)
  • Re: Compiling from native to managed VC++ /clr option dramatically enlarge static lib size.
    ... I guess that you compile all your souce files with /clr. ... need to compile to managed code. ... in addition to that there is a P/Invoke function ... If the lib contains many functions that wrap another functions 1:1, ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Where can I find a C complier
    ... > usually contain information that is usefull to compile the program. ... If a important lib wasnt found, ... Download the httpd package from apache.org ... Install the kernel-source package for the kernel you are running. ...
    (Fedora)