If not, is it possible to write a Winsock interface for Turbo Pascal 5.0?
If not, is it possible to write a Winsock interface for Turbo
Pascal 5.0?
If not, is it possible to write a Winsock interface for Turbo Pascal5.0?
I know there are winsock interface's available for Virtual Pascal and
Free
pascal. What are the chances DB would port easily to one of those? (Just google for either and you'll find links to winsock's. both are free)
Maybe you should try using Turbo Pascal 7.0 - might have more luck. I've seen TCP/IP stuff for Virutal Pascal and Delphi, but not much for TP. I
know it's out there...try looking at Programmer's Paradise (www.programmersparadise.com) - they have some good stuff there.
Later,
Sean
I sent you an email with my latest compile attached, so at least you
can see all the corrections and bugs I finally solved. :)
Now I know that someone wrote a Winsock library for Microsoft
QuickBasic, so I'm wondering if anyone has done the same thing
for Pascal.
If not, is it possible to write a Winsock interface for Turbo
Pascal 5.0?
retooling), and the other problem is the inline assembly language code. Tp7 stops on statements such as:
FreeSegofs : Segofs absolute FreePtr;
^^^^^^^^
other things, and theres heavy use of assembly language for Zmodem CRC check and some other functions.
I figured if I could get DB to compile under TP7, then moving to Virtual/Fre pascal should have little to no issues.
Hello, Nick.
Thursday November 10 2005 21:52, you wrote to me:
I sent you an email with my latest compile attached, so at least you
can see all the corrections and bugs I finally solved. :)
I don't know if you got my email, but DB won't run on my system. My
email explains why.
Quoting Nick Andre to All <=-
@MSGID: 1:229/426 00000052
Hi...
I'm in charge of maintaining a legacy Fido mailer called D'Bridge.
I'd love to add BinkP functionality, but the problem is that DB was written in Turbo Pascal 5.0.
Now I know that someone wrote a Winsock library for Microsoft
QuickBasic, so I'm wondering if anyone has done the same thing for
Pascal.
If not, is it possible to write a Winsock interface for Turbo Pascal
Quoting Nick Andre to Shawn Highfield <=-
@MSGID: 1:229/426 00000054
If not, is it possible to write a Winsock interface for Turbo Pascal5.0?
I know there are winsock interface's available for Virtual Pascal and
Free
pascal. What are the chances DB would port easily to one of those? (Just google for either and you'll find links to winsock's. both are free)
I just finished tonight migrating DB over from Borland Pascal 5.0 to
5.5, without any hitches, but when I tried to move up to 7.0, I run
into two problems. The first is that theres too many symbols (the
original author made heavy use of global variables, and changing them would require massive retooling), and the other problem is the inline assembly language code. Tp7 stops on statements such as:
var
FreeSegofs : Segofs absolute FreePtr;
^^^^^^^^
I'm not really an expert Pascal programmer, but it looks to me like
TP7 doesn't like the way assembly language code is handled from the
5.5 compile.
So that is what appears to be the two fundimental problems I'm
having... DB was written with the TurboPower units to handle ISAM code
and sharing and a few other things, and theres heavy use of assembly language for Zmodem CRC checking and some other functions. I figured
if I could get DB to compile under TP7, then moving to Virtual/Free
pascal should have little to no issues.
if I could get DB to compile under TP7, then moving to Virtual/Free pascal should have little to no issues.
You go from bp7 to tp5.5? Wow. That's a DOWNgrade not a
upgrade.
Surprised you'd have to do this? Why?
if I could get DB to compile under TP7, then moving to Virtual/Free pascal should have little to no issues.
You go from bp7 to tp5.5? Wow. That's a DOWNgrade not a
upgrade.
Surprised you'd have to do this? Why?
D'Bridge was never written in TP7, it was originally written in BP 5.0
I never used TP7 nor can I use it at all. I'm having a serious problem
with the inline/assembly code that is preventing me from migrating to
I recently went from 5.0 to 5.5, although thats not enough of a differ
to solve the problem.
*Nick*
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,038 |
Nodes: | 15 (0 / 15) |
Uptime: | 28:35:45 |
Calls: | 865 |
Calls today: | 16 |
Files: | 95,180 |
D/L today: |
14,825 files (1,488M bytes) |
Messages: | 465,165 |
Posted today: | 1 |