External compiler error

prinsen

Member
Licensed User
Can someone help me?

I am working on a program which works great with b4ppc 6.0
Running it with F5 (run-mode) it all works great ; no errors at all.
Compiling it to device gives me the following error:
External complier error
Error message : error CS1525
Line 108

Line 108 works normally in F5-mode; this is line 108:
Table3.LoadCSV("\interface\LGXVRDMU.CSV", ",", True)

Thanks if anyone can help me.

Jorrit.
 

prinsen

Member
Licensed User
You are right. Thanks, it's all working now again.

An extra 'true' and it works.
Am I correct that in version 5 of b4ppc the help was different e.g. the loadcsv did not have the extra true (for create colomns)?

PS: I also got errors in v6 of b4ppc when using:
QTsscccode.SelectionStart = ""
instead I now use QTsscccode.SelectionStart = 0 and it's ok too.

Regards

Jorrit/Prinsen
 
Top