Thread: Dev-C++ Error

  1. #1
    C++ n00bie :D
    Join Date
    Jul 2004
    Posts
    63

    Dev-C++ Error

    Im using Dev-C++, and just finished the first version of my project.

    While using the debugger, when it was running, it ran error 193 and canceled execution. I checked the Dev-C++ Help, but nothin was writen about the error numbers. Is there anywhere I could find these, and does anyone know what is wrong with its loading? It doesnt seem to be the code, from what I see, unless something is declared improper, because even when I try to open it myself, nothing happens.

    Thanks in advance

  2. #2
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    It doesnt seem to be the code, from what I see, unless something is declared improper, because even when I try to open it myself, nothing happens.
    That means you get no errors? Or nothing happens at all? I hope it is just bad wording

    I've never had an error like that (from what I can remember). Maybe try their site (if you haven't yet): http://bloodshed.net/

    I see they have an IRC and a forum (although if it is the same forum I looked at a while back while looking for help on using assembly it might not be a lot of help)
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. Testing some code, lots of errors...
    By Sparrowhawk in forum C Programming
    Replies: 48
    Last Post: 12-15-2008, 04:09 AM
  3. Making C DLL using MSVC++ 2005
    By chico1st in forum C Programming
    Replies: 26
    Last Post: 05-28-2008, 01:17 PM
  4. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  5. Couple C questions :)
    By Divx in forum C Programming
    Replies: 5
    Last Post: 01-28-2003, 01:10 AM