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: My exe is using functions from a DLL which are not exported
    ... that makes the error happen to the class in the dll, ... and I can't find them in the exports section of the dll in ... nor in the imports section of the exe. ... I've created pretty much the class structure of my previous post in a dll, then used it from my exe file. ...
    (microsoft.public.vc.mfc)
  • Re: My exe is using functions from a DLL which are not exported
    ... There is no .def file or __declspec ... You cannot ever call a non-exported function in a DLL. ... one of the classes in one of the dlls, to use it from the exe, and the ... As I already mentioned, the functions I'm using are defined in the cpp files, and I can't find them in the exports section of the dll in Dependency Walker, nor in the imports section of the exe. ...
    (microsoft.public.vc.mfc)
  • 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)
  • 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)