Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this a bug ?
Message
From
07/03/2001 05:28:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Is this a bug ?
Miscellaneous
Thread ID:
00482615
Message ID:
00482615
Views:
53
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
Next
Reply
Map
View

Click here to load this message in the networking platform