+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Working last week, but not now.

  1. #1

    Default Working last week, but not now.

    So Proton was working last week just fine (and has been for a long time), but this week it was giving me some troubles.

    I'm using Windows Vista, and Proton IDE 2.0.0.4 and Compiler 3.4.0.5. I make sure to run it under the administrator. When I hit the compile button it gives me this screen that I've never seen before.

    PrPlus

    Update Required

    Day(s) remaining to Update 0

    Please update the compiler using the online update option in the IDE.

    Button available are Install License, Info and Continue.

    Hi, its great to see you visiting our forum. Why not try Proton Compiler for FREE?

    Download the FREE version of Proton Compiler, Its called Amicus18 and its available from HERE

    Already using proton Compiler??? Get rid of these pesky messages... get LICENSED USER STATUS





    I try to update and it says that I have the lastest updates.
    Current Project - Laminar Flow Nozzle
    Project Blog - http://mad-laboratory.com


  2. If you're a Licensed user of PROTON DEVELOPMENT SUITE, apply for Licensed User Status to remove these pesky messages
     and get access to additional forum areas, Beta test downloads and more!

  3. #2
    Super Moderator wastrix's Avatar
    Join Date
    May 2008
    Location
    Sydney, Australia
    Posts
    2,555


    Default Re: Working last week, but not now.

    Click the updates button at the top of this page.

    Latest version is 3.5.0.6, IDE 2.0.0.7
    "If you have an important point to make, don't try to be subtle or clever. Use a pile driver."
    - Winston Churchill
    If you want to contact me, please email me, don't PM me.

  4. #3
    Licensed User TEEGEE's Avatar
    Join Date
    Nov 2008
    Location
    Nantes France
    Posts
    91


    Default Re: Working last week, but not now.

    Hello,

    I am using the compiler version 3.3.4.8, which had been certified for one of our previous projects.
    I know that there are updates, but I wish I could keep using the same version for our new project.
    That’s why I ask you for a new license key for that version (see attached file).

    Attachment 778excuse me for my poor English


    Thx




  5. #4
    Super Moderator johntabb's Avatar
    Join Date
    Mar 2002
    Location
    Ilkley, West Yorks
    Posts
    491


    Default Re: Working last week, but not now.

    I know it's not the answer that you want. but would changing the date back before last week allow the software to run?
    this might allow you to continue working whilst you wait for a better answer.
    John

  6. #5
    Licensed User TEEGEE's Avatar
    Join Date
    Nov 2008
    Location
    Nantes France
    Posts
    91


    Default Re: Working last week, but not now.

    Hello,

    Thank you johntabb , already trying ... it does not work ! the software remembers it !

    key or file ..
    I do not know, and find no correlation. (new files .... or new key (hard to find))

    thx

  7. #6
    Super Moderator fanie's Avatar
    Join Date
    Oct 2005
    Location
    Crime riddled ZA
    Posts
    8,019


    Default Re: Working last week, but not now.

    Hello Teegee,

    I suggest you compile the code again with the new version and see if there is an error coming up. You may have had to use a workaround to compensate for some previous problem which has been corrected since. I can assure you the newest works very well and problems is mostly finger troubles, usually some stupid overlook.
    Fanie
    FAZE
    73 de ZS6FAZ
    http://fanie.cambs.net
    Stick to pic

  8. #7
    Licensed User TEEGEE's Avatar
    Join Date
    Nov 2008
    Location
    Nantes France
    Posts
    91


    Default Re: Working last week, but not now.

    Hello Fanie

    thank you for your quick response.

    if the 'old' version of our code compiles fine, this is not the case in the new (ASM error). I had already sent a source on this subject.
    More for the same code, the oreder adds a significant number of bytes. (Over 1500 byte to compile a code of 20 kbytes.
    on the previous version of the code compiles in less than 1 minute, now more than 6!

    I tested the new version of "certify", which is a very LONG PROCESSES.
    but in the meantime, I would just keep using this one!

    just tell me what to do to continue to use al

    thank you for your support

  9. #8
    Super Moderator fanie's Avatar
    Join Date
    Oct 2005
    Location
    Crime riddled ZA
    Posts
    8,019


    Default Re: Working last week, but not now.

    Post a link to the source you sent.
    It doesn't sound right, maybe someone can spot the problem.
    Fanie
    FAZE
    73 de ZS6FAZ
    http://fanie.cambs.net
    Stick to pic

  10. #9
    Licensed User TEEGEE's Avatar
    Join Date
    Nov 2008
    Location
    Nantes France
    Posts
    91


    Default Re: Working last week, but not now.

    You find problem, the line was too long.


    and all the next version, it is still too long!

    asm error (116) (addres label duplicated or diferent in a second pass)


    IF Bouton_Test=Oui THEN
    Btouche =3 ;
    Digit =103:GOSUB GoAFF ;
    WHILE Bouton_Test=Oui ;
    INC Btemps ;
    DELAYMS 40 ; ....
    IF Time = Btemps THEN Btouche = 0 igit =100:GOSUB GoAFF:WHILE Bouton_Test =Oui:DELAYMS 40:WEND:BREAK ;
    WEND ;
    IF Btouche=0 THEN GOTO Attente
    Digit=Lastmel
    ;
    GOSUB GoAFF
    ENDIF

    I just want to keep using version 3.3.4.8, which suits me very well .. no more

    if you want me to be beta tester for the new version, I would with pleasure.

    meantime, I just want to work with a version that I know, and is stable for me.

    Best regards





  11. #10
    Super Moderator fanie's Avatar
    Join Date
    Oct 2005
    Location
    Crime riddled ZA
    Posts
    8,019


    Default Re: Working last week, but not now.

    When a line is too long you continue it as follows

    IF Time = Btemps THEN Btouche = 0 : digit =100 : GOSUB GoAFF :_
    WHILE Bouton_Test =Oui : DELAYMS 40 : WEND : BREAK

    Note the underscore at the line end. You cannot continue to the next line in the middle of a command.
    Fanie
    FAZE
    73 de ZS6FAZ
    http://fanie.cambs.net
    Stick to pic

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. How week a pullup can I use
    By Tim in forum The Lounge
    Replies: 2
    Last Post: 15th September 2008, 11:30
  2. Day of week calculation
    By ADLIN SYSTEMS in forum Windows Application Development
    Replies: 2
    Last Post: 6th May 2008, 13:17
  3. Got it working!
    By rcurl in forum USBWiz
    Replies: 0
    Last Post: 5th October 2007, 14:01
  4. Why is my I2C bus not working?
    By C H Whitehead in forum The Lounge
    Replies: 24
    Last Post: 3rd February 2006, 01:41

Members who have read this thread : 1

Actions :  (Set Date)

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