Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this a bug ?
Message
From
07/03/2001 09:50:04
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
07/03/2001 05:28:31
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00482615
Message ID:
00482672
Views:
7
Kueh,

I'll pass this along to the VFP team.



>Dear all,
>
>I have build an COM dll in VFP7 Beta 1 and then view dll using the
>OLE/Object View and it seems that VFP treat integer as long datatype (refer
>to function addnumbers). Is this a bug or behavior as designed? Thanks.
>
>Regards,
>Kueh.
>
>Sample code.
>
>DEFINE CLASS sample1 AS CUSTOM OLEPUBLIC
>
>
>Function echostring(teststring AS String ) AS String
>
> RETURN testString
>EndFunc
>
>Function addnumbers(NumberOne AS Integer , NumberTwo as Integer ) AS integer
>
> RETURN NumberOne + NumberTwo
>
>EndFun
>
>Function subtractnumbers(NumberOne as long, NumberTwo as long ) as long
> RETURN NumberOne - NumberTwo
>EndFun
>
>ENDDEFINE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform