Displaying 3 results from an estimated 3 matches for "hosoi".
Did you mean:
hoshi
2015 May 13
3
Compiling DLL?
Hello,
I have a plugin called DFVoice, which is a voice chat plugin for the Unity
game engine. The latest version of Unity now allows for native DLLs in the
free version (whereas previously it only allowed .NET DLLs), so I've been
wanted to integrate Opus to replace NSpeex.
That said, I've been running into issues with compiling Opus - that is, I
can't seem to figure out how to compile
2015 May 13
0
Compiling DLL?
On 2015-05-13 11:26 AM, Masaaki Hosoi wrote:
> I tried switching various projects in the solution over to DLL, but then
> it started complaining about being unable to find certain files.
That's what I got too. Perhaps there's some way to combine the various
sub libraries into a dll in a separate project? I don't know...
2015 May 16
0
Compiling DLL?
Thanks to Cristian, got it up and running and compiling a handy DLL :D
On Tue, May 12, 2015 at 10:50 PM, Masaaki Hosoi <alan.stagner at gmail.com>
wrote:
> Hello,
> I have a plugin called DFVoice, which is a voice chat plugin for the Unity
> game engine. The latest version of Unity now allows for native DLLs in the
> free version (whereas previously it only allowed .NET DLLs), so I've been
&g...