The future depends on us. It is up to us to the future of Clarion.
Will this programming language to live long and happy life or dies in oblivion depends on us. If you have to say, do it here in this blog. Welcome!

Read More

Strange Clarion Behaviour

Clarion 6.3.9058
I have a clarion window with two buttons. Each button have an ID. As I understand this ID’s starts from 16385 (4001H). You can see this ID’s using some Spy. Thus we have a buttons with ID 16385 and 16386.

I send the message WM_COMMAND for ID 16385 and the action is executed on the [...]

Tags: | No Comments »

Category: General

Words And Over

Today I had find an annoying bug. I think that this bug exists elsewhere in my code.
I use a GROUP and OVER for defining the low and high-order words.
For example,

lParam LONG
lParamG GROUP,OVER(lParam)
low [...]

Tags: | No Comments »

Category: General