Displaying 20 results from an estimated 4000 matches similar to: "Where's my .dll file?"
2002 Feb 26
0
DDE problems
Hi!
I started using wine (wine-20020122 compiled from source tarball) a couple
of weeks ago to run a store-point-of-sale application.
The idea is to port this windows application to linux. Before porting, we
decided to check if the app could be emulated on linux with wine or
recompiled with winelib.
This is also necessary to run proprietary windows DLLs from third parties
such as credit card
2005 Mar 03
1
Can't get things running
I'm new to wine, and I don't seem to be able to get any of my apps
running. I configured Wine on Fedora Core 3 with Winetools. Wine is
working, I can run the builtin Win apps, and my Win installers all run
but post install I'm not making much progress. My first app (Ckpp.exe),
which appeared to install fine pops up a dialog box saying:
DDE requires ddeml.dll
I did a locate
2001 Jun 22
2
DDE Error
On Thu, 21 Jun 2001 20:53:30 +0200, Flo <sherpac@gmx.de> wrote:
>
>DdeInitialize(InstId, (PFNCALLBACK)(FARPROC)
>CallBackProc, APPCMD_CLIENTONLY, 0) == DMLERR_NO_ERROR, file
>..\dde\MyDDE.cpp,
>line 238
>
>happens after the following cmd line (wine) message:
>
>fixme:ddeml:DdeConnect (0x1,49180,49181,(nil)): stub
>
>
>The application may try to run MSIE
2001 Jun 26
3
dde_private.h?
Build problem on a fresh CVS build, during 'make depend'.
This after I wiped everything in my wine-x86 directory (the
source is in ../wine):
Tue Jun 26 07:58:16 PDT 2001
[lots snipped]
make[3]: Leaving directory `/h5/ewill.h3/development/source/cvs/remote/\
wine/wine-x86/windows'
../../tools/makedep -I../../../wine/dlls/user -I. -I../../../wine/include \
-I../../include
2002 Sep 23
1
DDE Error
Hi,
I am installing Office 97 with wine 20020904 and I got
this message at the end (full install):
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
The Error Dialog Box is "The install program can't start
a communication with the Desktop"
I had installed Ofice 97 with previous versions of wine with
no trouble.
Could this be a dll builtin/native that I
2008 May 28
4
[Game] Final Fantasy 7 does not work
Hi at all
i have a great problem with mi wine.
i have Xubuntu 6.06 (dapper drake) on my Asus L8400 Notebook.
i cannot post my Sys definitions, cuz i haven't a tool like siw.exe whos runnig under linux.
when i start my ff7, a litle moment after, there appears a error message.
> Unable to locate a MIDI-Device. Final Fantasy VII requires a Windows95-compliant MIDI Device.
my console
2002 Jun 16
2
dde callback.
Well, I read a little and discovered that in February
a patch was supposed to make it work. (This is why I
am not reporting it in the bug report)
Alas, while trying to run Solid Edge V10, I received
the following message:
fixme:ddeml:DdeEnableCallback (1, 0x0, 8) stub
Do I need to enable something in the config?
Simple things like WinAmp (and default visualization
plugins) and Notepad.exe
2007 Mar 19
1
Can't run old program
Hello,
I've been trying to make an old (about -95) small program for
bookkeeping to run under wine. I managed now to install it with
ddeml.dll set to native, but when I try to run it, following messages
appear
~/.wine/drive_c/WKP> wine WKP.EXE
err:ddeml:WDML_CreateString Unknown code page 850
wine: Unhandled exception 0xc0000090 at address 0x13df:0x00000f52
(thread 000c),
starting
2001 Aug 14
2
Wine call graph; wineserver; the "big picture".
Hi,
I've been lurking for a while now with a view to starting work on wine -
specifically COM and DCOM. I know some people have started some work and
there might be some patent issues with COM at least - so maybe DCOM is a
better bet (I had the possibly niave idea of implementing COM via DCOM -
it would be almost transparent, slower but less "dangerous").
I've read most of the
2012 Mar 30
1
Error in use of "gwindow" and ".First" function
Hi,
I saved an image and planed to open it whenever I want to load it.
However, when I open it, It doesn't work.
The code is following, and saved it as an image.
.First<-function(){
require(tcltk)
require(TeachingDemos)
library(gWidgetstcltk)
options(guiToolkit = "tcltk")
win <- gwindow("Don't worry", visible = FALSE)
}
Error message is following,
Error :
2001 Sep 30
1
[idstewart@compuvative.com: DdeConnect errors while running setup.exe]
Apologies to those for whom this is a cross-post. I posted this to
wine-devel before realizing this was the proper forum.
Due to resource constraints (75 MHz processor, 1.2 GB hard drive, 16 MB
RAM), we recently replaced Windows98 on our daughter's PC with Linux
Mandrake, using the IceWM window manager. It isn't quite as flashy as
Windows, but it boots beyond the startup screen, which
2007 Oct 12
0
Wine release 0.9.47
This is release 0.9.47 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- New scheme for OpenGL support in child windows.
- Lots of fixes for regression test failures.
- A Tahoma replacement font.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
2002 Aug 13
1
Wine 20020804 problems with FCC 6.011
I'm trying to the FirstClass 6.011 conferencing system with Wine
20020804 - it will display the initial welcome screen and then the
logging in window. However, it then terminates with the error messages
below...
Any ideas?!?
Thanks,
Ben
wine "c:\program files\firstclass\fcc32.exe"
fixme:accel:CreateAcceleratorTableA should check that the accelerator
descriptions are valid,
2009 Jan 20
0
VoIP with wavefrom and speex
Hi!
I'm totally new to audio programming. I managed to create a VoIP with waveform (PCM). The problem was the really high traffic, so I desided to use speex for compressing the data.
I'm recording with mono, 16bit/sample, 8000 samples per second. I tried to add the speex compression, but I always get a crash when I try to decode the data.
Here is my encode and decode function:
int
2012 Oct 25
2
WAVE PCM to OPUS and back
Hello,
I have an p2p voice chat application using WAVE PCM (winmm). Now i am
trying to add opus encoding to it to send it over the TCP/IP and then
decoding it back to play - but without success (without opus it works ok)
Here is an example of my code. I get message from input device then
encode with opus then decode it back to output wave header and play.
Doing it i hear only noise in my
2010 Apr 27
1
Problem with Tinn-R communicating with REvolution R
I have been using Tinn-R with R without any problems but when I try to use it with REvolution R I get the following error message when Tinn-R runs the configuration script and gets to the trDDEInstall() function:
## Start DDE
trDDEInstall()
> trDDEInstall()
Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") :
[tcl] invalid command
2010 May 30
0
MetaTrader DDE Support
Has anyone tried to use DDE support with Metatrader?
I have an example Excel spreadsheet, which I believe/hope will also work in OOo Calc, that uses DDE links to Metatrader to 'read' the live data and import this into cells.
So,
i) Is DDE supported between Metatrader in Wine and other applications?
ii) Does it work with other applications outside of Wine?
iii) Has anyone been able to
2001 Feb 07
1
[Fwd: RedHat 7.0, Wine en Matlab: een fontprobleem??]
Beste,
ik heb getracht om Matlab (versie 6.0.0.88 Release 12 op Win98 op
aparte partitie op mijn hd) mbv wine te draain op mijn RedHat 7.0.
Het betreft codeweavers-wine, versie 20010112.
Matlab start heel fijn op, wine spuwt een proces of 15 en vreet
zowat al mijn geheugen op maar voor de rest lijkt hij wel te werken.
(Andere
applicaties zoals notepad, wordpad, freecell, etc werkten perfect..)
2001 May 20
1
Win98 IE5 on WINE 20009090
I just can't seem to get this working... I've moved a number of OS
level DLLs and VXDs over from WIN98...
HERE'S WHAT I GET:
# wine --dll shell,shell32,shlwapi=n EXPLORER.EXE
fixme:ddeml:DdeNameService (1,49195,0,1): stub
fixme:ddeml:DdeNameService (1,49191,0,1): stub
fixme:ddeml:DdeNameService (1,49193,0,1): stub
fixme:process:SetProcessShutdownParameters (00000002, 00000000):
2012 Sep 06
1
Package installation errors
Dear Rxperts..
I am trying to install a few packages in R (version 2.14.2) on a *64-bit
Window 7* workstation. Some of the errors are posted below.. Both 32-bit
and 64-bit versions of R were installed. I did not get errors while
installing packages through *32-bit R*, except that it could not update
some of the packages (already installed with 64-bit R)
*A*) When I start *64-bit R (2.14.2)*