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

Search:

Type: Posts; User: kanak

Search: Search took 0.02 seconds.

  1. Re: creating a dll in visual C++ class library to import in to visual C# console appl

    :thumbd:
  2. Re: Creating a VC++ Code analyser tool for my project

    sir do you know how to create dll using class library in vc++
  3. creating a dll in visual C++ class library to import in to visual C# console appl.

    the class library name is simple
    the header file is simple .h

    //simple.h
    #pragma once
    using namespace System;
    namespace simple
    {
    public class class1
    {
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured