On Mon, 2008-12-01 at 16:00 -0600, David McGehee wrote: > Microsoft Server2003 jbase 4.1 environment. We need a different > method of making http: connections from jBase. We are currently using > a CALLC custom-written interface for which we no longer have the code. > >
The easiest way is to EXECUTE an external program (curl is good: http://curl.haxx.se/download.html and works on WIndows), redirect the output to a file, then read in the file. There is also a C library version of it and if it has string input and output then you can make a DEFC for it (or maybe get CALLC to work) and just call it like your old custom code. It would be trivial to create a CALLC wrapper for it though. I think you should strongly consider setting up perforce or mercury and backing the repository up every night. Losing source is a bad idea ;-) Jim > > > > > > --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
