Click here to Skip to main content
15,868,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
if i uncheck turbo vision , three different linker errors pop up...
Posted

1 solution

Probably you have to make Visual Studio know where it can find tv.lib file:
Click on Project->Properties menu item. On the newly appeared window select the Configuration Properites->Visual C++ Directories node. Add the tv.lib folder path to the Library Directory list.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900