Including my own header files to MikroC

General discussion on mikroC.
Post Reply
Author
Message
Anuradha
Posts: 40
Joined: 16 Apr 2010 16:13

Including my own header files to MikroC

#1 Post by Anuradha » 28 Apr 2010 07:51

hello all,

can some one explain me how to include my own library files to MikroC?

I need to do bluetooth programming in microC.


Thank you.

MHI
Posts: 56
Joined: 13 Mar 2010 20:52

Re: Including my own header files to MikroC

#2 Post by MHI » 28 Apr 2010 09:36

Hello Anuradha,

from mikroC help : (type file inclusion in the index section)
#include "C:\your_path\Bluetooth.h"
Regards

Anuradha
Posts: 40
Joined: 16 Apr 2010 16:13

Re: Including my own header files to MikroC

#3 Post by Anuradha » 28 Apr 2010 09:55

Thanks MHI for your immediate reply.

Post Reply

Return to “mikroC General”