User Profile

Collapse

Profile Sidebar

Collapse
arjun404346
arjun404346
Last Activity: Jul 19 '10, 04:32 PM
Joined: Jul 13 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • arjun404346
    replied to sending pointer from C++ to C#
    Actually I am working on unity3d and there is no setting option for compiling. I have to send a pointer from a C++ program (which is being compiled on Visual C++) to C# program (which is being compiled by unity3d compiler).

    I have to change IplImage (contained in openCv library for C) to Texture2D image (used by unity3d) and for that I have to tell unity3d where this IplImage is stored in the memory. And so I need to send a pointe...
    See more | Go to post

    Leave a comment:


  • arjun404346
    replied to sending pointer from C++ to C#
    thnx,
    now its showing error
    "Unsafe code requires the 'unsafe' command line option to be specified
    :( :(
    See more | Go to post

    Leave a comment:


  • arjun404346
    started a topic sending pointer from C++ to C#

    sending pointer from C++ to C#

    Hello all,
    I have to send a pointer from C++ to C#. How can I do this?
    Error message I am getting on the C# program is
    "Pointers and fixed size buffers may only be used in an unsafe context"
    Please help.
    See more | Go to post
No activity results to display
Show More
Working...