John J. Mihaljevic wrote: > HI all, > > > > I'm trying to rebuild a project and am getting some errors that I can't > figure out. During the build, I get two windows popping up. The first says: > > > > Locate File > > Unable to find unknown FIRSTARRAY > > > > I click Ignore, then get a second window: > > > > Locate File > > Unable to find unknown TOPMESSAGE > > > > I click Ignore on that one, and here is the error report I get: > > > > Form c:\test\engstart.scx has the following errors: > > Unknown FIRSTARRAY - Undefined > > > > Program c:\test\englib.prg has the following errors: > > Unknown FIRSTARRAY - Undefined > > Unknown TOPMESSAGE - Undefined > > > > > > FIRSTARRAY is declared as PUBLIC in eng.prg, which is the main prg in the > system. TOPMESSAGE is a variable passed to one of the functions in > englib.prg. > > > > Any idea why I'm getting these error messages when building the project? > > > > Second question: Despite the build errors, the EXE runs on my system. Yet > when I copy it back to the user's system via Remote Desktop, it won't run. > Double-clicking on the EXE simple generates a "beep" sound and nothing else. > > > > If there's any other info I could post to help explain this, please let me > know and I'll do my best to explain it better. > > > > Thanks very much for any help! > > > > John > > I would first add an EXTERNAL ARRAY command in the procedure/functions that use FIRSTARRAY and recompile. I have seen messages get confused with a variable name from time to time during builds.
Do you create a log on errors, which you can investigate on the end users workstation? I've seen a behavior like this beep when the EXE had an OlePublic class and I compiled on a Vista workstation without the VFP session having administrator rights. When I ran the compiled EXE on the Vista workstation it too failed like the workstation though. Tracy _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

