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

Search:

Type: Posts; User: KillaKem

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,160

    Re: Referencing Classes

    It worked!!! Thank you very much!!! I can't believe it was just an easy fix.
  2. Replies
    7
    Views
    1,160

    Re: Referencing Classes

    ClassY


    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;

    namespace Complex_Numbers
    {
  3. Replies
    7
    Views
    1,160

    Re: Referencing Classes

    "ClassX" is the name of the namespace of the library.I've just tried putting
    Using ClassX.ClassY, where ClassY is the actual class i'm interested in using and it's still failing.
  4. Replies
    7
    Views
    1,160

    Referencing Classes

    I have been trying to referenceClass library I have in a windows form application I am currently working on but it's not working! :( I created the DLL file by going to Projects > Build Solution and...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured