[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

virus warning



PureBytes Links

Trading Reference Links

<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META content='"MSHTML 4.71.2016.0"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 size=2>I have received personal e-mail advising me that 
I am being naive to believe virus warnings, and that I don't have an inkling 
of&nbsp; what a virus is.&nbsp;&nbsp; Since this warning came through a lot of 
very intelligent people, some of whom I know,&nbsp; I guess I am in good company 
in not knowing what constitutes a virus.&nbsp; </FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>Whatever, it was sent in good faith with 
no&nbsp; spamming&nbsp; intended, and I apologize if I was wrong.&nbsp; End of 
story...no more mail on this subject, please.</FONT></DIV></BODY></HTML>
</x-html>From ???@??? Fri Jan 23 14:38:55 1998
Received: from smtp2.nwnexus.com (smtp2.nwnexus.com [198.137.231.18])
	by mail1.halcyon.com (8.8.7/8.8.7) with ESMTP id OAA04846
	for <neal@xxxxxxxxxxxxxxxx>; Fri, 23 Jan 1998 14:13:46 -0800 (PST)
Received: from mx1.eskimo.com (mx1.eskimo.com [204.122.16.48])
	by smtp2.nwnexus.com (8.8.7/8.8.7) with ESMTP id OAA07505
	for <neal@xxxxxxxxxxx>; Fri, 23 Jan 1998 14:13:06 -0800
Received: (from smartlst@xxxxxxxxx)
	by mx1.eskimo.com (8.8.8/8.8.8) id OAA14608;
	Fri, 23 Jan 1998 14:08:09 -0800
Resent-Date: Fri, 23 Jan 1998 14:08:09 -0800
Message-Id: <199801232208.OAA14568@xxxxxxxxxxxxxx>
To: Omega-List <omega-list@xxxxxxxxxxxxxx>
Subject: Re: DLL return values in TS
Date: Fri, 23 Jan 98 14:47:51 -0500
From: Scientific Approaches <sci@xxxxxxxxxx>
X-Mailer: E-Mail Connection v2.5.03
Resent-Message-ID: <"VdwNk2.0.0a3.6JHoq"@mx1>
Resent-From: omega-list@xxxxxxxxxx
X-Mailing-List: <omega-list@xxxxxxxxxx> archive/latest/13401
X-Loop: omega-list@xxxxxxxxxx
Precedence: list
Resent-Sender: omega-list-request@xxxxxxxxxx
Status:  O

-- [ From: Scientific Approaches * EMC.Ver #2.5.02 ] --

Iain Bell wrote:

> Re-reading Phil York's epic (nostalgia eh ? Ain't what
> it used to be though... :-) ) the bit that interested
> me most was
>  
> <<
> 2.1.20  DLL RETURN VALUE TYPES (PRIORITY      10)
> DLL functions in Easy Language don't work properly.  Return
> value types of anything other than an int or a long don't
> seem to work.  Also passing parameters as pointers to
> variables doesn't work except for strings.
> 
> >>
> 
> Can anyone confirm or refute this.....

The complaint is not valid.  Borland and Microsoft compilers return FLOAT
values from functions differently.  Easy Language programs use the Microsoft
method.  DLL functions compiled with a Microsoft compiler can return FLOAT
values to Easy Language programs.  There is no problem returning FLOAT
values via pointers in a DLL function parameter list using either compiler. 
Furthermore, there is no problem using either compiler in passing pointers
to Easy Language FLOAT variables as DLL function arguments.

  -Bob Brickey
   Scientific Approaches
   sci@xxxxxxxxxx