Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't build a second time
Message
From
26/01/2005 18:47:17
 
 
To
26/01/2005 18:30:52
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00980994
Message ID:
00981032
Views:
49
All I can say is to submit it to Microsoft. It's got to be something in that code or you've reached some kind of resource boundary.


>>I don't know what else to tell you, then. Like I said, I've seen this and know only that it's related to repeated build-run-rebuild-rerun cycles during development. In my case, running my reset environment macro after each run seems to avoid it. Your situation must be different.
>
>It is really buggy. Check this out.
>
>The following works:
>
>
>loImage9=CreateObject('Image')
>loImage9.Picture='Undo.gif'
>loImage10=CreateObject('Image')
>loImage10.Picture='Close.gif'
>loImage11=CreateObject('Image')
>loImage11.Picture='FirstDisable.gif'
>loImage12=CreateObject('Image')
>loImage12.Picture='NextDisable.gif'
>return
>*loImage13=CreateObject('Image')
>*loImage13.Picture='PreviousDisable.gif'
>
>
>I can enter VFP, build, run, build, run, etc.
>
>But, having this code:
>
>
>loImage9=CreateObject('Image')
>loImage9.Picture='Undo.gif'
>loImage10=CreateObject('Image')
>loImage10.Picture='Close.gif'
>loImage11=CreateObject('Image')
>loImage11.Picture='FirstDisable.gif'
>loImage12=CreateObject('Image')
>loImage12.Picture='NextDisable.gif'
>*loImage13=CreateObject('Image')
>*loImage13.Picture='PreviousDisable.gif'
>return
>
>
>I can enter VFP, build, run, build and VFP freezes.
>
>This is non sense.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform