Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3963

Why is this happening winMain.pushGenerateCode.Action, line 8 Type mismatch error. Expected Int64, but got enum CheckBox.VisualStates select case int64(checkLowerCase.VisualState)

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 3963

Trending Articles