Thread: looking for files configuration

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    17

    Exclamation looking for files configuration

    Hi guys!!! I have posted this question in a reply at the C programming board but as i didn't find the solution i decided to ask here

    I'm using Turbo C 2.01 for DOS (that i HATE but i need to use because i'm doing a homework for my college) and well, i have tried to find out how i can configure it but i didn't find how and where... my preprocessors directives like for example:

    Code:
    #define "list.h"
    don't work because it still look for the file in the include directory... as i have found out now it's looking for the files i try to open in the Turbo C home directory too instead of the directory where all the files are :o(


    could someone tell me where and which parameters i must use to make it look for the files where my .c files are????

    I have even looked at borland.com but i didn't find anything that coud help me... i didn't find out which parameter i must include in the directory configuration to make it look in the working directory

    Thanks all that help in advantage

    Frigga

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    17

    Unhappy

    I have installed it Salem.... Although i have installed it in a DOS boot i have changed all the configuration files (since what changes is just the drive) and i have updated the path too :oP

    but it has crashed all the time :o(((

    and it's not just when looking for files but sometimes things works, sometimes not and it crashes!!!

    I think the main problem is that... I'm running it over Windows 2000 :o(

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Doxygen failing
    By Elysia in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 04-16-2008, 01:24 PM
  2. Generic configuration module
    By linux454 in forum C++ Programming
    Replies: 0
    Last Post: 01-30-2006, 11:44 PM
  3. Configuration Files
    By gvector1 in forum C# Programming
    Replies: 1
    Last Post: 10-30-2003, 04:21 PM
  4. Serial Communications in C
    By ExDigit in forum Windows Programming
    Replies: 7
    Last Post: 01-09-2002, 10:52 AM