i don't understand...
this code return error when i compil it to exe!why???
B4X:
Sub App_Start
FormEx.New1("mainf")
Thread1.New1(B4PObject(1))
Msgbox(1)
FormEx.EnableThreading("Main.thread1", B4PObject(1))
Msgbox(2)
formex.Run
End Sub
version of threading.dll is 1.3?formexdesctop.dll is 1.6...