NSInteger
I have a objective-c method getting an NSInteger as one of its arguments. I declare this argument as :int fli type, but the result I obtain is incorrect (I get a big number, positive or negative, when I must receive 0 or 1). Here the objective-c definition :
- (CGFloat)splitView:(NSSplitView *)splitView constrainMinCoordinate:(CGFloat)proposedMinimumPosition ofSubviewAt:(NSInteger)dividerIndex;
I suspect the problem is at lisp level because I don’t found any complain about this from objective-c users on the net.
Do you never experiment something with NSInteger ?
Thanks in advance
Denis
-------------------------------------------------------
Denis Pousseur
70 rue de Wansijn
1180 Bruxelles, Belgium
Tel : 32 (0)2 219 31 09
Email : denis.pousseur@gmail.com
Website : http://www.denispousseur.com
-------------------------------------------------------