programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

Re: Importing overridden functions

From: Rick VanNorman <rick_at_neverslow.com>
Date: Mon, 8 Sep 2003 22:05:34 -0700

SwiftForth can only support one function imported for a given name
from a given dll, and to the best of my knowledge, a dll can only
export a single function per unique name. I wager that the function
is actually exported with different names. But I might be wrong.

Rick

On Monday, September 8, 2003, at 05:43 PM, Jeff wrote:

> Just curious if there is a way to distinguish between overridden
> functions from a DLL (created in C++)?
>
> For example:
>
> void Add(double x1,double x2,double &ret);
> void Add(int x1,int x2,int &ret);
>
> If not, I'll recode some of the DLL (which I have access to), but I
> would rather not if there is a way to do this in SF.
>

----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com
For list command help, send subject "help" to sftalk-request_at_forth.com
Message archives are located at http://www.forth.com/archive/sftalk
----------------------------------------------------------------------
This list is a forum for SwiftForth users. For product support and bug
reports, please send email to support_at_forth.com
----------------------------------------------------------------------
Received on Mon Sep 08 2003 - 22:10:27 PDT

This archive was generated by hypermail 2.2.0 : Wed Jan 07 2009 - 03:04:09 PST