Displaying 20 results from an estimated 500 matches similar to: "IE under wine."
2004 Mar 12
2
lotus notes 6 not working
hi, my lotus will not work, heres the output from starting wine:
err:module:import_dll No implementation for
nxmlpar.dll.?getSystemId@XmlInputSource@@UAEPBDXZ imported from
L"C:\\Program Files\\lotus\\notes\\nnotesws.dll", setting to 0xdeadbeef
err:module:import_dll No implementation for
nxmlpar.dll.??0XmlInputSource@@QAE@XZ imported from L"C:\\Program
2005 Dec 19
1
why does't the printer name direct the serivce to this printer
I have [global section]
[global]
printing = cups
cups server = desktop
printcap name = /etc/printcap
load printers = yes
[HP DeskJet 5700]
comment = HP Deskjet 5700
map to guest = Bad User
browseable = Yes
guest only = Yes
path = /var/spool/samba
guest ok =Yes
public = Yes
printable = Yes
printer name = deskjet-5700-1
use client driver = Yes
yet when I try to add this printer,
2006 Jan 09
2
dual IP connections
Hi all,
I would like to know if there is a solution to this question.
Scenario:
Two asterisk servers connected across the Intenet ( in SIP or IAX mode, no
matter) with both of them having static ip addresses
Then I add a second link (with another provider), with another NIC at both
side, and again both of them having static ip addresses.
Is there a way to tell asterisk to use both of these
2005 Jan 19
1
Flash Mx on Wine
Hi, I downloaded flash.exe from macromedia site and tried to install
with wine but doesnt work. The installer says that is extracting the
files, and when finishes my shell returns me this message
fixme:ole:ITypeInfo_fnRelease destroy child objects
and stads on it, dont change...and dont appear nothing more...plz help
me :D
I'm using the latest wine version
Thnx for all help.
2005 May 25
2
external and internal LANs
hi all
what does it mean if the total network speed on internal LAN is greater
than the external LAN
and why it happens?
the extrnal LAN here is the Intenet using a dedicated bandwidth. and
BTW the linux box NATting
has no shapping at all. just direct piping
2007 Mar 19
3
cmd.exe behaviour
When I execute the following command from a wine cmd.exe
and the file xxx exists,
c:\windows\system32\cmd.exe /c copy h:xx h:xxx
Overwrite file (Y/N)
How do I over ride the behavior of asking for a y/n.
Thanks
chip
2011 Jan 08
3
Network Scanner and CentOS 5.5
I have an HP Photosmart 3210 All-in-One color printer. Printing works
great, but I cannot get xsane to locate it on the local subnet.
I've been to the sane site and looked at the backends. The HP 3210 is
supported by hpio and there is a note that hpio is no longer needed
because the functionality has been rolled int hplip. yum shows hplip is
installed:
hplip.x86_64 1.6.7-4.1.el5.4
2004 Mar 11
1
lotus notes 6
hi, i have downloaded newest wine version (20040309) and installed lotus
notes on it. i use debian woody/stable. i have followed the german
mini-howto, installed the dll's and so on, noticed on this site, but when i
try to start it, i get many information, til it stops. here the last lines:
rr:module:import_dll No implementation for
COMCTL32.dll.FlatSB_SetScrollRange imported from
2010 Aug 26
3
Non-standard sorts on vectors
I have a dataset I need to sort:
test.df<-data.frame(Zone=c("Floodplain", "Lake",
"Shoreline"),Cover=c(50,60,70))
However, I don't want it sorted ascending/descending but in an order that I
define via a vector:
sort.v<-data.frame(c("Lake","Shoreline","Floodplain"))
I realize I could probably just create the vector of
2006 Sep 26
1
Migrating users
Hello, I need some ideas about one problem. I have 500 users with md5
password on a MSsql server that I need to migrate to a Samba server with
ldap.
Is there any way to migrate or use those usernames and the md5 hashes? i
mean... may I use those hash for SMB?
I know that openldap could use md5 but i m not sure if the samba+ldap
can use those hashes to autenticate the users.
Many many thanks and
2005 Nov 12
2
Internet Explorer installs under wine as default Win2K but then crashes when run...
I want to run Internet Explorer as Win2K at the very least so I might be able
to get updates, trying to keep up with security fixes... this might be a pipe
dream?
I would rather not run anything as Win98 if I can help it...
In any case, what I did was, from a clean install of Wine 0.9 on Fedora Core
4, ran
[user@localhost ~]$ wine
wine: creating configuration directory
2005 Jul 13
1
Total Annihilationcd annd map problems
I've heard that Total Annihilation (a fantastic game) runs in wine,
(frankscorner.org and som other people on various malinglists). I've
applied the 3.1 patch (ta1x-31c.exe) and tried to run the game under
wine-20050628 in Fedora Core 4 with 2.6.11 kernel, it starts and I press
"single", no problem, but when I try to press "new campagne" or
"skirmish" I
2002 Nov 21
2
Kazaa lite and mandrake 9
Hi - i have a fresh install of mandrake 9 and i cant get kazaa lite to
run under wine. My system is an athlon xp with a vt8233 soundcard (so
mandrake reports) and a riva 128 graphics card.
kazaa lite installs fine with wine but when i go to run it it craps out.
I followed the instructions at
http://appdb.winehq.com/appview.php?appId=747 and ran it with -dll
comctl32,shlwapi,shdocvw=n. I am
2006 Jul 12
1
how to install matlab using Wine in Debian (Knoppix) or Fedora?
Hello Frank,
I am a reserch student at the Indian Institute of Technology in Chennai,
India. I need to work in Matlab Release 12 or Release 14 for my research
purpose. The OS I like and use is Linux, (Debian, Fedora), is it possible to
install Matlab 6.5 or 7.x using wine? I saw your website
www.frankscorner.org and saw some instructions. Can you please give me a
step by step instruction step for
1998 Feb 23
7
nmb log file entry
Hi,
I am getting this log entry in the nmb.log file.
Any ideas why I am getting it?
query_name_response: Multiple (2) responses received for a query on
subnet 9.36.
220.43 for name WHITE<1d>. This response was from IP 9.36.223.255
Thanks
Chip
2010 Jul 29
2
Using '[' as a function
I am learning R, and instead of learning by rote, I am trying to better
understand the language in order to improve my programming. So any
"meta-information" on why the following code works would be greatly
appreciated...
I obtained this code to extract the first record from each of a series of
vectors in a list:
>example<- list(c(1,2),c(3,4),c(4,5))
[[1]]
[1] 1 2
[[2]]
[1] 3 4
2011 Mar 29
2
List extraction
I have created a list of tables with the same columns but different number of
row.
Example (actual list has ~200 elements):
> temp1<- data.frame(ID=c("Herb","Shrub"),stat=c(4,5),pvalue=c(.03,.04))
> temp2<- data.frame(ID=c("Herb","Shrub",
> "Tree"),stat=c(12,15,13),pvalue=c(.2,0.4,.3))
> L<-list(a=temp1,b=temp2)
> L
$a
2001 Nov 05
5
What kind of Ogg Vorbis-services you would like to have?
Hi!
What kind of services, which use Ogg Vorbis or create value to Ogg
Vorbis-user, you are interested?
I'm a student at Helsinki School of Economics and Business Administration,
and I'm taking a course in which we are supposed to create business plan
for some new business. So, I happened to bump to Ogg Vorbis in the Intenet,
and I Thought, Wow that's a really interesting product
2006 Apr 22
3
Software vs hardware in water plugin
Hi,
Is there difference in speed and size of water splashes in water plugin
between software and hardware implementation? If it is, is it supposed
to be so?
wolf
--
Bartek . - Napisa?e? ju?, ?e sto?y rozwalasz?
Taudul :
.:....................................................................
w o l f @ p l d - l i n u x . o r g .:. http://wolf.valkyrie.one.pl/
2006 Dec 18
4
How to install IE6 correctly?
I tried to use google to find how, but i failed. All i get is a white
window. my wine version is 0.9.27, can any one tell me how, or show me a
link to a detailed method?
i'm new here, and i guess this subject has been asked so many times, but i
dont know how to search, i wish some one can give me a answer. thank you in
advance.