hi,
Still trying to Opti-Compile my GPS apps in net2...
Loaded the error message extention file so I can read the errors.
It tells me to change baudrate (used 115200, maximum accepted is 65xxx)
Did so and get the next error...
get the error on serial_on_com sub as: "Control.Invoke must be used to interact with controls created on a separate thread."
disabled this line in sub serial_on_com :
If F1IBconnect.Visible=TRUE Then F1IBconnect.Visible=FALSE
and the error for serial_on_com sub disapear, but now two other subs have the same control.invoke error.
What does it means, what do I have to do ???
Put Claude Belgium
Still trying to Opti-Compile my GPS apps in net2...
Loaded the error message extention file so I can read the errors.
It tells me to change baudrate (used 115200, maximum accepted is 65xxx)
Did so and get the next error...
get the error on serial_on_com sub as: "Control.Invoke must be used to interact with controls created on a separate thread."
disabled this line in sub serial_on_com :
If F1IBconnect.Visible=TRUE Then F1IBconnect.Visible=FALSE
and the error for serial_on_com sub disapear, but now two other subs have the same control.invoke error.
What does it means, what do I have to do ???
Put Claude Belgium
Last edited: