Is the SO tag ordering a good representation of programming language popularity?
My first guess would be that it's not and that it's largely populated by fans of Jeff (who would probably be .Net biased) and fans of Joel (who may be more C/C++ biased among others).
Is there a way to get unbiased programming language popularity stats?
...
Problem: to show that a Not-SO-page has been discussed in SO when you at the Not-SO-site by a SO indicator at Firefox bottom bar
How should the extension work?
It should show a colorful SO indicator if the not-SO-page has been at SO.
I assume that we cannot use
Google (because the addon is apparently against its TOS)
SO has no simil...
I tried to require Gosu's .so file, but it said something about "expecting assembly",
I assumed that IronRuby will support library files which aren't written in dot net, may anybody help me please?
...
Hi all!
After one of my last questions about python&c++ integration i was told to use dlls at windows.
(Previous question)
That worked ok doing:
cl /LD A.cpp B.cpp C.pp
in windows enviroment, after setting the include path for boost, cryptopp sources and cryptopp libraries.
Now i'm tryting to do the same in linux, creating a .so fil...
Is there any way to decompile Linux .so?
...
Hello guys, I have a big project compiled into libProject.so-file (shared library), I made some modules (shared libraries too) which use code from all libProject. Can I set libProject as dependence for moduleProject.so file? (gcc)
...
Hey everyone,
I am trying to use SWIG to wrap some C++ code for the use with Python. As described here it seems to be necessary to link my C++ code against an .so file, not a .dylib file. The thread suggests to use libtool in combination with the -module flag to link, but I am using qmake and need more precise instructions on how I do t...
not able to upload img .. please check at following site...
http://i40.tinypic.com/ilzyqa.gif
...
I need to run a set of tests against the same ruby version and same gemset but with different versions of a .so library.
Therefor I need to have two ruby installations (for the same version 1.8.7), each one pointing to a different set of .so files. How can I do that?
Gemset usage is already too late because library binding is done when...
Hi Everyone?
My Question is not resolved.
A.so depends on B.so. B.so depends on C.so.
The method in A.so is called many times in my application.
On Ubuntu 9.10, the method works properly.
But on Ubuntu 8.04, the method does not work properly.
Sometimes it works. Sometimes it does not work. I don't know why...
I checked A.so using ...
Is it possible to recreate the C++ header files needed to use a given .dll/.so/.dylib?
If it is, how would one go about doing that?
...
I have serveral copies of same ".so" file under different system directory. Can I set link path in my php scripts so that i can link to a certain ".so'?
...