Thread: 'undeclared identifier' in tapi

  1. #1
    Registered User
    Join Date
    Oct 2003
    Posts
    6

    'undeclared identifier' in tapi

    Hello,

    I am using VC++ 6.0 to develop a tapi 3 application in XP.
    I get an error like this. I have included Tapi 3.h and OTher lib files,
    version.lib strmiids.lib t3iid.lib

    C:\VC++\incoming.cpp(74) : error C2065: 'LINEADDRESSTYPE_PHONENUMBER' : undeclared identifier

    when this was not working I included tapi.h and tapi32.lib

    Still it is not working..
    Is it bcos that I am using VC6.0 instead of .net

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    >>Is it bcos that I am using VC6.0 instead of .net<<

    It doesn't appear to be declared in the tapi.h header that ships with msvc6 but is probably included in the tapi.h header with the latest sdk from microsoft.

    Feb 2003 psdk.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  3. #3
    Registered User
    Join Date
    Oct 2003
    Posts
    6

    Smile Thanks

    Thanks .........Ken Fitlike !!!!!!!!

    You are right.. I installed Core SDK . And my problem was solved.
    It was bcos I didnt have the latest updates...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. An error is driving me nuts!
    By ulillillia in forum C Programming
    Replies: 5
    Last Post: 04-04-2009, 09:15 PM
  2. Game Pointer Trouble?
    By Drahcir in forum C Programming
    Replies: 8
    Last Post: 02-04-2006, 02:53 AM
  3. Why wont my function exit correctly?
    By LightsOut06 in forum C Programming
    Replies: 2
    Last Post: 10-09-2005, 09:23 PM
  4. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  5. Problem with Visual C++ Object-Oriented Programming Book.
    By GameGenie in forum C++ Programming
    Replies: 9
    Last Post: 08-29-2005, 11:21 PM