TotalCross / totalcross

TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
https://www.totalcross.com
GNU Lesser General Public License v2.1
222 stars 40 forks source link

Device windows CE don't running application #365

Open FelipeRodrigues21 opened 3 years ago

FelipeRodrigues21 commented 3 years ago

Describe the bug

Hey guys, how are you? My device don't execute the application, because the device show screen : "is not a valid windows ce application". I build my application and run file bat in pastle install/wince.

Devices:

Please complete the following information:

FelipeRodrigues21 commented 3 years ago

Hey guys i found the solution in issue to gitlab :

https://gitlab.com/totalcross/TotalCross/-/issues/731

The problem maybe on icon, because i sustitute the laucher and work my application

brunoamuniz commented 3 years ago

That is great, thanks @FelipeRodrigues21!! You should open a PR about this =)

FelipeRodrigues21 commented 3 years ago

@brunoamuniz I change the file, remove .exe to directory of device and replace the .exe of path $USER\AppData\Local\TotalCross\7.1.0\etc\launchers\wince with same name, but don't change the code. I think some file was corrupt