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

Search:

Type: Posts; User: DevendraM

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,660

    Re: Ambiguous symbol in code.....

    Thanx..
    It worked...:cool:
  2. Replies
    5
    Views
    2,660

    Re: Ambiguous symbol in code.....

    This is error
    32259
    I am attaching code also..

    private: System::Void pictureBox3_Click(System::Object^ sender, System::EventArgs^ e) {
    if(i<100)
    {...
  3. Replies
    5
    Views
    2,660

    Ambiguous symbol in code.....

    I am working on my project of gesture recognition using c++ and open cv and i am also designing GUI simultaneously.
    I am using system namespace for GUI part and cv namespace for gestures.
    After...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured