hi,
I am using the turbo c++ version 3.0 installed in c:\tc . i hv installed a software 'fastgraph' which is used to write games in the turbo c v3.0. but whenever i load and try to run a sample program like:
#include <fastgraf.h>
#include <stdio.h>
void main(void);
void main()
{
int major;
int minor;
fg_version(&major,&minor);
printf("This is version %d.%2.2d of Fastgraph.\n",major,minor);
}
i get the foll error:
linker error : unable to open file tv.lib
this seems to happen for every sample programthat came with the disk.
Thanx
I am using the turbo c++ version 3.0 installed in c:\tc . i hv installed a software 'fastgraph' which is used to write games in the turbo c v3.0. but whenever i load and try to run a sample program like:
#include <fastgraf.h>
#include <stdio.h>
void main(void);
void main()
{
int major;
int minor;
fg_version(&major,&minor);
printf("This is version %d.%2.2d of Fastgraph.\n",major,minor);
}
i get the foll error:
linker error : unable to open file tv.lib
this seems to happen for every sample programthat came with the disk.
Thanx
This post has been edited by funky_beats06: 09 May 2009 - 08:45 AM

Help
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.


Back to top








