Thread: Referenceing help needed

  1. #1
    Registered User
    Join Date
    Sep 2006
    Posts
    7

    Referenceing help needed

    Hi all,
    I'm trying to learn C# and would like to make a card game. I have read that I could use the card.dll that's already installed on my computer. Here-in lies my problem. I startup Visual Studio 05 and create a standard.exe and try to reference the card.dll in the system folder but I get a message saying "Cannot add file"
    I've also started up VB 6.0 to see if I could reference it and same think.
    I copied the cards.dll to a different location and still no go.
    I'm at a loss.
    Please tell me what's going on here.
    P.S. Not sure if this is related but I can't run scs from the cmd prompt either..error "not recognized as an internal or external command".
    Thanks
    Halfdeck

  2. #2
    System Novice siavoshkc's Avatar
    Join Date
    Jan 2006
    Location
    Tehran
    Posts
    1,246
    Can you quote the text you've read about card.dll?
    Learn C++ (C++ Books, C Books, FAQ, Forum Search)
    Code painter latest version on sourceforge DOWNLOAD NOW!
    Download FSB Data Integrity Tester.
    Siavosh K C

  3. #3
    Registered User
    Join Date
    Sep 2006
    Posts
    7
    Hi,
    I get the following error msg,
    "A Reference to C;\Windows\System32\cards.dll could not be added. Please make sure that the file is accessible and is a valid assembly or COM component.

    Thx
    HalfDeck

  4. #4
    Registered User
    Join Date
    Sep 2006
    Posts
    7
    Ok..so this appears to be a dead-end.
    I have d/l'd a Blackjack game to look at and try to learn from but apparently it was an older version and had to be "converted". I'm using C# express and since I converted the game it won't compile. It wouldn't compile before either.
    I notice that there isn't a "Design"view to see the design of this game. Is it possible to just paint the cards w/out having a design.cs?
    I have also found a cards.dll and scraped using windows dll. It may be that it's not allowed to be used or illegal..I never got a response to my origian question so I have not idea.
    Thx
    Halfdeck

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. free needed or not?
    By quantt in forum Linux Programming
    Replies: 3
    Last Post: 06-25-2009, 09:32 AM
  2. C Programmers needed for Direct Hire positions
    By canefan in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 09-24-2008, 11:55 AM
  3. lock needed in this scenario?
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 05-25-2008, 07:22 AM
  4. C++ help needed
    By Enkindu in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 08-31-2004, 11:24 PM
  5. semi-colon - where is it needed
    By kes103 in forum C++ Programming
    Replies: 8
    Last Post: 09-12-2003, 05:24 PM