2019-07-08 05:04 AM
I am new to coding in touchgfx. i am using touchgfx 4.10.0 version and microsoft visual studio 2019. Depends on version, is there any difference in coding method?
I followed one button example, which was already available in touchgfx examples. I developed the same example and generated the code. There was some changes in coding, when i compared with the code of that example. Could you please guide me here?
Thanks
Yamuna K
2019-07-09 04:08 AM
Hi @YK.10,
Actually, there shouldn't be any differences because you're still using 4.10.0. MSVS is just the compiler. Also, we don't even support MSVS2019 (v142) in TouchGFX 4.10.0 so you should be getting an error.
Can you show me more about what you're seeing?
Best,
/Martin