Results 1 to 8 of 8
Can you plz help me? I have just downloaded Mupen64(N64 Emulator) and need to use a windows .DLL for a controller plug-in and Mupen64 doesnt use .DLL"s but uses .SO"s. ...
- 07-28-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 4
How to convert .dll to .so plz plz help
Can you plz help me? I have just downloaded Mupen64(N64 Emulator) and need to use a windows .DLL for a controller plug-in and Mupen64 doesnt use .DLL"s but uses .SO"s. Is it possible to convert .DLL"s to .SO"s and still have the same effect. If possible could you post a reply of but converted to .so. Or could i have a link to a converter?
Extra Info
All the .dll file would have in it would be some settings, a interface for configuring the settings, and a simple I/O function to input into program when setting for input is detected/activated
- 07-30-2009 #2Just Joined!
- Join Date
- Jun 2009
- Posts
- 42
Basically no. You can't simply convert a .dll to a .so.
It will have to be recompiled from source.
- 07-31-2009 #3Just Joined!
- Join Date
- Jul 2009
- Posts
- 4
Oh sorry i forgot to mention that i do have the source code
- 07-31-2009 #4
Depending on the amount of source to compile it shouldn't be that much work. What language is it written in? I would assume C or C++, so as long as the code is ANSI C/C++ it should be straightforward compilation using gcc/g++ (assuming you have the headers and libraries that the source needs to be built against as well). You will need to install that and make.
- 07-31-2009 #5
and by "that" I mean gcc/g++ and the c/c++ stdlibs, i've never used mandriva so i don't know what you need to install for a package
- 07-31-2009 #6Just Joined!
- Join Date
- Jul 2009
- Posts
- 4
- 07-31-2009 #7Just Joined!
- Join Date
- Jul 2009
- Posts
- 4
Yes its programmed in C/C++ and i have all files for source incuding headers
- 08-01-2009 #8Just Joined!
- Join Date
- Jun 2009
- Posts
- 42
In Ubuntu you install the package "build-essentials" (I think)
In Mandriva you install "task-c-devel"


Reply With Quote

