Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VFP 7.0 vs. VFP 6.0 *.dll question

Status
Not open for further replies.

VBFOXDEV35

Programmer
Mar 26, 2001
77
US
Hey all, I have this slight program with my *.dll

I have a VFP 6.0 *.dll that compiles with no problems.

However when I try to compile this in VFP 7.0 I get a syntax error on this line:

PROTECTED DIMENSION strStructure(1,4)

Can anyone explain this for me?
My Project properties have 2 server classes
The instancing is Multi-Use

Where am I going wrong. Thanks for all the help

Art


Art DeGaetano II
Software Developer, MOUS
 
PROTECTED can only be used on a class property, not a standard array. Where is this line of code? What on the line before and after (the VFP parser can get confused reporting syntax errors!).

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top