Thread: core sdk 2003

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

    Question core sdk 2003

    Hello everybody,

    I have a problem in VC6. I have downloaded core sdk 2003.
    I am not sure whether I installed it properly
    or not. After download was completed, I ran setenv.bat .This bat file
    I didnt have in my machine and copied only that file from another machine.

    Any path setting should be done? how to do it?
    can anyone help me?

    When I run my application I get an error C2065: undeclared identifier.

    regards,
    shezz

  2. #2
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    When I run my application I get an error C2065: undeclared identifier.
    Post the code that gives this error.

    If you're unsure about the installation, you should be able to uninstall the SDK through Control Panel, then re-install it.
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  3. #3
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    I dont have VC++ on this computer...but from memory....

    Go to Tools....Options....and there you should find a place to set directories. Add a path for libs leading to the lib folder in the new SDK, and do the same for the includes.

    Now when you build & compile, VC++ will scan those directories for what it needs

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 09-27-2007, 07:17 AM
  2. DirectSound header issues
    By dxfoo in forum C++ Programming
    Replies: 0
    Last Post: 03-19-2006, 07:16 PM
  3. February 2003 SDK induced conflict?
    By McClane77 in forum Windows Programming
    Replies: 4
    Last Post: 08-25-2005, 05:48 AM
  4. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  5. FILES in WinAPI
    By Garfield in forum Windows Programming
    Replies: 46
    Last Post: 10-02-2003, 06:51 PM