This occurs on my Win XP2 laptop using B4PPC v6.8. The program is a simple sqlite data search widget in which I type in a search string and get back the relevant data. It works perfectly when run from the IDE but it won't compile (optimised) for a Windows.exe, giving the error message:
"Error message: error CS1002: ; expected
Line number: 38
Line: Temp=Temp & recList.Item(9) & " " recList.Item(10) & " " & recList.Item(11)"
[If anyone knows how to copy and paste these error messages, please let me know!]
So what's this about a semi-colon being expected?
The entire program is attached, but not the 40 Megabyte database it looks at. I wrote it for use on the laptop, so haven't attempted to compile it for my iPAQ.
Many thanks in advance for any clues how to fix this.
Caravelle
"Error message: error CS1002: ; expected
Line number: 38
Line: Temp=Temp & recList.Item(9) & " " recList.Item(10) & " " & recList.Item(11)"
[If anyone knows how to copy and paste these error messages, please let me know!]
So what's this about a semi-colon being expected?
The entire program is attached, but not the 40 Megabyte database it looks at. I wrote it for use on the laptop, so haven't attempted to compile it for my iPAQ.
Many thanks in advance for any clues how to fix this.
Caravelle
Attachments
Last edited: