Hello,
I am trying to use TAPI functions in code (lineinitialize etc) I put:
#include <tapi.h>
and also in projects added -libtapi32.a
I get no such file as tapi.h??
Thanks for any help.
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for that.
I have all that setup - still no go.
If I do a search on my hdd there is no tapi.h?
Do I have to import this from libtapi32.a or something?
Maybe tapi is not supported in devc++?
Thanks again.
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am trying to use TAPI functions in code (lineinitialize etc) I put:
#include <tapi.h>
and also in projects added -libtapi32.a
I get no such file as tapi.h??
Thanks for any help.
John
Go to tools/Compiler Options/Directories and set the directories to your Binaries, Libraries and includes.
If you upgrade to mingw32 v2 (gcc 3.2) theres no need to set this things, search the forum and youll find how to do it.
.
Thanks for that.
I have all that setup - still no go.
If I do a search on my hdd there is no tapi.h?
Do I have to import this from libtapi32.a or something?
Maybe tapi is not supported in devc++?
Thanks again.
John