dbt.h
-
here is an strange problem. i included a header file Now i used some of the structures defined in it. when i right click on structure name and click goto definition it take me to dbt.h and show the definition. but when i build the application it gives error saying undefined refrence for the same structure. Why is this happening. What is the solution. Thanks
-
here is an strange problem. i included a header file Now i used some of the structures defined in it. when i right click on structure name and click goto definition it take me to dbt.h and show the definition. but when i build the application it gives error saying undefined refrence for the same structure. Why is this happening. What is the solution. Thanks
is dbt.h made by you? if yes, can you make sure that there is only one file in your project directory. I used to have similar problem and figured that it was due to duplicate files.
-prakash