Displaying 20 results from an estimated 900 matches similar to: "Problem with an older VB program"
2009 Jan 05
4
MSVBVM60.DLL
Hey, my friend made a scheduling program for my university's program (tried to make it sound good). THe problem is, when I try to launch it, it gives me this:
Code:
err:module:import_dll Library MSVBVM60.DLL (which is needed by L"Z:\\home\\sordelka\\Desktop\\DMD_Calendrier.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
2012 Jun 04
1
msvbvm60.dll not found
Hi list,
now I have to use wine to run some self scripted VB Scripts under Linux.
And there are the first problems:
When I run the script, it shows that error: msvbvm60.dll not found.
I copied the dll from a Windows-PC into the directory with the script,
but I always get that error. Same problem after moving the dll File into
C:/Windows/system32/ .
Thanks for all !
2011 Dec 27
9
Unable to register the DLL/OCX
I am new to Wine and anything like it. I want to run the application "ATCS Monitor". When I installed ATCS Monitor I received an error message:
C:\windows\system32\wshom.ocx
Unable to register the DLL/OCX: RegSvr32 failed with exit code 0x1
-From Terminal-
err:typelib:sltg_get_typelib_ref Unable to find reference
err:module:import_dll Library ScrRun.dll (which is needed by
2010 Jul 21
16
VT Cashbook
Hi all,
I am trying to get a very simple little program called VT Cashbook to run on wine. I keep on getting the following error:
ActiveX component can't create object.
I then click ok and then get
Run-time error '-2147221166 (80040152)
Automation error
The prog can be downloaded from http://www.vtsoftware.co.uk/cashbook/index.htm
It installs 2x programs, but I am only interested in
2009 Apr 03
2
Trying to run a VB software using wine
Hello all,
I am trying to run a VB software using Wine but the software responds that it "ActiveX can't create objects". I have tryed many option that I know but no solution.
This is the log file (using the command wine --bottle win98 --cx-app <name>):
Code:
** Thu Apr 2 21:03:48 2009
Starting '/home/nata/cxoffice/bin/wineloader' 'winewrapper.exe'
2009 Apr 10
6
ActiveX error when running an application(VB 6 based)
I am trying to run a home made Visual Basic 6 application on SUSE Linux
Desktop 10, using "wine-1.1.18-2.1"
Installation of VB 6 Application went smooth, and creates the directory
under "/root/.wine/drive_c/Program\ Files/PrjPatientInfo".
I then did the following
# cd /root/.wine/drive_c/Program\ Files
# cd PrjPatientInfo
# wine cmd
C:\Program Files\PrjPatientInfo>
2011 May 20
2
Faxing with Asterisk 1.8.4 & T.38
Hi -
I am looking for suggestions for ITSPs for faxing with asterisk 1.8. We are based in the US, so would need an ITSP with US DIDs.
#1) We would like to use Fax For Asterisk with asterisk 1.8.4 in order to receive faxes via T.38. Sending faxes is not a requirement. Does anyone have a working asterisk 1.8.4 configuration and ITSP provider that they can recommend? We have been trying T.38
2007 Mar 19
4
Accuterm 2K2 on Wine under Gentoo Linux
I am trying to run a Windows app Accuterm 2K2 (a terminal emulator) on
wine 0.9.8,
I am able to install Accuterm just fine, and it actually starts up, but
it crashed with the following:
err:statusbar:StatusWindowProc unknown msg 2210 wp=10001 lp=00010042
wine: Unhandled illegal instruction at address 0x7fdf635d (thread
0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception:
2009 Apr 03
1
Wine hangs vb program after 3/4 seconds
Hello all,
I have made the program run using winetricks to install a bunch of packages into my wine drive. So the program is running BUT it hangs (disapears) after 3/4 seconds it is started.
I have this debut output (using verbose):
Code:
[nata at localhost bin]$ ./wine --verbose --cx-app mycommerce.exe
CXConfig->read(/home/nata/cxoffice/etc/cxoffice.conf)
Product version=7.1.0
Running
2011 May 25
1
Cannot copy in Wine
Hello everyone
I have a win32 program originally compiled from Visual Basic 6.
I have loaded the VB6 Virtual machine DLL into system32 folder so the program loads under wine OK.
However my problem is when I try to select text inside a text box inside the program when I run the program through wine, wine crashes and displays a dialog box stating
'The program has encountered a serious
2009 Jul 14
10
Problems to run a Game (Mu Magdalena)
Hi everybody
I'm new in the forum and i need some help
well i just started to used ubuntu 9.04 and wine 1.x in order to run win only-supported programs, but when i try to run a game call Mu Magdalena (Per?) it show me the follow message:
nelson at yaltasoplin-desktop:~$ wine C:\\Archivos\ de\ programa\\Mu\ Magdalena\\Main
fixme:reg:GetNativeSystemInfo (0x846cd9c) using GetSystemInfo()
2007 Mar 19
3
error, please help
i am trying to regester a dll i need for a program i want to use but i
am getting the following error
$ wine regsvr32 MSVBVM60.dll
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set
correctly.
Failed to load DLL MSVBVM60.dll
help anyone?
i am using the newest Free BSD and wine
2005 Jul 06
1
msvbvm60.dll missing
Hi
When I try to run a program, id displays this message
'The dynamic link library MSVBVM60.DLL could not be founf in the
specified path'
And the linux console displays
fixme:ver:VERSION_GetLinkedDllVersion Unknown EXE OS version 4.0, please
report!!
I'm new in linux, how can I solve this?
Thanks
2009 Sep 10
5
wprime not work
Hello, under wine wprime not work.
How do that's work?
Thanks.
2009 Dec 26
1
Why do histogram bars vary their width?
histogram(~(Arrival4) | as.factor(Hour), type="count",
breaks=16,ylab="Arrival Count",
xlab="Arrival Rate/4",main="Friday EWR A22R D22L Configiration",
layout=c(6,4), par.strip.text=list(cex=0.7))
Why do I get plots with different bar widths? See attached.
Thanks,
Jim Rome
-------------- next part --------------
A non-text attachment was scrubbed...
2012 Jul 01
1
Batch file rename basing on a look up table need help_New to R_A little bit complicated
Hello, all
I'm pretty new to R and I wish to accomplish the following task
I have many files need to do this task. I simplify the situation to five
files. Their names are
001
232
242
123
132
I'd like to change the name of each file (column 1) to the name in column 2
in the following table
column1 column2
001 ewr
232 eda
242 gdg
123
2008 Apr 16
4
"radio mobile" difficulty by wine newbie
This is my first attempt at using wine. [Well, you know what I mean. ;-) The program I am trying to run is
http://www.cplus.org/rmw/english1.html
There is a data for the program under wine:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=3756
However, the data needed to run the program under wine can be found here:
http://www.vias.org/wirelessnetw/wndw_05_08_05.html
The
2010 Feb 11
1
Mathematical Program
My college professor has created a Math program for astronomy. I don't know what programming language it was built in but Wine will not run it. I want to ask him for the source code because I assume it was C so I might be able to make it so it runs on Linux. Until then do any of you know how this program will run?
It does not have a virus, trust me, this is strictly professional.
2008 May 31
1
Brother's Keeper missing .dll
Hi,
I am running Wine 1.0-rc3 on MEPIS 7
Brother's Keeper is a genealogical data-keeping program.
The log.txt file tells me a .dll is missing:-
err:module:import_dll Library MSVBVM60.DLL (which is needed by L"Z:\\home\\Stephen\\.wine\\drive_c\\Program Files\\Brother's Keeper 6\\Bk6w.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
2004 Dec 31
5
School Software with WINE
Hello,
The network administrators for the school I work for have recent left
and also left the network in a rather large mess. There are files such
as pictures being stored in random folders on random computers all
around the network leaving valuable data vulnerable. I'm hoping to
move over from the older windows system to a new linux based thin
client configuration with ltsp. So far I am