Thread: Compiling problem, please help.

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    3

    Compiling problem, please help.

    Hi,
    I have the following problem

    http://www.ahmedosama.com/buildlog.htm

    it's strange cause it's in the built in "include" files of the VC++ (2003), can u please help me out.

  2. #2
    People Love Me
    Join Date
    Jan 2003
    Posts
    412
    Holy HELL, that's a lot of errors.....

    ....I don't think any of us really could isolate the exact problem you're having with all those errors and warnings.

  3. #3
    Registered User
    Join Date
    Feb 2005
    Posts
    3
    i don't know, i have been compiling eMule mods for a year now and not a single one gave me any errors


    here's the code, just open the solution inside the srchybrid folder and u r good to go, http://www.ahmedosama.com/eMule0.44....61-uni-src.exe , and u don't have to compile the libraries in the root folder, they r linked in the end, i compiled them and got same result!
    Last edited by os008; 02-05-2005 at 09:36 PM.

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    Look for missing commas or semicolons in the include file(s) which precede the include file with all the errors.

    Since you have so many files, you REALLY (no, I mean it, REALLY) need some kind of source control system in place (eg. CVS). It allows you to answer such basic questions like why doesn't this compile.

    With a source control tool, you can do a diff between everything which last compiled (or run) and the version which doesn't compile (or run) to help you figure out where you went wrong.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  5. #5
    Registered User
    Join Date
    Feb 2005
    Posts
    3
    but i don't have a version of this mod which worked before, this is my first version of this mod to compile, all the previous didn't include the features which ask for the system include files that make all these problems.

    btw Salem, where r u from?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem Running Program After Compiling
    By kristentx in forum C++ Programming
    Replies: 13
    Last Post: 09-12-2007, 10:46 AM
  2. Problem compiling simple code examples
    By Wintersun in forum Windows Programming
    Replies: 8
    Last Post: 08-14-2007, 10:30 AM
  3. A question related to strcmp
    By meili100 in forum C++ Programming
    Replies: 6
    Last Post: 07-07-2007, 02:51 PM
  4. compiling problem
    By tinkerbell20 in forum C++ Programming
    Replies: 6
    Last Post: 06-21-2005, 12:12 PM
  5. simple compiling problem
    By waxydock in forum C++ Programming
    Replies: 2
    Last Post: 03-26-2005, 10:33 AM