Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
G

G Makesh

@G Makesh
About
Posts
3
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • call c# class from Java using JNI
    G G Makesh

    i am working with vs 2005 and i want to call a c# class and methods from Java using JNI. kindly help with some example

    C# csharp java visual-studio help tutorial

  • How compile this managed c++ help urgently needed
    G G Makesh

    here CSharpHelloWorld.netmodule is in the bin folder of the managed c++ project #include #include "CSharpHelloWorld.netmodule" #include namespace System; public __gc class HelloWorldC { public: CSharpHelloWorld __gc *t; // Provide .NET interop and garbage collecting to the pointer. HelloWorldC() { t = new CSharpHelloWorld(); // Assign the reference a new instance of the object } // This inline function is called from the C++ Code void callCSharpHelloWorld() { t->displayHelloWorld(); } }; thanks in advance

    C / C++ / MFC csharp c++ com help

  • How compile this managed c++ help urgently need [modified]
    G G Makesh

    #using #using"CSharpHelloWorld.netmodule" using namespace System; public __gc class HelloWorldC { public: CSharpHelloWorld __gc *t; // Provide .NET interop and garbage collecting to the pointer. HelloWorldC() { t = new CSharpHelloWorld(); // Assign the reference a new instance of the object } // This inline function is called from the C++ Code void callCSharpHelloWorld() { t->displayHelloWorld(); } }; thanks in advance -- modified at 4:57 Monday 19th November, 2007

    Managed C++/CLI csharp c++ com help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups