Thread: New approach... using Dev-C++ now...

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    12

    New approach... using Dev-C++ now...

    I'm using Dev-C++ to compile my program now... and so my problem now is that it says that my Time.o file cannot be found... does anybody have any experience with it??

    SAW

    P.S. If you weren't following my situation just read my only other post on this board...

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    Bear in mind that .o files produced by one compiler are generally incompatible with other compilers.

    Check spelling / case / directory?

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    12
    I see...thanks a lot...I didn't know that there was in incompatibility (sp??) with .o files.... well now, it all makes sense to me now Thanks again!

    SAW

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Resources with Dev C++ Problem (many simple problems)
    By Zeusbwr in forum Windows Programming
    Replies: 4
    Last Post: 04-06-2005, 11:08 PM
  2. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  3. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM
  4. openGL programming - From MSVC++ to Dev C++
    By WDT in forum Game Programming
    Replies: 3
    Last Post: 03-08-2004, 08:47 PM
  5. Tutorial about Bloodshed Dev!
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 11-13-2001, 07:42 PM