RE: [U2] Source code question

2005-06-05 Thread John Jenkins
As long as you avoid O/S specific functions (executing SH commands specific to one Unix flavour for example) you should be fine. UniVerse BASIC is an interpretive runtime environment and BASIC object code is in fact metacode not O/S executable. The only items that throw up differences are

RE: [U2] Source code question

2005-06-05 Thread David Jordan
We sell our application both on UNIX and windows and have not changed the code to run the application. Performance does differ and Unix is not necessarily the fastest. Areas such as Select performance can differ. You may have to fine tune some of the parameters, such as with HP-UX if I remember

RE: [U2] Source code question oops fnixi shoud be fnuxi

2005-06-05 Thread John Jenkins
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Jenkins Sent: 05 June 2005 10:37 To: u2-users@listserver.u2ug.org Subject: RE: [U2] Source code question As long as you avoid O/S specific functions (executing SH commands specific to one Unix flavour

[U2] Source code question

2005-06-05 Thread Susan Joslyn
I don't have a nice clean technical answer to this. But I can share with you anecdotal information: PRC offers delivery of object or delivery of source with a trigger on the 'destination' to recompile delivered programs. No one ever believes in delivered object code across even two identical

Re: [U2] Printing from UniVerse

2005-06-05 Thread CWNoah2
I've worked with Jbase for several years, and, even though Jbase changes EQUATEs to assignments when it renders its C code, I still use EQUATE for CHAR(nn), FALSE and TRUE. Just long-term habits from the old Microdata days when we bummed CPU microseconds instead of today's picoseconds, and

RE: [U2] Fw: Seminar in Cincinnati on June 23rd for the UniData and UniVerse database users

2005-06-05 Thread tom
Well, Jim Williams is of course an IBM Channel Marketing Rep. Ashwood is a well established Pick support group that has 6-8 techies working various platforms of Pick like systems. They have seminars several times a year and most of them have some valuable content. The .pdf file did not

Re: [U2] Source code question

2005-06-05 Thread FFT2001
In a message dated 6/4/2005 3:31:58 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: If I compile on 2 different machines and 2 different OS ex. HP-UX and AIX but on the same Universe versions the same source code (any basic code) did they work the same ? Maybe there are some system

Re: [U2] Source code question

2005-06-05 Thread Mark Baldridge
UniVerse compatibility can be determined by knowing the machine class. If the machine classification is the same then the object code will be compatible. Unless the actual run machine has changed, then object code should remain upwardly compatible. The object code gets compile-time information