Question on VoIP sample program.

From: Bryan (anonymous_at_discussions.microsoft.com)
Date: 03/29/04


Date: Mon, 29 Mar 2004 02:51:06 -0800

Hi, I have a question about a VoIP sample code I'm try to compile.
I might be sounding a little stupid but I have to get the code running and run a few tests within a few days.
I have my reasons....
I'm kind of a newbie to Windows (CE) programming so please give me some pointers on what I'm doing wrong.

The sample code is in a directory named "VOIPDEMO".
Since there wasn't a eVC++ project file
I made a empty project and added all the files manually.
There were 31 link error at first and it was dropped to 13 after including some library files using the project menu.
After that I found that the "rtccallp.idl" wasn't included on the project.
So I included the file and the compile steps changed a bit .... and the compiler tells me the following message.
"Error executing midl.exe".
Well I tried compiling the idl file manually but it dosen't work or I'm not doing it right.
I've made basic applications in CORBA but not COM
and I have basic knowledge about windows programming and MFC.
I'm looking through a whole lot of documents and getting lost.
Can anybody be kind enough to give me some advice.
Thank you.

Bryan.



Relevant Pages

  • Re: String Manipulations
    ... >> Unicode although after taking your advice it worked as I originally ... >> within the same scope of the CString example that wont compile either. ... >> Perhaps my project environment needs to be adjusted a bit? ... >> sample code shouldn't be this cumbersome. ...
    (microsoft.public.vc.language)
  • Re: ExportXML
    ... The sample code, taken from Business Solutions Access 2007 VBA book, ... The message I get when I run from immediate window is: ... "Compile error: Argument not optional" ... Public Sub ExportQuery(strSource As String, strPath As String, strTarget ...
    (microsoft.public.access.modulesdaovba)
  • Re: Overriding System Calls
    ... We have downloaded the sample code from this location ... as a command to compile this source code. ... But when we insmod this module,it gives just one error as ... syscall.o: unresolved symbol sys_call_table ...
    (comp.os.linux.development.system)
  • Bug in Clientpost.cs?
    ... I have copied and paste the following sample code from VS.Net MSDN sample ... 'HttpUtility' does not exist in the class or namespace 'System.Web' (are you ... So i do not understand why the code can not compile. ... class ClientPOST { ...
    (microsoft.public.dotnet.general)
  • bug in clientpost.cs?
    ... I have copied and paste the following sample code from VS.Net MSDN sample ... 'HttpUtility' does not exist in the class or namespace 'System.Web' (are you ... So i do not understand why the code can not compile. ... class ClientPOST { ...
    (microsoft.public.dotnet.languages.csharp)