> How do I protect my application so it will not bee sync. with ather device
> by the infrared communication.

http://oasis.palm.com/dev/kb/faq/1054.cfm
http://oasis.palm.com/dev/kb/papers/2169.cfm

  but, for what you want, you can just set the beam bit :) it will
  make the application have a "lock" next to it when you try and
  beam it..

  if using prc-tools 2.0:

    myprogram.def:
    ==============

       application { .... copy-prevention }

  if using codewarrior, open your project, open the settings and
  select the "PalmRez Post Linker" item in the Linker section and
  then check the following:

       [x] Set Copy-prevention Bit

  if you want to do it "in the application", you can see the Dr McCoy
  example in the 3.0 SDK for the snippet of code that does it. this 
  code is also in the paper i wrote linked to above.

  heck, devnation may be dead - but at least we still have the forums :) 
  
// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to