Ok… this is weird.
I went to compile my program for windows and mac, and when I do just mac, everything builds fine.
When it gets to the windows part, I get this error:
winMain.pushGenerateCode.Action, line 8
Type mismatch error. Expected Int64, but got enum CheckBox.VisualStates
select case int64(checkLowerCase.VisualState)
What is the difference? And how do I fix it?
I have tried with targetOS.Windows, but it is a no go.
Regards
9 posts - 4 participants