From: "Mike Wiebel" <[EMAIL PROTECTED]> Subject: Solaris client as library -- threading problem I'm trying to make a shared library out of the testplayer sample so I can call into it from Java. I renamed main(), tore out the command line parsing code, threw in some jni header files and stuck a -shared switch into the linker. Worked great UNTIL I created a Thread at the java level called into the library from the thread. Loads the core, contacts the server but gives me an "unable to connect check network transport settings" error. Any ideas? I've tried different compile and link options but as c++/Solaris aren't my strengths I'm afraid I'm just fumbling around in the dark. Thanks in advance for the help. ******************************************************* The RealForum is an email discussion group focused on using RealNetworks products. The RealForum is a place to post messages about the best methods for creating content using RealNetworks technologies and the planning and implementation of streaming-media web sites. Archives of RealForum can be found at http://realforum.real.com If you ever want to remove yourself from this mailing list, you can send mail to <[EMAIL PROTECTED]> with the following command in the body of your email message: unsubscribe realforum or from another account, besides the address you subscribed with: unsubscribe realforum <[EMAIL PROTECTED]>
