The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages
> C Programming
|
Linker error in graphic mode program
Discuss Linker error in graphic mode program in the C Programming forum on Dev Shed. Linker error in graphic mode program C programming forum discussing all C derivatives, including C#, C++, Object-C, and even plain old vanilla C. These languages are low level languages, and used on projects such as device drivers, compilers, and even whole computer operating systems.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

September 13th, 2012, 03:11 AM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 1
Time spent in forums: 11 m 47 sec
Reputation Power: 0
|
|
Linker error in graphic mode program
i am using turbo c compiler .when i put a graphic program the compiler showing linker error help me to overcome it...
|

September 13th, 2012, 03:17 AM
|
|
|
|
Maybe your compiler is incomplete or badly installed or configured.
Try to delete and reinstall.
|

September 13th, 2012, 06:13 AM
|
|
Registered User
|
|
Join Date: Jun 2012
Posts: 25
Time spent in forums: 8 h 57 m 16 sec
Reputation Power: 0
|
|
|
practice on new tools, Dev++, VS10, or other Turbo C is very is out.
|

September 13th, 2012, 07:47 AM
|
 |
Contributing User
|
|
Join Date: Aug 2003
Location: UK
|
|
|
The linker messages are useful diagnostic aids. Since you have chosen not to tell us what the linker errors are we don't have that benefit.
The most likely issue is that you have not explicitly linked the necessary library - the Borland BGI library most likely - I doubt that it is linked by default.
|

September 13th, 2012, 07:48 AM
|
 |
Contributing User
|
|
Join Date: Aug 2003
Location: UK
|
|
Quote: | Originally Posted by gurukrupa_1989 practice on new tools, Dev++, VS10, or other Turbo C is very is out. |
Dev-C++ has not been updated since 2005 - that is hardly a "new tool"!
|

September 13th, 2012, 07:57 AM
|
 |
Contributing User
|
|
Join Date: Aug 2003
Location: UK
|
|
If you do migrate to a modern 32 bit toolchain (and I strongly suggest that you do since your Turbo C is over 20 years old and entirely obsolete), you will find that the Borland BGI graphics library you are using is not available. A 32-bit GDI clone with useful enhancments for handling mouse input and variable size windows is available at WInBGIm. Although it is built for MinGW/GCC (as used by Code::Blocks, Dev-C++ and others), the source code can easily be built for other Windows tool-chains.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|