Search found 2 matches

by runfastman
Tue Dec 06, 2011 3:01 pm
Forum: madBasic
Topic: MethodToProcedure not the same address when called
Replies: 2
Views: 12513

Re: MethodToProcedure not the same address when called

Thanks, works perfect. Haven't done many Windows_API calls.
by runfastman
Mon Dec 05, 2011 11:05 pm
Forum: madBasic
Topic: MethodToProcedure not the same address when called
Replies: 2
Views: 12513

MethodToProcedure not the same address when called

I am trying to use a class method in the SetTimer call. It seems to work (the procedure is called) however, it is not the same object. The address of "self" is not the same as the address passed into MethodToProcedure. Thus class variables I need access to are invalid. Similar to - http://...