Thread: Modulating dtmf coding in C in Visual Studio 2008. Help Please.

  1. #1
    Registered User
    Join Date
    Dec 2011
    Posts
    5

    Modulating dtmf coding in C in Visual Studio 2008. Help Please.

    Hi, hello everyone.
    I am having troubles modulating these dtmf codes in visual studio 2008 in C.
    After going to Properties and selecting compile as C code, i complied it( F7) and then debuged it(F5) and then i was stopeed by this error window saying:
    Unable to start program
    'C:\Users\Trinetra\Documents\nltvc\dtmf\Debug\dtmf .exe.'
    The system cannot find the file specified.

    Help me what do I do?

    Trinetra.
    Attached Images Attached Images Modulating dtmf coding in C in Visual Studio 2008. Help Please.-dtmf1-jpg 

  2. #2
    Registered User mdj441's Avatar
    Join Date
    Aug 2011
    Location
    NYS, USA
    Posts
    18
    It looks like you're trying to debug it, but the output window at the bottom says your build failed.
    Try building again, but keep an eye out for compiler/linker errors.

    And it also looks as if you're compiling your code as C++.
    Last edited by mdj441; 12-05-2011 at 08:50 PM.

  3. #3
    Registered User
    Join Date
    Dec 2011
    Posts
    5
    hi,
    thanks for replying so quick.
    i have been to told to ignore the header files( stadfx.h)
    but the coding of the dtmf is C, right?
    when i try to build it again, same thing.
    So i checked the edbug folder....i seem to be missing the exe file.
    How is that?
    Did i miss out something? Must i do something to the source file?

    Thanks.
    Trinetra

  4. #4
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by trinetra31 View Post
    hi,
    thanks for replying so quick.
    i have been to told to ignore the header files( stadfx.h)
    but the coding of the dtmf is C, right?
    when i try to build it again, same thing.
    So i checked the edbug folder....i seem to be missing the exe file.
    How is that?
    Did i miss out something? Must i do something to the source file?

    Thanks.
    Trinetra
    It's because your code is not compiling...

    Turn up the compiler warnings level to maximum... pay attention to every message it prints out while compiling and treat each and every one of them as an issue to be resolved.

  5. #5
    Registered User
    Join Date
    Dec 2011
    Posts
    5
    Hi thanks,
    i checked the output comments and got this.
    what do i do with the macro.h?
    i am so new to C.
    This macro.h is new to me. Sorry.
    I was told by my lecturer to get the codes from this web:
    Aerospace Software Ltd.
    Attached Images Attached Images Modulating dtmf coding in C in Visual Studio 2008. Help Please.-dtmf2-jpg 

  6. #6
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Your lecturer is an idiot... those are linux programs for dialing telephone numbers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Which version of Visual Studio 2008
    By RocketMan in forum C++ Programming
    Replies: 6
    Last Post: 10-28-2009, 03:16 AM
  2. Visual Studio 2008 C++ Theme
    By valaris in forum Tech Board
    Replies: 0
    Last Post: 06-11-2009, 01:55 PM
  3. anyone have visual studio 2008?
    By m37h0d in forum C++ Programming
    Replies: 5
    Last Post: 04-04-2009, 11:32 AM
  4. C & visual studio 2008
    By Red Maw in forum C Programming
    Replies: 2
    Last Post: 04-02-2009, 09:06 PM
  5. New to Visual Studio 2008
    By bargomer in forum C++ Programming
    Replies: 5
    Last Post: 09-19-2008, 02:16 PM