Displaying 20 results from an estimated 104 matches for "messagebox".
Did you mean:
messageboxa
2009 Feb 20
2
OLEDB not work !
Hi everybody
I have a program , it work good under window98 / 2000 /xp .
It use oledb (client supported by mdac2.7 or later version) direct link MS SQL Server 2000 .
with wine it do not work. I set up mdac 2.8 sp1 , no change
by google , i found too many program can not work (oledb not support)
can anybody help me ?
2008 Mar 30
14
Dos very old app
Hi everybody
i'm running a very old app in dos
i do
Code:
WINEDEBUG=+relay wine WP.EXE 2>&1 | less -i
that's what i get in reponse
002e:Call USER.1: MESSAGEBOX(0000,13870c5a "This application must be run in either 16 or 256 color mode.\n",13870c98 "Error!",0010) ret=11f7:0155 ds=1387
[/code]
what can i do?
thx
2006 Aug 02
2
tcl/tk bind destroy event
Hello!
I want to create a messagebox whenever the user wants to destroy the window
(e.g. <Alt-F4> or the 'x' in the right top corner) and ask if a modified file
should be saved or not.
If 'cancel' is chosen then nothing should happen and the windows still should be
existing. This doesn't work. When I pres...
2004 Dec 21
2
Rgui.exe - Error while tuning svm
Hello,
if I try to tune my svm with the code:
Tune <- tune.svm(Data.Train, Class.Train, type="C-classification",
kernel="radial", gamma = 2^(-1:1), cost = 2^(2:4))
i get a windows Messagebox with a error in the application "Rgui.exe" and
the message: "Die Anweisung in 0x6c48174d verweist auf Speicher 0x00000000.
Der Vorgang "read" konnte nicht auf dem Speicher ausgef??hrt werden. ....."
is this a known error, or is there any mistake in my code?
regards A...
2001 Oct 22
2
Freecell hangs at game select
I did not read about any similar problem, but I encountered this one
even with the latest stripped build, even on two different Linux
installations:
Freecell works perfectly except for the "Select game" feature during the
game. When choosing this menu item, you are asked whether you want to
abort this game, and after that, the dialog box for the game number
should appear. It does, but
2002 Feb 25
2
The Sims
I have a copy of the Sims installed on a Win2k FAT32 partition. I know
for a fact that The Sims works under Wine (Mandrake's "Gamer" edition),
but I get an error when I try to run it. The error is as follows:
"Game cannot be started because:
There is not enough memory or hard drive space to run.
Exit now."
I do have plenty of free space and plenty of memory. Does
2004 Aug 06
2
Please 30 second to look a my code
...er, nbBytes, &NrOfBytesWritten, NULL); //Write encoded buffer to outfile
if(NrOfBytesRead<FRAME_SIZE) //Break if end of file
break;
}
speex_bits_destroy(&bits); //Deallocate
speex_encoder_destroy(state);
CloseHandle(WaveFile);
CloseHandle(SpeexFile);
MessageBox(_T("Encoding Done"));
}
<p><p>void CRegistratoreDlg::OnDecode()
{
SpeexBits bits;
void *state;
char InBuffer[200];
short OutBuffer[FRAME_SIZE];
char waveheader[50];
HANDLE InFile;
HANDLE OutFile;
char nrBytes = 0;
int nbBytes = 0;
DWORD NrOfByt...
2001 Nov 29
2
Autocad without an installed Windows
...er process
err:win:WIN_FindWndPtr window 50022 belongs to other process
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
FIXME:pthread_rwlock_rdlock
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
(each repeated many times)
If nevertheless I try to run autocad.exe, a (Windows) messagebox
tells me that cdilla rts or dll is missing.
My wine installation is OK, I succeeded to run a Windows version of Acrobat
Reader. I am using wine-cvs-unstripped-112201-1.
Any hint ?
Thank you.
Roland
2007 May 21
3
running .exe with space in path and getting a crash
Hi,
I use wine 0.9.37 under Kubuntu 7.04.
I insert USB drive, it gets mounted as /media/something,
then I run an executable (installer) from the command line
with wine :
wine /media/something/some\ folder\setup.exe
And I immediately get the messagebox :
"Access violation at address 004097a6"
"write of address 00400000"
The only workaround was to copy the executable into my home
directory, and run it from there :
wine ~/setup.exe
What information should I apply to report this as a bug ?
I remember real Windows API us...
2001 Jul 12
2
wine-20010305 and serial port access
...oftware installed ok. I start it and when I get to the
configuring dialog for the serial port I chose Com1: and automatic
speed detection. When I ckick on OK I get this error message in the
xterm I started it from:
fixme:comm:SetupComm insize 4096 outsize 4096 unimplemented stub
The program's messagebox tells me that there is no connection to the
camera. When I close the complete program I get this message in my
xterm:
fixme:ole:CoRegisterMessageFilter stub
I checked permissions of /dev/ttyS0 and I also played around with
various options (trying other com ports in the Toshiba program, trying
di...
2018 Mar 21
3
R 3.4.4, internet access fails on Windows XP
I can install and run R 3.4.4 on Windows XP (32bit). However, calling "Update Packages..." or "Html help" from the RGui.exe main menu fails with a Windows MessageBox saying:
"The procedure entry point IdnToAscii could not be located in the dynamic link library KERNEL32.dll"
and the following text printed to the RGui console window:
"...
In addition: Warning message:
In download.file(url, destfile = f, quiet = TRUE) :
unable to load shared ob...
2003 Aug 27
0
Building a wine(lib) based shared library to link with a Linux application
Hi,
I'm trying to work out if and how I can port a windows dll to Linux and build a shared library that I can use in an ordinary Linux program.
To be more specific:
Supose I have sources for a Windows dll (mydll.c and mydll.def):
mydll.c
#include <windows.h>
int ShowBox(void)
{
MessageBox(NULL, "DLL", "DLL", MB_OK);
return 0;
}
mydll.def
LIBRARY "mydll"
DESCRIPTION 'Show a MessageBox'
EXPORTS
ShowBox @1
Is it possible with wine(lib) to buuild a library (preferably shared) that I can link with an ordinary Linux program, so that it...
2000 Jun 23
1
ess
i am using r 1.1.0 and ess 5.1.13
on win2k (with an amd k7).
things behave strangely.
i can start r with
M-x R
and i can give a command
the command will be executed and i will get the answer,
but i will not get a prompt for entering the next command in most cases.
when i do graphics command, things are even more surprising.
then i get a prompt,
but somtimes the graphics window cannot be brought
2008 Jan 06
1
Anyone with English version of Windows?
Hello all,
I'm working on a small patch for Wine, but the output needs to match native
Windows, and I only have a Norwegian version of it. Could anyone with an
English version of Windows 2000/XP/Vista run the following program and send
me the results?
It will display four messageboxes with a short word in the caption and a
longer one in the box body.
The zip file contains a compiled version of the program
Thanks,
Alexander N. S?rnes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FindLocalized.c
Type: application/x-executable
Size: 498...
2006 Jun 13
1
LEGO LOCO: startup error
I've installed successfully LEGO LOGO, a game made by LEGO Media.
But, when I run it, I get a messagebox with the following error:
?LEGO LOCO only runs in High Colour (16-bit) 800x600, 1024x768 and
1280x1024. Please change to one of these settings.?
Is there any workaround for this? Or must I change xorg.conf?
(I'm using 1024x768. I suppose the problem is depth - mine is perhaps 24.)
--
Nuno...
2001 Apr 17
2
Stupid question: where is the Preferences box?
...r
mailing convenience):
trace:text:DrawTextExW L"Error: temporary directory E: does not exist.
Please enter a new directory in the preferences box.", 99 ,
[(0,0),(264,0)]
Seems it wants to create E: (nil) and wine won't let it, since /gp/tmp
already exists, so I thought to do as the messagebox asks and enter a
new directory in the prefernces box, but - I can't find it. Home, Go,
New&cool, Security, This Toolbar, That Shortcut all over the screen, but
where in the name of Babbage is preferences?
Lawson
This message is brought to you by Wine-20010326, junopine-2.0.2,
Juno 2.0.11...
2001 Aug 08
1
service pack info for wine's --winver nt40?
Hi,
I'm trying to install OrCAD's eCapture in a no-windows environment.
When I invoke the install shield with 'wine --winver nt40 Setup.exe' The
shield reports 'service pack 0 requires at least service pack 3'.
How do I trick the shield or any other windoz program to view wine's
nt40 emulation having a specific service pack.
Thanks,
Art
2011 Nov 30
4
PES2012 recently stopped working
I've recently updated wine version from 1.3.29 to 1.3.33 and I realised that PES2012 stopped working. It just opens a MessageBox with the text "The dynamic library rld.dll failed to initialize (E300)" and closes, without any error message on the terminal window.
I started downgrading the version of wine to check when the error started, and I can confirm that the problem started on version 1.3.31.
I'm running a...
2000 Aug 02
1
problems with w2k and samba PDC
I simply cannot join my domain controlled by a samba PDC (vers. 2.0 or the
newest version 2.0.7) with w2k professional. If I try to join the domain a
messagebox appears and claims that the particular domain doesn't exist
(allthough I know it does!).
If one examines the logfiles, it seems as if they don't understand
themselves at all.
2008 Sep 25
0
C++ & R: Displaying a lattice graphic using D Com
...be grateful for any advice.
Kind regards
Noel
void CMFCClientDlg::OnTest()
{
BeginWaitCursor();
IStatConnector lConnector;
IDispatch* lCharDev = NULL;
IDispatch* lGfxDev = NULL;
if(FAILED(m_CharDev.GetControlUnknown()->QueryInterface(IID_IDispatch,(LPVOI
D*) &lCharDev))) {
MessageBox("Error querying Dispatch from Character Device");
return;
}
if(FAILED(lConnector.CreateDispatch(_T("StatConnectorSrv.StatConnector"))))
{
MessageBox("Error creating StatConnectorSrv");
return;
}
lConnector.Init(_T("R"));
lConnector.SetCh...