realbasic-nug
[Top] [All Lists]

Re: Declare question

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Declare question
From: dda <headspin at gmail dot com>
Date: Wed, 30 Nov 2005 20:16:51 +0100
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZyWl55OqrGpuAe4Pbvs1LR89Yxtqv4A7VBSJgz4f5b3rlgnZJxzvhEcWiStiLEZIgwY/p3xBFYq3Ljr98QoqlpkpwU9LE7l0mIhEI8Emssb3vwPU398XY7Pj6iUqiIH+prIyjeb+de+bWaXopNn4Juk5umOR9OxN1CA3LA5DEjk=
References: <eb8fc1930511301017h444304cpc4be0b0a51fe5032 at mail dot gmail dot com> <2052CF98-B873-4090-8C65-0D4A03CB2344 at nc dot rr dot com>
Thank you Christian. I am not sure this would work, so I have taken
another route:

Declare Sub myfunction Lib myLib (x As Integer, p As Ptr)
Declare Sub myfunction Lib myLib (x As Integer, i As Integer)
Declare Sub myfunction Lib myLib (x As Integer, b As Boolean)

[I have three different types in my code]. Seems to work...

--
dda
fPic, a Picture object for CLI apps
http://sungnyemun.org/?q=node/7

RBDeveloper Columnist, "Beyond the Limits"
http://rbdeveloper.com

Liste Française Solutions RB
http://www.solutionsrb.com/

On 11/30/05, Christian Miller <realbasic at nc dot rr dot com> wrote:

> Declare Sub myfunction Lib myLib (x As Integer, ParamArray Nums as Integer)
>
> ???
>
>
> Christian
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>