Pbp3


Closed Thread
Results 1 to 22 of 22

Thread: Pbp3

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: Pbp3

    MicroCode Studio only changes the case that is viewed in the editor.
    The characters saved to the file are exactly as you typed them.

    But DEFINE is a PBP statement, and PBP is not case sensitive, so it doesn't matter how you type the actual word DeFiNe.
    What comes after DEFINE is passed to the assembler unchanged and MPASM is case sensitive.
    Any defines that PBP will be looking for are all UPPERCASE, so anything after DEFINE should be all UPPERCASE.

    If you are using defines in your own assembly language code then anything after DEFINE must match the case that your ASM code is looking for. Those do not have to be uppercase, but it makes things easier if you stick with the standard convention of all uppercase.
    DT

  2. #2
    Join Date
    Aug 2005
    Posts
    95


    Did you find this post helpful? Yes | No

    Default Re: Pbp3

    Just a query regarding deactivation of picbasic pro3, you say you have the ablity to deautherise a computer so you can move your copy of picbasic pro to another. But what happens when the computer has a hardware faliure. How do you deautherise that computer.

    Thanks Sphere.

  3. #3
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: Pbp3

    You have multiple installations available.

    If it comes to the point where they have all been used, just give melabs a call or drop us an email and we can reset the key.
    DT

  4. #4
    Join Date
    Aug 2005
    Posts
    95


    Did you find this post helpful? Yes | No

    Default Re: Pbp3

    Thanks for the reply. The only reason I asked was because I had a similar issue with itunes.

    Sphere.

  5. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Pbp3

    [OT] Why on earth are you still using iTune?
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  6. #6
    Join Date
    Aug 2005
    Posts
    95


    Did you find this post helpful? Yes | No

    Default Re: Pbp3

    I don't anymore for that reason. I can appreciate the reason for software activation but it doesn't stop the software pirates. They just crack it and release it. The only people it annoys are the people who paid for it.

    Sphere.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts