Re: SIP for Delphi and .NET including Compact Framework for Voip apps on PocketpC



Steve Garland wrote:
http://www.astatech.com/products/voip/sip/

A SIP stack for Delphi would be pretty cool. I downloaded this and tried to get it running in D7. No such luck. Generated multiple errors complaining that it couldn't find the exports from the DLL for about four or five functions. Remmed out the failing ones so I could actually build the EXE.


Unfortunately, the EXE was generating access violations whenever I tried a direct IP-to-IP call. Used the same address with SJPhone (a free SIP SoftPhone) and it worked just fine.

Is there anyway to see what's going in the guts of this thing?

Jason Swager
.



Relevant Pages

  • RE: 193 Is not a valid application. ERROR_BAD_EXE_FORMAT
    ... DLL and what the OS can load. ... Another cause is missing exports from other ... > I have no idea why I get this error or what it means since the .exe is ...
    (microsoft.public.windowsce.platbuilder)
  • Link with an EXE with Project Dependencies
    ... I’m trying to link a DLL with an EXE that exports some symbols. ... Project Dependencies tool, it does not work. ...
    (microsoft.public.vc.language)
  • Re: dll problems in VC++
    ... > possible to link that .lib with the DLL and access any exported ... There are three ways to cause the linker to create an.LIB ... any will work when you link either a .DLL or a .EXE. ... EXPORTS directive in a .DEF file ...
    (microsoft.public.vc.language)
  • Re: Editors
    ... some strip them on exe files by default. ... "preferred base address" and, yup, relocations are completely ... DLL files, though, aren't loaded into their own address space but are ... EXE's "entry-point", though, is not "special" in that it's just an ...
    (alt.lang.asm)
  • Re: DLL pass vector by value crash
    ... The prototype for testfunc is a by-value copy, so it has to make a copy of the value. ... Are you using static linking for either the .exe (if so, it probably won't work correctly, ... clearly using the shared CRT DLL for the DLL you are constructing. ... no crash occurs in either config. ...
    (microsoft.public.vc.mfc)