Thread: MSVC 6 error

  1. #1
    Wanabe Laser Engineer chico1st's Avatar
    Join Date
    Jul 2007
    Posts
    168

    MSVC 6 error

    does anyone know what this means or how to fix it?
    Attachment 7488
    Last edited by chico1st; 05-16-2008 at 09:28 AM.

  2. #2
    Wanabe Laser Engineer chico1st's Avatar
    Join Date
    Jul 2007
    Posts
    168
    nevermind i got it

    i was free-ing a value i didnt malloc :P

    sorry

  3. #3
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Also the compiler that MSVC++6.0 uses is very old and dated.. it may be a better idea getting somthing like DevC++ 4.992 or widgex x version. Code::blocks is also a good free alternative and the compiler is the gcc from the mingw port.

    If you want to stick with Microsoft then Visual Express 2005 is very good and its also totally free to download from their site.

    Just some adivise as you may run into errors later on as that compiler is not as standard compliant as the other ones around
    Double Helix STL

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Beginner Needs help in Dev-C++
    By Korrupt Lawz in forum C++ Programming
    Replies: 20
    Last Post: 09-28-2010, 01:17 AM
  2. Compiling sample DarkGDK Program
    By Phyxashun in forum Game Programming
    Replies: 6
    Last Post: 01-27-2009, 03:07 AM
  3. Testing some code, lots of errors...
    By Sparrowhawk in forum C Programming
    Replies: 48
    Last Post: 12-15-2008, 04:09 AM
  4. Errors including <windows.h>
    By jw232 in forum Windows Programming
    Replies: 4
    Last Post: 07-29-2008, 01:29 PM
  5. Stupid compiler errors
    By ChrisEacrett in forum C++ Programming
    Replies: 9
    Last Post: 11-30-2003, 05:44 PM