ccz80

Would you like to react to this message? Create an account in a few clicks or log in to continue.
ccz80

ccz80 programming language


2 posters

    const not funktion...error...

    avatar
    funkheld


    Posts : 51
    Join date : 2009-12-16
    Age : 74
    Location : germany, lüneburg

    const not funktion...error... Empty const not funktion...error...

    Post  funkheld Tue Nov 23, 2010 10:48 pm

    "const" not funktion , it ...error..

    gruss
    avatar
    Dinoneno


    Posts : 115
    Join date : 2008-01-15
    Age : 53
    Location : Toledo

    const not funktion...error... Empty Re: const not funktion...error...

    Post  Dinoneno Wed Nov 24, 2010 12:58 am

    Since ccz80 3.0.0 the sentence const disappears and is replaced by define, which also allows you to define macros. Actually use define in the same way that using const defines a macro without parameters, but you can define macros with parameters.

    Example:

    define ADD = 5;

    You can use in any expression ADD with value 5.

    But also:

    define ADD(a, b) = a + b;

    And you can use in any expression ADD(3, 2), by example, and you get the value 5.

    If you don't need macros with parameters, you can only replace all appearances of const by define.
    avatar
    funkheld


    Posts : 51
    Join date : 2009-12-16
    Age : 74
    Location : germany, lüneburg

    const not funktion...error... Empty Re: const not funktion...error...

    Post  funkheld Wed Nov 24, 2010 2:23 am

    then the sprites-alivedemos have all "const" error !!!

    gruss
    avatar
    Dinoneno


    Posts : 115
    Join date : 2008-01-15
    Age : 53
    Location : Toledo

    const not funktion...error... Empty Re: const not funktion...error...

    Post  Dinoneno Wed Nov 24, 2010 5:27 am

    It's true. Since all files are reviewed and corrected the error. Thank you very much to communicate. Users like you are what I need Smile
    You can correct errors yourself or download the files corrected. If you have problems NET Framework 4 to use the new download utility I send you by mail. Gruss.
    avatar
    funkheld


    Posts : 51
    Join date : 2009-12-16
    Age : 74
    Location : germany, lüneburg

    const not funktion...error... Empty Re: const not funktion...error...

    Post  funkheld Wed Nov 24, 2010 7:54 am

    it works now. I found this framework 4 of 35mb and it no longer changes the DSL address.

    Sponsored content


    const not funktion...error... Empty Re: const not funktion...error...

    Post  Sponsored content


      Current date/time is Fri Mar 29, 2024 9:03 am