What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Using VLC DLL's

razor12

New Member
Joined
Apr 3, 2015
Messages
7
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:
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.
 
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:
Back
Top