Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   'tracking' flag (http://www.chiefdelphi.com/forums/showthread.php?t=35040)

zdeswarte 20-02-2005 11:31

'tracking' flag
 
We are using a flag called 'tracking'. It is defined as an external int. The linker can't find it and we get the following error message:Error - could not find definition of symbol 'tracking' in file 'C:\thereal2005code\FrcCode2005v2.4\user_routines. o'

Does anyone know where this variable is defined?

SpeakerSilenced 20-02-2005 12:46

Re: 'tracking' flag
 
Have you defined the variable as "int tracking" on top of the file? I modify user_routines.c and on top of that file is a section where you define user variables... you should define it there. Atleast I think.

zdeswarte 20-02-2005 13:24

Re: 'tracking' flag
 
I think our problem is that the file is missing where 'tracking' is created. Does anyone know what this file is?

Mark McLeod 20-02-2005 13:53

Re: 'tracking' flag
 
Quote:

Originally Posted by zdeswarte
I think our problem is that the file is missing where 'tracking' is created. Does anyone know what this file is?

user_routines_fast.c line 40


All times are GMT -5. The time now is 04:43.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi