CodeGuru Forums -
CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic Newsletters VB Forums Developer.com


Newest CodeGuru.com Articles:

  • Installing SQL Server 2008
  • Writing UDFs for Firebird Embedded SQL Server
  • [Updated] Shutdown Manager
  • Building Windows Azure Cloud Service Applications with Azure Storage and the Azure SDK

  • Search CodeGuru:
     



    Go Back   CodeGuru Forums > Visual C++ & C++ Programming > Managed C++ and C++/CLI
    FAQ Members List Calendar Search Today's Posts Mark Forums Read

    Managed C++ and C++/CLI Discuss Managed C++ and .NET-specific questions related to C++.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1    
    Old August 2nd, 2005, 04:54 AM
    codegurugeek codegurugeek is offline
    Member
     
    Join Date: Feb 2005
    Posts: 64
    codegurugeek is an unknown quantity at this point (<10)
    Thumbs up What error is that?

    Quote:
    if ((!igb)││(!pinout)││(!destfilter))
    {
    return E_POINTER;
    }


    error printed:

    AVOp.cpp(337) : error C3209: '' : Unicode identifiers are not yet supported
    AVOp.cpp(337) : error C2146: syntax error : missing ')' before identifier ''
    AVOp.cpp(337) : error C3209: '' : Unicode identifiers are not yet supported
    AVOp.cpp(337) : error C2146: syntax error : missing ';' before identifier ''
    AVOp.cpp(337) : error C3861: '': identifier not found, even with argument-dependent lookup
    AVOp.cpp(337) : error C2059: syntax error : ')'
    AVOp.cpp(338) : error C2143: syntax error : missing ';' before '{'
    AVOp.cpp(337) : error C3861: '': identifier not found, even with argument-dependent lookup
    i am so confuse and puzzled... after searching through the whole day for nothing.. can anyone just assist me on this please?
    Reply With Quote
      #2    
    Old August 2nd, 2005, 05:26 AM
    m_sivadhas m_sivadhas is offline
    Junior Member
     
    Join Date: Jul 2005
    Posts: 1
    m_sivadhas is an unknown quantity at this point (<10)
    Question Re: What error is that?

    The information what u given is not enough
    to identify the error.
    Reply With Quote
      #3    
    Old August 2nd, 2005, 05:37 AM
    Darka Darka is offline
    Member
     
    Join Date: Jan 2005
    Location: Brighton, England
    Posts: 241
    Darka will become famous soon enough (65+)
    Re: What error is that?

    Well, it looks like you have a unicode identifier somewhere in your code, probably just before the code you posted.

    Unicode identifies are not supported in VS.NET 2003, I think they are in VS.NET 2005

    You really should post some more of the code, specifically code before line 337

    regards,
    Reply With Quote
      #4    
    Old August 2nd, 2005, 05:43 AM
    humptydumpty humptydumpty is offline
    Elite Member
     
    Join Date: May 2005
    Location: Minnesota
    Posts: 3,665
    humptydumpty has disabled reputation
    Lightbulb Re: What error is that?

    Quote:
    Originally Posted by codegurugeek
    i am so confuse and puzzled... after searching through the whole day for nothing.. can anyone just assist me on this please?
    just check it out

    according to your information
    just go through MSDN.and if possible post your code
    error no C3209 occurs

    'char' : Unicode identifiers are not yet supported
    Unicode characters are not supported here#include <stdio.h>
    Code:
    int main()
    {
       // use the following syntax instead
       int \u30c2\u30dc = 10;
       printf("%d\n", \u30c2\u30dc);
    }
    and might be you forget to closed your opening quotes "
    Reply With Quote
      #5    
    Old August 2nd, 2005, 08:39 PM
    codegurugeek codegurugeek is offline
    Member
     
    Join Date: Feb 2005
    Posts: 64
    codegurugeek is an unknown quantity at this point (<10)
    Lightbulb Re: What error is that?

    Quote:
    by m_sivadhas
    The information what u given is not enough
    to identify the error.
    Quote:
    by Darka
    You really should post some more of the code, specifically code before line 337
    Sorry about that because the information i have only consist those. The debugger is pointing on that portion only

    Quote:
    by humptydumpty
    just check it out
    according to your information
    just go through MSDN.and if possible post your code
    error no C3209 occurs

    Okay, i got the error[GOD_MODE]. Indeed is the operator problem.. geez..

    Thank you all Guys
    m_sivadhas
    humptydumpty
    Darka
    Reply With Quote
    Reply

    Bookmarks
    Go Back   CodeGuru Forums > Visual C++ & C++ Programming > Managed C++ and C++/CLI


    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 11:10 PM.



    Acceptable Use Policy

    internet.comMediabistrojusttechjobs.comGraphics.com

    WebMediaBrands Corporate Info


    Advertise | Newsletters | Feedback | Submit News

    Legal Notices | Licensing | Permissions | Privacy Policy


    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
    Copyright WebMediaBrands Inc. 2002-2009