Thread: !@#$ DLLs?

  1. #1

    !@#$ DLLs?

    Every project I compile in Visual Studio .NET (whether it be in C# or C++ using MFC) fails to run on any machine that doesn't have VS.NET in it, even if I compile a release version.

    Anybody know how I can compile an .EXE of a C# program that will actually run on a Windows 98 machine?

    I even tried it on my college's Win98 machines, and they have Visual Studio 6 on them. No dice.

  2. #2
    Registered User
    Join Date
    Jan 2002
    Posts
    387
    Im pretty sure any computer running Windows9x cant run C#, because u cant get the .NET Framework on it
    "There are three kinds of people in the world...
    Those that can count and those that can't."

  3. #3
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130

    Every project I compile in Visual Studio .NET (whether it be in C# or C++ using MFC) fails to run on any machine that doesn't have VS.NET in it, even if I compile a release version.


    If you are using the .NET framework, the machine needs a framework installed. You can download the redistributables to install on a client PC ( kinda DirectX ) at www.microsoft.com for download. If you are using plain C++/MFC, it should run on target machines without .NET. However, you need SP6 for NT and maybe some stuff for 98 before you can run it.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Some doubts on DLLs
    By BrownB in forum Windows Programming
    Replies: 1
    Last Post: 05-30-2007, 02:25 AM
  2. standart dlls
    By keeper in forum C++ Programming
    Replies: 3
    Last Post: 07-05-2006, 07:32 PM
  3. Can't load string from resource DLL's string table
    By s_k in forum Windows Programming
    Replies: 4
    Last Post: 07-15-2003, 06:43 AM
  4. question about DLL's and class functions
    By btq in forum Windows Programming
    Replies: 2
    Last Post: 02-25-2003, 06:08 AM
  5. DLLs <- sound files, and nesting.
    By sean in forum C++ Programming
    Replies: 2
    Last Post: 10-28-2002, 05:13 PM