View Single Post
  #1 (permalink)  
Old 05-18-2007, 11:25 PM
dpriem dpriem is offline
Newbie
 
Join Date: May 2007
Posts: 7
Default Error compiling program in V5 (was OK in V4)

Hello,
I had an application working well under V4.0 and, trying to compile it with the new V5, I had an error message that I can't understand (see attached doc file in zip).
I also attached my application's source.

Any idea ?

*** Update ***
I finally found out that moving all the code that wasn't just assigning or declaring global variables from "sub globals" to "sub app_start" solved the problem.
Since this is quite easy (once you know it), this topic can be marked as solved.
Attached Files
File Type: zip Basic4ppc error.zip (12.0 KB, 14 views)

Last edited by dpriem : 05-19-2007 at 12:08 AM. Reason: Found work around
Reply With Quote