Displaying 20 results from an estimated 10000 matches similar to: "*.dll - plugins usable for opera or konqueror??"
2002 Aug 14
2
Linux C++ program using 3rd-party DLL?
Hi,
I'm working with a spectrometer at an research institute but they only
have windows 16-bit dll to control the sprectrometer. The dll is documented.
My question is: Can I write a linux c++ program that uses this dll with
wine?
On the wine webpage it says "Optional use of external vendor DLLs" but
how do I do it? On a first glance I have also not found any hints on
that in
2001 Jul 25
5
Netscape/Mozilla: Windows plugins via Wine?
Many useful Netscape plugins don't come in Linux versions. Is it
possible to make my Linux copy of Netscape use Windows-compiled plugins?
If so, how?
2005 Dec 15
0
Any way to use shockwave/etc as a plugin to opera/firefox?
subject says most.. I DO have ie working with shockwave, it's just that
it's a bit slow... i suspect native opera and native firefox will be
faster if wine only have to emulate the shockwave/windows plugin part?
How would i go about making this reality? i know that konqueror has this
functionality? i don't want to use konqueror though...
Thanks.
2009 Dec 14
2
FlexBuilder plugin (JAVA) with native windows dll calling
Hi,
I'm developping an Adobe FlexBuilder plugin (it's an Eclipse plugin).
This plugin is written in Java. But it use windows dlls that was created for some features of the plugin.
And I try to port my plugin on MacOSX.
I've one question about wine :
- In java I use System.LoadLibrary to load my dlls, does Wine can help me for loading theses dlls under MacOSX? Does wine can map these
2001 Apr 28
9
DLL Error When Installing Programs
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Running Codeweavers Preview 3 over Helix, X4, & kernel 2.4.2.
<p>Notepad & sol run fine, but when I try to install a program like
Netscape (just testing) I get the following error:
<p><font color="#990000">Invoking /opt/wine/bin/wine.bin cc32d475.exe ...</font>
2001 Jun 19
1
winelib with a dll
Sorry to bug you all, but I want to know if I am trying to do something
impossible.
I am trying to use winelib to compile an exe that links to a dll, without
compiling the dll under winelib (i.e. the equivalent of simply linking in
the .lib).
I have a win32 DLL project (hw5) that generates a hw5.lib, hw5.dll and
hw5.h under M$.
I have a win32 gui exe project (hw6) that includes hw5.h, links to
2001 May 02
1
wine is unable to find file.exe.so
Hi all.
First of all, a little background:
Wine release 20010418
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
glibc-2.1.3-21
I'm trying to use our home banking software. The software is composed from
many different .exe files. When I try to start the menu, wine complains it
is unable to load a .exe.so file (i.e., wine is trying to load some of the
.exe files as if they
2001 May 17
2
Win dll used with a Linux executable
Hi,
I would like to use a TI dll used to communicate with TMS 320C6211 DSK with
my own program written under Linux. Does anybody knows if it is possible
(and how) to use (link) a Windows dll in a Linux program ??
Ciao,
Riccardo Cerulli-Irelli
2006 Sep 09
3
[Urgent] Help: Safari/Konqueror issue with absolute div initially hidden
Hi all,
I have this project due tomorrow night (yes, it''s a Sunday...), and
only one trick bug left, which only occurs on Safari 2 and Konqueror
(3.5.2). I guess the Webcore/KHTML common tree goes here...
You''ll find a test page online:
http://tddsworld.com/bugs/hidden_absolute_issue/
If you want to tinker on your box, get the ZIP:
2011 Apr 06
2
creating a .dll which links to an .so
I need to get a piece of software to run under Wine and have access to a USB device.
I have a driver written for linux, and I also have a Com.so file which has all of the functionality built into it to open/communicate with that USB driver. Com.so file has all of the same functions as original windows Com.DLL file.
The windows application running under wine would load this modified Com.DLL
2009 May 24
1
directions for porting my own code using 3rd party dll
Hi
I have a c++ project Im working on under windows.
it uses a 3rd party library (ie, i have headers and dll).
mostly for development I'd like to be able to work on it under linux. and i thought that should be easy with wine.
but now i read through the Winelib User's Guide and Im somewhat lost.
its talking about winemaker and bad cases of filenames, generating makefiles and stuff.
Im
2001 May 22
2
winamp plugin that relies on external dll
Well there is this winamp plugin to play Super Nintendo sound files (*.SPC)
and it doesn't run because it relies on a DLL that it sticks in the
windows/system dir called SNESAPU.DLL (c:\windows\system\SNESAPU.DLL)
Of course, it says it can't find the dll... is there any way for me to tell
WINE where it is?
2011 Jun 01
4
flash and konqueror
I am stuck taking this stupid online training course from work. It just
sits there doing nothing with firefox, so I pulled up konqueror, and tell
it to lie and say it's IE. That works... until it gets to the content,
which some HR moron is *positive* desperately needs to be in flash.
I've gone into konqi's configuration, and told it to scan the correct
directory for plugins, and yet
2005 Jul 06
16
Autocompletion not working in Konqueror
I''ve just had a look again at the autocompletion demo that Thomas put up
at
http://script.aculo.us/demos/ajax/autocompleter
Unfortunately, in Konqueror (3.4.1) it doesn''t work at all. Not even an
error is triggered. It does work nicely in Firefox. How about Safari?
I don''t have the time right now to track this down systematically (maybe
latter), but just from
2007 Feb 12
18
document "expando" properties broken in Konqueror
I noticed that some of my event handlers and scripts evaluated in ajax
responses didn''t work in Konqueror (3.5.5).
document.getElementsByClassName is not defined in these contexts.
I can work around this, by saving document.getElementsByClassName in a
(namespaced) global variable once and reassigning it before each use.
Still, this misfeature is annoying and not restricted to this
2007 Jul 21
0
KDE and Konqueror plugin for Swfdec: Changes to 'master'
New branch 'master' available with the following commits:
2007 Jul 21
0
KDE and Konqueror plugin for Swfdec: Changes to 'kde4'
New branch 'kde4' available with the following commits:
2011 Aug 31
2
linux executable loading linux .so which calls windows dll
I want to write a linux .so that calls a windows .dll, which will be loaded (all by itself) as an extension to a linux executable. any tips on where to start? would it be better to start under linux using gcc + wine tools or under windows using mingw ...-> cross-compilation? not sure where to start. not sure if its possible. please advise.
2008 May 13
7
[LLVMdev] LLVM as a DLL
Michael T. Richter wrote:
> Apparently the APIs in the LLVM docs missed your
> attention. They're sneaky that way because, you know,
> they just form the bulk of available documentation.
I began my original message saying that I was providing
"constructive criticism". That means I want to HELP if I
can. Your sarcastic attitude is unprofessional.
> The
2008 May 13
0
[LLVMdev] LLVM as a DLL
On Tue, 2008-05-13 at 16:30 +1000, kr512 wrote:
> Michael T. Richter wrote:
> > Apparently the APIs in the LLVM docs missed your
> > attention. They're sneaky that way because, you know,
> > they just form the bulk of available documentation.
> I began my original message saying that I was providing
> "constructive criticism". That means I want to