Thread: visual basic not working?

  1. #1

    Join Date
    May 2005
    Posts
    1,042

    visual basic not working?

    Hmm, I have not touched visual basic 6 in quite some time. I tried firing her up, and I get 'unexpected error, quitting.' I believe the problem is that I installed visual studio on this computer by just transferring the folder across my network onto my new laptop. I formatted the other hard drive, so I don't know what directory it is 'supposed' to be in. Where is it installed on your computers? I've currently got it on my desktop, ha, but visual C++ 6 still works fine!

    I wanted to use VB to write some simple apps to help me and my friends study for our anal, I mean, final exams.
    I'm not immature, I'm refined in the opposite direction.

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    You can't just transfer VB. It comes with a lot of ActiveX components, and they all need to be registered in the registry. Not to mention whatever other things VB does to the poor registry.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    For Narnia! Sentral's Avatar
    Join Date
    May 2005
    Location
    Narnia
    Posts
    719
    Um....reinstall.

    Shouldn't this be in tech.....?
    Last edited by Sentral; 01-15-2007 at 07:58 PM.
    Videogame Memories!
    A site dedicated to keeping videogame memories alive!

    http://www.videogamememories.com/
    Share your experiences with us now!

    "We will game forever!"

  4. #4
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    I second that vote.
    My Website

    "Circular logic is good because it is."

  5. #5
    Insane Game Developer Nodtveidt's Avatar
    Join Date
    Nov 2006
    Location
    Isabela, PR
    Posts
    105
    Component registration is pretty standard fare, not just VB does it. :P Anyways BobMcGee123, you'll need to reinstall it, no way around it.
    Code:
    cout << "Language comparisons are dumb";
    echo("Language comparisons are dumb");
    PRINT "Language comparisons are dumb"
    alert ("Language comparisons are dumb")

  6. #6

    Join Date
    May 2005
    Posts
    1,042
    Hmm, I wonder why visual C++ still works without the regular reinstall (booted up fine after just transferring the file across the network, ha). Guess VB just wants to obfuscate things more, go figure. Yeah this should be in the tech forum, sorry.
    Last edited by BobMcGee123; 01-16-2007 at 05:54 AM.
    I'm not immature, I'm refined in the opposite direction.

  7. #7
    Registered User
    Join Date
    Jan 2007
    Posts
    330
    VB is dependant on ActiveX components that need to be registered.

    VC just isnt. You'll probably run into trouble if you try to make an MFC program in VC with ActiveX support

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  2. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM
  3. Erros in Utility Header File
    By silk.odyssey in forum C++ Programming
    Replies: 4
    Last Post: 12-22-2003, 06:17 AM
  4. Replies: 1
    Last Post: 04-20-2002, 06:49 AM
  5. Visual Basic vs. Visual C++
    By Tesita in forum Windows Programming
    Replies: 7
    Last Post: 01-07-2002, 03:02 PM