Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » running a program written in borland C ,in Vc++
Closed Thread
Old 10-14-2004, 08:24 PM   #1 (permalink)
 
Newb Techie

Join Date: Oct 2004

Posts: 1

tayzul

Default running a program written in borland C ,in Vc++

wrote a program in borland C++ ,which include graphics too and now i an try to run that program in VC++ 6 but it is giving me error that it cant find graphics.h
can u plz tell me what chages i should make in BC program to run in VC
tayzul is offline  
Old 10-17-2004, 04:18 PM   #2 (permalink)
 
True Techie

Join Date: Feb 2004

Posts: 131

Marvel

Default

If I understand this correctly you have a program compiled in Borland C and when compiled in Microsoft C gives an error of graphics.h not found. It may be a simple matter of instructing the linker where additional graphics library are located. Header files sometimes pull in other header files without us knowing it and we have to adjust our linking to correct libs.
Marvel is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On