Compiler error CS1519

mamuen

Member
Licensed User
Hi,

i have build a Program and it run on both, device and desktop.
After including Filippos listview.dll the Program run in the IDE whithout an error, but when I make an exefile for the Device i get an error CS1519 (Invalid token 'token' in class, struct, or interface member declaration).

When i compile the Program without optimized compilation i get the error yad.exe or mahshev.exe is missing.

What do i wrong?
 
Last edited:
D

Deleted member 103

Guest
Hello mamuen,

Here is the corrected version.;)


Ciao,
Filippo
 

mamuen

Member
Licensed User
Hello Earl,

Thx for your fast help!


Hallo Filippo,

danke für Deine Mühe, kannst Du mir meinen Fehler näher erklären irgent wie blicke ich da nicht durch. Wir können uns ja im deutschen Forum treffen.
 

mamuen

Member
Licensed User
Hi Earl,

can you explain this a little bit exacting.:sign0104:

There is a compatibility problem with this library.
You will need be able to use any objects from this library other than ListView.

It is not possible to use inner classes directly from Basic4ppc.
ColumnType and the other types are inner classes.
 
Top