Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   How to use Target.h (http://www.chiefdelphi.com/forums/showthread.php?t=90200)

Lawlhwut 26-01-2011 22:34

How to use Target.h
 
We are trying to implement the target header file but it is not working.

#include "2010ImageDemo\Target.h"

and

#include "Target.h"

were both tried, but had no success.

How to?

jwakeman 26-01-2011 23:54

Re: How to use Target.h
 
I think you want #include "Vision/Target.h"

The Lucas 27-01-2011 00:53

Re: How to use Target.h
 
Are you trying to include the Target.h from the 2010ImageDemo project into a new project? Copy the Target.h file from the 2010ImageDemo folder into your new project folder. Now you can use #include "Target.h".

You will probably need to modify Target.h significantly to describe the new vision target this year. I recomend reading the Vision Target Tutorial for an understanding of this year's vision challenge.

jwakeman 27-01-2011 01:17

Re: How to use Target.h
 
yeah i got that one wrong, sorry about that

Lawlhwut 27-01-2011 01:40

Re: How to use Target.h
 
Fixed it. I copied and pasted the target.h from the folder into the original header folder. So what changes do i have to make for it?


All times are GMT -5. The time now is 17:48.

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