• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Using VLC DLL's

    Discussion in 'Community Developer Forum' started by razor12, Apr 6, 2015.

    1. razor12

      razor12 New Member

      Joined:
      Apr 3, 2015
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      I made a plugin that uses VLC, RebornBuddy might be failing to compile it, RB also removes it from the CompiledAssemblies folder when I've compiled it and copied it over. Is there any way I can get it to work?

      plugin source + binary, with VLC dlls


      Edit: I can see the Coroutine Example was added/loaded fine. If it's the added DLLs I am referencing which are causing the auto-compile-from-source to fail, then maybe I can just send http messages to another separate app and do the VLC on that end..
       
      Last edited: Apr 7, 2015
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,327
      Likes Received:
      378
      Trophy Points:
      83
      The compiledassemblies folder is just a temp folder.

      If you want to ref a dll you need to add to the top of one of the CS files

      "//!CompilerOption:AddRef:MyAwesomeDll.dll"

      Please note that posting projects that use dlls without prior authorization is forbidden.
       
    3. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Razor12,

      Just a warning before you make a serious mistake. Posting or linking to EXEs or DLLs in The Bossland GmbH forums is a perma-bannable offense. You can find more information about it here:


      This is an edict directly from the company owners. Barring the direct Bossland GmbH staff, there are no exceptions.

      cheers,
      chinajade
       
      Last edited: Apr 19, 2015

    Share This Page