@olwi I think it is because you are passing an int (variable lenght integer: 32 bits on i686, 64 bits on x86_64) to a proc that accept a cint (always a 32 bit integer)
- The cint == int != int trap Stefan_Salewski
- Re: The cint == int != int trap chrisheller
- Re: The cint == int != int trap Stefan_Salewski
- Re: The cint == int != int trap olwi
- Re: The cint == int != int trap woggioni
- Re: The cint == int != int trap Stefan_Salewski
- Re: The cint == int != int trap olwi
- Re: The cint == int != int t... woggioni
- Re: The cint == int != int t... olwi
- Re: The cint == int != int t... Stefan_Salewski
- Re: The cint == int != int t... Araq
- Re: The cint == int != int t... Stefan_Salewski
