Results 1 to 14 of 14

Thread: Updating Smart embedded.dll

  1. #1
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Updating Smart embedded.dll

    The current smart embedded.dll does not correctly work with reflection requiring us to replace it every new revision, unless there is a reason I am not aware of why not just update SRL with the dll that reflection uses to handle longints?
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  2. #2
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Seroko View Post
    The current smart embedded.dll does not correctly work with reflection requiring us to replace it every new revision, unless a reason I am not aware of why not just update SRL with the that reflection uses to handle longints?
    Uhhmmm, it's made by BenLand100 and is closed source, I think

    -Tsn.
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

  3. #3
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Just copy the one in reflection over to the one in SRL...
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  4. #4
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by the scar noob View Post
    Uhhmmm, it's made by BenLand100 and is closed source, I think

    -Tsn.
    That has nothing to do with it. Ben already released the one that's in the reflection SVN right now, and it should be implemented in the SRL public SVN also.
    :-)

  5. #5
    Join Date
    Mar 2008
    Location
    ::1
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I think that this will only be added once/if Reflection is added to the [ACRONYM="Scar Resource Library"]SRL[/ACRONYM] [ACRONYM="Subversion"]SVN[/ACRONYM]. The reason being that some people still don't like Reflection.

    Records and Types Save Code (and make you look better)
    Quote Originally Posted by Wizzup? View Post
    Is it possible to make Runescape a 2D game with this?... That would greatly simplify... Just about anything.

  6. #6
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by tniffoc View Post
    I think that this will only be added once/if Reflection is added to the [ACRONYM="Scar Resource Library"]SRL[/ACRONYM] [ACRONYM="Subversion"]SVN[/ACRONYM]. The reason being that some people still don't like Reflection.
    I know some people absolutely despise reflection but still, it will change nothing for those who don't use it, and will save people who DO use reflection the time of replacing the plugins every revision and having to explain why SRL updated and their reflection messed up.
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  7. #7
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Method View Post
    That has nothing to do with it. Ben already released the one that's in the reflection SVN right now, and it should be implemented in the SRL public SVN also.
    Which will mean that SRL would have to update every time JageX updates.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  8. #8
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    Which will mean that SRL would have to update every time JageX updates.
    what he means is replace the embedded smart.dll from the reflection folder and put it in srl

    dont put reflection in srl just the embedded smat.dll

    ~shut

  9. #9
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    Which will mean that SRL would have to update every time JageX updates.
    You already have to update SMART every time it breaks. We're not talking about adding reflection, we're talking about adding the SMART that's included in reflection.

    You guys seem to misunderstand (though Shuttleu has the right idea).
    :-)

  10. #10
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    The new SMART DLL just adds Longs.


  11. #11
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Bobarkinator View Post
    The new SMART DLL just adds Longs.
    Exactly What I said (Also doesn't it also add booleans?) it isn not like one smart.dll is for reflection, and the other isn't. The only difference (Correct me if I am wrong) is the one included with reflection adds long ints (and booleans?) which is used more specifically for things such as object finding, you can still do some reflection things with the one in the SRL svn.
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  12. #12
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I'm pretty sure it only adds longs, everything else is already in their.


  13. #13
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Bobarkinator View Post
    I'm pretty sure it only adds longs, everything else is already in their.
    ah, readme said

    This version of SMART allows us to get LongInts (SCAR's don't actually work) and Booleans from the Runescape client unlike before.
    is why I assumed that. but thats definitely more of your area.
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  14. #14
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Hmm, maybe it did, I thought booleans were already there.


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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