• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Panda - Botcenter

    Discussion in 'Archives' started by dms51, Jul 20, 2011.

    1. Ripperpt

      Ripperpt New Member

      Joined:
      Jan 12, 2011
      Messages:
      574
      Likes Received:
      4
      Trophy Points:
      0
    2. skiazo

      skiazo New Member

      Joined:
      May 16, 2011
      Messages:
      65
      Likes Received:
      2
      Trophy Points:
      0
      same here. Win 7. have latest C++ and even did the link you posted for the 2008. and also the 3.5 net frame. still gives that error (even tried as adminstrator) same thing
       
    3. Demiro

      Demiro New Member

      Joined:
      Jan 27, 2010
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      0
      same, win7, latest C++, latest framework, and error.
       
    4. skiazo

      skiazo New Member

      Joined:
      May 16, 2011
      Messages:
      65
      Likes Received:
      2
      Trophy Points:
      0
      i found it,
      Code:
      - assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
      - trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
      - security>
      - requestedPrivileges>
        requestedExecutionLevel level="asInvoker" uiAccess="false" /> 
        /requestedPrivileges>
        /security>
        /trustInfo>
      - dependency>
      - dependentAssembly>
        assemblyIdentity type="[COLOR="red"]win32[/COLOR]" name="[COLOR="red"]Microsoft.VC90.DebugCRT" version="9.0.21022.8" processorArchitecture="x86" [/COLOR]publicKeyToken="[COLOR="red"]1fc8b3b9a1e18e3b[/COLOR]" /> 
        /dependentAssembly>
        /dependency>
        /assembly>
      and even the folder:
      which means that i have that installed, yet it still wont let me run it. still the same error.
       
      Last edited: Jul 20, 2011
    5. Ripperpt

      Ripperpt New Member

      Joined:
      Jan 12, 2011
      Messages:
      574
      Likes Received:
      4
      Trophy Points:
      0
      Dms51 What version of Visual studio are you using ?
       
    6. twistedintel

      twistedintel New Member

      Joined:
      Oct 3, 2010
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      Also, did you build it for debug or release?
       
    7. Ripperpt

      Ripperpt New Member

      Joined:
      Jan 12, 2011
      Messages:
      574
      Likes Received:
      4
      Trophy Points:
      0
      i found this

      Probably you've attempted to run your program on a machine that doesn't have the VC redistributables installed, or you're attempting to run a debug build on a machine that doesn't have Visual Studio installed (the debug libraries aren't redistributable).

      Maybe you just relese the Debug version.
      you need to compiile it too a realese
       
    8. dms51

      dms51 New Member

      Joined:
      Jun 11, 2011
      Messages:
      167
      Likes Received:
      6
      Trophy Points:
      0
      Try with this version : View attachment x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_96748342450f6aa2.zip
       
    9. dms51

      dms51 New Member

      Joined:
      Jun 11, 2011
      Messages:
      167
      Likes Received:
      6
      Trophy Points:
      0
      Yep this was the debug version with visual studio 2008, should work with the dll I posted above, until i post the release one. Completely forget about it.
      Lack of sleep is messing with me... :)
       
    10. Voetballer

      Voetballer New Member

      Joined:
      Jun 22, 2011
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      0

      Where to put the files you linked ? C:\WINDOWS\WinSxS ?!

      Anything else, cuz I just put your folder in that folder, but nothing happens.
       
    11. Demiro

      Demiro New Member

      Joined:
      Jan 27, 2010
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      0
      in what folder i must place this dlls ?
       
    12. dms51

      dms51 New Member

      Joined:
      Jun 11, 2011
      Messages:
      167
      Likes Received:
      6
      Trophy Points:
      0
      Weird. Can't help you now, I will be focused on building a release version.
       
    13. Voetballer

      Voetballer New Member

      Joined:
      Jun 22, 2011
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      0
      Alrite I'll await your new release then... Howlong does compiling a 1,5MB file take? :p
       
    14. Hans-peter

      Hans-peter Member

      Joined:
      Feb 1, 2010
      Messages:
      262
      Likes Received:
      1
      Trophy Points:
      16
      Give him the time he need?s and stop kidding him
       
    15. Voetballer

      Voetballer New Member

      Joined:
      Jun 22, 2011
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      0
      I was actually serious about wanting to know howlong compiling takes.. Im not a coder nor never will be one.. I was just curious since the size of the programm aint that big. Does it involve loads of work? or is it just press Compile in a programm? Wasn't there to push him in anyway tbh :)
       
    16. dms51

      dms51 New Member

      Joined:
      Jun 11, 2011
      Messages:
      167
      Likes Received:
      6
      Trophy Points:
      0
      In fact a few seconds, but that's more about correcting compiling errors... :D
       
    17. Voetballer

      Voetballer New Member

      Joined:
      Jun 22, 2011
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for clarifying it.
       
    18. poupey57

      poupey57 Member

      Joined:
      Dec 18, 2010
      Messages:
      126
      Likes Received:
      0
      Trophy Points:
      16
      Hope it will be soon :p <3
       
    19. dms51

      dms51 New Member

      Joined:
      Jun 11, 2011
      Messages:
      167
      Likes Received:
      6
      Trophy Points:
      0
      Ok so this one should work on windows 7 (tested on Eeepc 901, just to be sure, with fresh win 7 install) : View attachment Release.zip
      Please try it, and report ! :)
       
    20. skiazo

      skiazo New Member

      Joined:
      May 16, 2011
      Messages:
      65
      Likes Received:
      2
      Trophy Points:
      0
      I set it up right, but when i push the "start monitoring" it gives me :
      and here is the details of the message
      View attachment Error.txt
      Once i press continue, nothing happens after.
      (Windows 7 = 64bit)
       
      Last edited: Jul 20, 2011

    Share This Page