TCP-group 1995
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Problem with exe after compiling with Borland Turbo C++ V3.0
- To: tcp-group@ucsd.edu
- Subject: Problem with exe after compiling with Borland Turbo C++ V3.0
- From: Juanne Connors <connors@vancouver.wsu.edu>
- Date: Mon, 2 Jan 1995 11:57:59 -0700 (PDT)
I am having problems compiling JNOS TCP/ip Software for Amateur Radio
using Turbo C++ Ver 3.0. It compiles into an exe file but displays the
following when run from the DOS comand line:
free: WARNING! invalid pointer (83A9:0010) pc = 20b3:51d8 proc cmdimtrp
free: WARNING! invalid pointer (83CA:0010) pc = 20b3:3a22 proc cmdintrp
free: WARNING! invalid pointer (83EB:0010) pc = 20b3:3a22 proc cmdintrp
The pointer increments are by the same amount; $21, and ends with the
following:
free: WARNING! invalid pointer (9273:0010) pc = 20b3:3a22 proc cmdintrp
free: WARNING! invalid pointer (875E:0010) pc = 5b14:02d7 proc display
The top of the screen displays the normal info except for the time in the
upper right hand corner of the screen:
00000/001072 BBS=0 FWD=0 FTP=0 Ses:
BBS:
0 Command:
At this point, everything locks up. But, it writes the "logs" file, and
the "spool" and associated files. I am trying to compile the source for
1.10f, and using the makefile that was provided with the source.
As I am a novice at C++ Programming, I don't know how to get it to run
properly. If anyone could give me any ideas on how to correct this, I
would sure appreciate it. I have also heard that Turbo C++ 3.0 has
trouble compiling NOS. Is this correct?