473,808 Members | 2,797 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Missing Graph.h and (Graph.lib) woes - any help

Hi All,

I am trying to compile an old C code written for the Borland Compiler on
the DOS platform. This is a tactical solution and I intend to rip out
the GUI side of things and slap on something like Qt or Tcl/Tk (I'll
also be poting to linux), but for now, i am running out of time and
getting quite desperate.

Does anyone out there know where I can get the header (and also the
associated lib to link it against - I think this is either graph.lib or
graphics.lib). Many, many thanks for any help - and apologies for the
cross posting.

Ann
PS - any help will be appreciated, I have been "googling" all day
yesterday. I got the header (I later found it was the wrong one - but no
luck so far on the library). Please help a damsel in distress ....!

Nov 14 '05 #1
6 2030
graph.lib was not-standard part of C. This is only Borland´s lib for
graphics under the DOS. Before some years ago I try to rewrite that lib
for windows but I run out-of-time. I am not sure is there any port of this
lib, but who knows ...

Best,
Zaharije Pasalic

Nov 14 '05 #2
In comp.lang.c Dr Ann Huxtable <an*********@re search.de.edu> wrote:
Does anyone out there know where I can get the header (and also the
associated lib to link it against - I think this is either graph.lib or
graphics.lib). Many, many thanks for any help - and apologies for the
cross posting.


Have you tried newsgroups.borl and.com? There are many Borland-related
newsgroups there where you might be able to find a solution.
comp.lang.c is unlikely to be of assistance, unfortunately.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.
Nov 14 '05 #3
Dr Ann Huxtable wrote:
Hi All,

I am trying to compile an old C code written for the Borland Compiler on
the DOS platform.


Which one? If Turbo C, you're in luck, because Borland ship a complete
copy of Turbo C 2.01, from http://community.borland.com/museum/ (you
don't have to pay any money, but I think you have to register, which
again doesn't cost any actual money).

Turbo C ships with the necessary header and library.

If you actually need Borland C, I don't know whether the Borland museum
has a copy of that.

<snip>
Nov 14 '05 #4
On Tue, 21 Dec 2004 00:29:02 +0000 (UTC), Dr Ann Huxtable
<an*********@re search.de.edu> wrote in comp.lang.c:
Hi All,

I am trying to compile an old C code written for the Borland Compiler on
the DOS platform. This is a tactical solution and I intend to rip out
the GUI side of things and slap on something like Qt or Tcl/Tk (I'll
also be poting to linux), but for now, i am running out of time and
getting quite desperate.

Does anyone out there know where I can get the header (and also the
associated lib to link it against - I think this is either graph.lib or
graphics.lib). Many, many thanks for any help - and apologies for the
cross posting.

Ann
PS - any help will be appreciated, I have been "googling" all day
yesterday. I got the header (I later found it was the wrong one - but no
luck so far on the library). Please help a damsel in distress ....!


You may be in more distress than you know. If you are trying to
compile this code with a compiler other than the Borland one it was
originally written for, chances are that neither the header nor the
library will do you any good.

It is really off topic in comp.lang.c, but Borland has a number of
support groups in the news:borland.pu blic.* family, on their server
nntp://newsgroups.borl and.com . They are also accessible from their
web site. I would suggest you post there and provide more specific
information, such as which old Borland compiler it was written for,
and which compiler and operating system you are trying to build it
with now.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.l earn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Nov 14 '05 #5
Dr Ann Huxtable wrote:

I am trying to compile an old C code written for the Borland
Compiler on the DOS platform. This is a tactical solution and I
intend to rip out the GUI side of things and slap on something
like Qt or Tcl/Tk (I'll also be poting to linux), but for now, i
am running out of time and getting quite desperate.

Does anyone out there know where I can get the header (and also
the associated lib to link it against - I think this is either
graph.lib or graphics.lib). Many, many thanks for any help - and
apologies for the cross posting.


c.l.c is definitely the wrong place to look, since we deal with
portable standard C. If your old C code is old enough you might
find the whole system in the Borland museum. At any rate microsoft
groups are unlikely to pay off, but alt.folklore.co mputers might.
Also check Borlands own newsserver and their private newsgroups.

--
Chuck F (cb********@yah oo.com) (cb********@wor ldnet.att.net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home .att.net> USE worldnet address!
Nov 14 '05 #6


Dr Ann Huxtable wrote:
Hi All,

I am trying to compile an old C code written for the Borland Compiler on
the DOS platform. This is a tactical solution and I intend to rip out
the GUI side of things and slap on something like Qt or Tcl/Tk (I'll
also be poting to linux), but for now, i am running out of time and
getting quite desperate.

Does anyone out there know where I can get the header (and also the
associated lib to link it against - I think this is either graph.lib or
graphics.lib). Many, many thanks for any help - and apologies for the
cross posting.

Ann
PS - any help will be appreciated, I have been "googling" all day
yesterday. I got the header (I later found it was the wrong one - but no
luck so far on the library). Please help a damsel in distress ....!

MAny thanks for your help guys. After browsing the borlang newsgroup, I
decided to take the plunge and simply replace the GUI with GraphApp
(will take a bit longer, but its what I need to do anyway)

Nov 14 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1539
by: Dan Bishop | last post by:
I installed Python on the HP 3000 at work today. The interpreter itself appears to be working fine, but "import math", "import datetime", etc. fail with "ImportError: No module named ". (However, os and system can be imported successfully.) I used help('modules') to print a list of available modules and there were only 14 (__builtin__, _codecs, _sre, _symtable, errno, exceptions, gc, imp, marshal, posix, signal, sys, xxsubtype,...
1
3828
by: Alex Hunsley | last post by:
I am trying to install the DBD::mysql perl module. However, it claims I need mysql.h: cpan> install DBD::mysql CPAN: Storable loaded ok Going to read /home/alex/.cpan/Metadata Database was generated on Mon, 29 Nov 2004 16:01:05 GMT Running install for module DBD::mysql Running make for R/RU/RUDY/DBD-mysql-2.9004.tar.gz CPAN: Digest::MD5 loaded ok
2
2942
by: KevinGPO | last post by:
I am making a monitor program for the PC. My monitor program will grab statistics about CPU and memory every 1 or 5 seconds. Then I want to store this data so I have a history and hence be able to graph this out in my GUI. I thought about using a plain text file to store my graph data and plot it out. Plot it out manually or use gnuplot. I found this tool called RRDTool (http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/). It's a...
1
4402
by: entropy123 | last post by:
Hey all, In an effort to solve a sticky - for me - problem I've picked up Sedgewick's 'Algorithm's in C'. I've tried working through the first few problems but am a little stumped when he refers to #include "Graph.h" in the header file of the first program. The style he uses to make his declarations is a little unfamiliar to me, but here is my best guess at a "Graph.h" header file:
10
4328
by: diffuser78 | last post by:
Is there any library in Python which has implementation of graph theoretic algorithms and models ?
1
2114
by: nasir872 | last post by:
I face this problem. Thoug I have installed GD from ppm correctly.Please help. C:\webapp2\cgi-bin\chart.pl Can't locate GD/Text/Align.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/l ib .) at C:/Perl/site/lib/GD/Graph.pm line 39. BEGIN failed--compilation aborted at C:/Perl/site/lib/GD/Graph.pm line 39. Compilation failed in require at C:/Perl/site/lib/GD/Graph/pie.pm line 21. BEGIN failed--compilation aborted at...
2
4139
by: sriniwas | last post by:
Hi Frnd's, m using prefuse visulation,it's have one display class and this class have one saveImage(outPutStream, String jpg,double size);. now graph is converting ia jpg image properly.now my problem is tht,If graph is to large if it going out of screen thn ,i m getting jpg image on screen disply graph,m not getting the image of tht graph which going out of screen. this is my code This is my code
1
2466
by: asoiguine | last post by:
My application under Watcom C uses graph.lib. The linker returns the messages: file graph.lib(seginitr): undefined symbol __Extender file graph.lib(seginitr): undefined symbol __X32VM file graph.lib(seginitr): undefined symbol __x386_zero_base_selector It is DOS extender application. What can I do? Alex.
5
4457
by: chrispoliquin | last post by:
I need to represent the hyperlinks between a large number of HTML files as a graph. My non-directed graph will have about 63,000 nodes and and probably close to 500,000 edges. I have looked into igraph (http://cneurocvs.rmki.kfki.hu/igraph/doc/ python/index.html) and networkX (https://networkx.lanl.gov/wiki) for generating a file to store the graph, and I have also looked into Graphviz for visualization. I'm just not sure which modules...
0
9721
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9600
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10628
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10373
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7651
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6880
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5547
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5685
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3011
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.