Thread: MS VC++ net

  1. #1
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273

    MS VC++ net

    Hi, sorry for clogging up the board and all!! but I have a question about MS VC++ net ....

    When I make a program on it, and I compile it to make an executible, it doesn't always work on other people's computers ... does anyone know why???

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    How does it not work?

    Are you using managed C++? Are you using MFC? Are you using the Windows API? Sometimes when you use certain libraries you need to make sure the other machine has the right files to be able to run your executable.

  3. #3
    Registered User mrafcho001's Avatar
    Join Date
    Jan 2005
    Posts
    483
    Make sure you are compiling it on Release, not Debug, because Debug is ment for debuging and uses some VS.NET .DLLs that are not availble on other peoples PCs.
    My Website
    010000110010101100101011
    Add Color To Your Code!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Speed test result
    By audinue in forum C Programming
    Replies: 4
    Last Post: 07-07-2008, 05:18 AM
  2. Generic heapsort
    By Sephiroth1109 in forum C Programming
    Replies: 15
    Last Post: 12-07-2007, 06:14 PM
  3. Difference in MSVC 6 & MS VC .Net
    By passionate_guy in forum C Programming
    Replies: 1
    Last Post: 01-23-2006, 06:39 AM
  4. Ping
    By ZakkWylde969 in forum Tech Board
    Replies: 5
    Last Post: 09-23-2003, 12:28 PM
  5. The Timing is incorret
    By Drew in forum C++ Programming
    Replies: 5
    Last Post: 08-28-2003, 04:57 PM