remove IA32ABIPlugin>>#primInIOProcessEventsFlagAddress

classic Classic list List threaded Threaded
4 messages Options
EstebanLM EstebanLM
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

remove IA32ABIPlugin>>#primInIOProcessEventsFlagAddress


Hi,

I'm having some problems compiling this method... since it is for backwards compatibility... should be safe to remove it?
               

primInIOProcessEventsFlagAddress
        "Answer the address of the int inIOProcessEvents flag.  This can be used to
         disable invocation of ioProcessEvents and is for backward-compatibility.
         Please use the core VM primitiveEventProcessingControl in new code."


what do you think?

Esteban
Eliot Miranda-2 Eliot Miranda-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: remove IA32ABIPlugin>>#primInIOProcessEventsFlagAddress

 
Hi Esteban,

On Fri, Jan 20, 2012 at 4:00 AM, Esteban Lorenzano <[hidden email]> wrote:

Hi,

I'm having some problems compiling this method...

What are the problems you're having?
 
since it is for backwards compatibility... should be safe to remove it?


primInIOProcessEventsFlagAddress
       "Answer the address of the int inIOProcessEvents flag.  This can be used to
        disable invocation of ioProcessEvents and is for backward-compatibility.
        Please use the core VM primitiveEventProcessingControl in new code."


what do you think?

Esteban



--
best,
Eliot

EstebanLM EstebanLM
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: remove IA32ABIPlugin>>#primInIOProcessEventsFlagAddress

 
Hi,

Cocoa version of mac does not have variable "inIOProcessEvents"... I need to change it to the equivalent (looking at primitiveEventProcessingControl)

best,
Esteban

El 20/01/2012, a las 2:52p.m., Eliot Miranda escribió:

Hi Esteban,

On Fri, Jan 20, 2012 at 4:00 AM, Esteban Lorenzano <[hidden email]> wrote:

Hi,

I'm having some problems compiling this method...

What are the problems you're having?
 
since it is for backwards compatibility... should be safe to remove it?


primInIOProcessEventsFlagAddress
       "Answer the address of the int inIOProcessEvents flag.  This can be used to
        disable invocation of ioProcessEvents and is for backward-compatibility.
        Please use the core VM primitiveEventProcessingControl in new code."


what do you think?

Esteban



--
best,
Eliot


Eliot Miranda-2 Eliot Miranda-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: remove IA32ABIPlugin>>#primInIOProcessEventsFlagAddress

 


On Fri, Jan 20, 2012 at 10:07 AM, Esteban Lorenzano <[hidden email]> wrote:
 
Hi,

Cocoa version of mac does not have variable "inIOProcessEvents"... I need to change it to the equivalent (looking at primitiveEventProcessingControl)

Ah.  So what flags (compile time defines, etc) identify the Cocoa version if any?
 

best,
Esteban

El 20/01/2012, a las 2:52p.m., Eliot Miranda escribió:

Hi Esteban,

On Fri, Jan 20, 2012 at 4:00 AM, Esteban Lorenzano <[hidden email]> wrote:

Hi,

I'm having some problems compiling this method...

What are the problems you're having?
 
since it is for backwards compatibility... should be safe to remove it?


primInIOProcessEventsFlagAddress
       "Answer the address of the int inIOProcessEvents flag.  This can be used to
        disable invocation of ioProcessEvents and is for backward-compatibility.
        Please use the core VM primitiveEventProcessingControl in new code."


what do you think?

Esteban



--
best,
Eliot






--
best,
Eliot

Loading...