similar to: Run application by vb6 on wine

Displaying 20 results from an estimated 2000 matches similar to: "Run application by vb6 on wine"

2009 Apr 15
2
Threed32.ocx error wwhen installing VB6 application
I am finally migrating from Windows to Ubuntu and I am installing a number of Windows electronics and CAD package using Wine 1.0.1-0 on Ubuntu 8.10. Most run with no issues at all and I am very impressed with Wine. However I am now trying to install AADE Filter, a VB6-based filter design application and I get the following message at the end of the installation process:
2008 Apr 29
2
How to install Wine on ubuntu 7.04 or 8.04
Hi All, I have just installed ubuntu 7.04 on my PC. My database is on Linux (RHL9) / Oracle 9i. Now I want to run VB6 applications. Is it possible? I understand that I have to install 1) Wine 2) mdac27 3) vb6run (vb6 run time) 4) oracle 9i client. Then run VB6 application. Please help me step by step, that I have to follow to achieve the goal, with softwares availability. Thanks
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
2012 Jun 05
2
Run-time error '339', agentctl.dll issue
I'm trying to install/run a accounting software which is build on VB6 , software gates installed, but at some function I get the "Run-time error 339 component 'agentctl.dll' or one of its dependencies not correctly registered: a file is missing or invalid I've installed vb6run vcrun2008 any solution ????? is there any anyone who is facing same problem ??? Warm Regards
2006 Sep 12
2
rsync through ssh - i get an error
On Mon, Sep 11, 2006 at 01:31:00PM +0200, rsync-mail-gateway@nasbackup.com wrote: > rsync: read error: Connection reset by peer (104) This means the socket closed. Does rsync even get started on the remote system? That would be the first thing to investigate. If it is getting run, does the remote process crash or die? If you are connecting with a daemon process, you can look at the logs to
2008 May 09
4
VB6 and wine_get_unix_file_name
Hello, I'm trying to make a function for using wine_get_unix_file_name in VB6 programs. Private Declare Function lstrcpyA Lib "kernel32.dll" (ByVal lpString1 As String, ByVal lpString2 As Long) As Long Public Declare Function GetProcessHeap Lib "kernel32" () As Long Public Declare Function HeapFree Lib "kernel32" (ByVal hHeap As Long, ByVal dwFlags As
2010 May 25
1
vb6 sp6
I've installed the latest Wine RC and I'm trying to use it to install VB6 SP6. I've succeeded in getting sp5 installed but when I run the sp6 installer I get as far as the agree/disagree button and as soon as I click the "I Agree" button I get the "Visual Studio 6 Service Pack 6 setup was not completed successfully" click OK box.
2003 May 25
1
SIP & VB6 ??
Question was ask of me today and I haven't yet google'd it... Any one know of a VB6 opensource voip project (in particular SIP) ?? Gary .
2004 Dec 22
0
Installing a VB6 Program on Linux
I am very new with Wine. I have written a VB6 program on WinNT and like to install that in Linux using Wine. Does anyone know how to do that? I did create an installation package using VB6 Package and Development Wizard. After coping the installation files to Linux, I tried to install it using the following command: "wine setup.exe" but it keeps giving me an error saying "The system
2001 Dec 08
1
Keystone VB6 - 18 cd's - all levels 1 to 17 for 60$us for the rest on year 2001
Keystone VB6 - 18 cd's - all levels 1 to 17 for 60$us for the rest on year 2001
2010 Dec 10
4
How To Run VB6 Appliactions with SQL Server 2000 at back end
AOA Dear friends we have a Windows 2003 network. I want to run VB6 Applications in Ubuntu 10.10 under Wine. So far I have managed to run the Application by running the exe of the application through Wine but the application cannot access the database which is SQL-Server 2000 and this SQL server is running on Win2003 Operating system and the name of this machine is "webserver" and its ip
2007 May 23
1
VB6 app under WINE 0.9.37
Hi, Having installed the following winetricks : vcrun6 dcom98 mdac28 jet40 cc580 native_mdac (not sure if this is needed if mdac28+jet40 already installed) I managed to start a VB6 application and try to work with it quite similar to native Windows. However, sometimes there happen problems which cause to restart the whole application. This app often hides its main menu on opening
2006 Mar 20
0
Problem running a VB6 app
I noticed someone else had a similar error/popup a few months ago. I think the important error is: err:ole:typedescvt_to_variantvt cannot convert type 24 into variant VT A popup box appears: Title: Flex List Box Control Run-time error '458': Variable usese an Automation type not supported in Visual Basic. The app uses vb6 and all dlls not included with wine appear to be
2012 Jan 10
1
How to run a vb6 client server application with mysql datase using wine
Hi, i am a newbie to wine. . . . I am having a windows application that was written in vb6 and having db bankend as mysql. I tried to run this app on wine it does not work. Kindly give me instructions on getting it run. . . Thanks.
2006 Jan 20
0
running a VB6 application without display
Hi Everyone, I have an old VB6 application that is running fine with wine under X. The application run on command line but use windows if there is an error (which I don't need when running in production) I need to run this application from command line only (I'm calling it from a php script), but MSVBVM60.DLL failed to initiate, when there is no DISPLAY running. This is the error I get
2006 Jun 28
0
RV: RV: error in VB6 aplication
This error appears when y try to login into a SQL server . I run the aplication Silverlab.exe ( in VB6) , and in the first windows appear a image and two butonms 1 for exit an 2 to login ... I press a bottom "Login " and .... in a windows the wine put: Database Engine Open Error ! Server Name : Connection_String = Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial
2010 Jun 10
1
Rmath.dll importing in VB6 problem
Hi, I am facing a problem which i think i need to explain it to you with some background. I need to use the Project R pnorm function in Visual Basic 6.0. I have already installed R and this is how i perform and get back the result: > pnorm(2, 15) [1] 6.117164e-39 which is what i need. I have already installed R, i generated the Rmath.DLL file out so i can import it into my VB6 and use it.
2011 May 02
5
Is there a difference ...?
Doh123, how is running a program off an NTFS partition asking for trouble? Ntfsprogs seems to handle it just fine. I know that NTFS doesn't let you mark a file as executable, and that the filesystem is susceptible to fragmentation, but you should just be able to tell it to run rather than display and be good. It shouldn't cause destruction. I think there might even be an NTFS defrag tool
2004 Jul 15
0
VB6 PROGRAM error MSVBVM60.dbg
WineDbg starting on pid 0xa Unhandled exception: page fault on read access to 0x00000001 in 32-bit code (0x66105efc). In 32 bit mode. err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file DLL\MSVBVM60.dbg ("C:\\MYPROG") 0x66105efc: call *0x0(%ecx) Wine-dbg> -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Mar 15
0
"createObject" and "new" on VB6
hi guys... I need your help to make a simple program made on visual basic 6.0 to connect to a database using an string connection. Not ODBC! Please I'ld appreciate your help.