two shared libraries liba.so and libb.so.liba.so uses libb.so.All c files are compiled with -fPIC.Linking uses -shared.When we call dlopen on liba.so it cannot find symbols in libb.so...we get the \"u
I have two different C# applications that are running at the same time. I would like both of them to be able to access the same \"instance\" of a DLL (also in C#).
I have an existing webapp and i\'m attempting to setup BlogEngine .Net to share the membership tables
I have a server and a client written in C. I try to load a shared library in the server and then pass library function pointers to the client. This way I can change the library without have to compile
I have got four classes A, B, C and D. Class A has a member b of class B. Class B has a member c of class C.
I\'m looking for a direct way for server-side code to access a flash shared object. Obviously you can write some javascript that can read flash shared objects via ExternalInterface. But doing that req
I have two projects 1) COM project(Shared Add-in) and 2) myProject(windows application) now i want to execute both project through one setup file.
I\'m using Code::Blocks to compile a shared library on Ubuntu. When I make a simple main.c file with:
I have the following variable which creates problem when i use multiples instance of the same web form. Could you please let me know how i could what variables other than shared i can use to achieve t
Consider I have a shared function:- Public Shared Function CalculateAreaFromRadius(ByVal radius As Double) As Double