similar to: Printing samba, cups and legacy 16 bit applications

Displaying 20 results from an estimated 800 matches similar to: "Printing samba, cups and legacy 16 bit applications"

2001 May 08
4
[success] VB3 Program "Watchtower Library" now works
Hi! Some time ago I wrote about two problems, which I encountered when trying to run a VB3 program with Wine. The program is called "Watchtower Library". The search function crashed. With debugging and disassembling of a .vbx I later found out that the program itself was bailing out and not wine. But I had no idea how to remedy the problem. The tooltips (in the program called
2008 Feb 26
4
vbrun300.dll
Hello. Recently i install "Ford Microcat". It's database of spares for Ford =) So, it had been installed without efforts. Now, when i try to run: #wine c:\\Microcat\\microcat.exe there is some errors: 1. first of all - it can't be registered vbrun300.dll in console was message: "Could not load 'VBRUN300.DLL' required by 'MICROCAT', error=11" but - i
2001 Jun 28
1
cvs010626 flickering borders before main window drawn
This problem is new since _after_ wine010510.tar.gz and keeps showing up in cvs010626. Again the same VB3 application. The splash screen appears and the main window (which consists only of a bunch of buttons) is started to be prepared. In a flickering way many frames or borders appear (empty) and when finally the splash screen disappears the main window gets drawn correctly. Then the problem does
2002 Feb 25
0
"send" marked text into notepad.exe (copy&paste)
Hi: Can somebody please enlighten me how far the cut&paste function in Wine has matured? Here's what I'm trying to do: Run notepad managed. (works OK) Run 16bit VB3 application managed (works OK) Mark text in VB3 application. Normal copy CTRL-C and CTRL-V into any *nix application like StarOffice or KDE editor or terminal works OK but... The VB3 application is able to
2004 Nov 21
2
[DEVEL] Virtual Methods
Nick, I had a few minutes so I implemented the WxPrinterDC class tonight, and I have a question on Virtual Methods. Is there a general rule of thumb to follow? Should they be implemented in the wxRuby header and source files, or should I ignore them? They are not listed on the WxWidgets documentation page, but they are in the wxWidgets source file, as being public virtual methods. Examples:
2001 Nov 21
1
X11DRV problem? (Backtrace)
Hi y'all: Is this a X11DRV problem? This happens on a RedHat 7.2 installation of a friend who is in Turkey and has no usenet access. So I'm posting in behalf of him. He is running a 16-bit VB3 application and the debugger shows up with this unhandeled exception as soon as he acceses the program's search function. However he can "cont" and the program behaves fine
2008 Oct 10
4
xenconsole: Could not open tty `/dev/pts/5'': No such file or directory
Hi, i''m running a two dom0 nodes cluster for HA, and xen domUs running on top, currently it handles 5 domUs. The issue is that there''s a domU that can only run on one node, it''s not possible to start it on the other one. I get a ''b'' status and can''t access the console. Other domUs can start in either node and I can access their console without
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 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
2009 Jan 14
7
Selecting a linux distro for a xen-involved project
Hi, I wanted an opinion on the most xen-compatible linux distro. Im embarking on a 4 month project with xen which involves the following objectives: 1.>Creating a tool with GUI that allows a)starting,stopping restarting domUs b)maintaining a status log of domUs c)migration of dom Us d)
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 Sep 09
17
High Number of VMs
Hi, I''m curious about how you guys deal with big virtualization installations. To this date we only dealt with a small number of VM''s (~10)on not too big hardware (2xquad xeons+16GB ram). As I''m the "storage guy" I find it quite convenient to present to the dom0s one LUN per VM that makes live migration possible but without the cluster file system or cLVM
2006 Jun 28
2
RV: error in VB6 aplication
When I run the VB6 aplication , this is the error log wine "c:\silverlab\silverlab.exe" fixme:ole:CoRegisterMessageFilter stub fixme:ole:OleLoadPictureEx (0x4143f104,774,0,{7bf80980-bf32-101a-8bbb-00aa00300c ab},x=0,y=0,f=0,0x406bfae8), partially implemented. fixme:ole:OleLoadPictureEx (0x4143f104,1086,1,{7bf80980-bf32-101a-8bbb-00aa00300 cab},x=0,y=0,f=0,0x406bfab8), partially
2004 Dec 21
2
TE405P E1 coax cables with balun
Hi, I am new with asterisk. I am setting a Wildcard TE405P. E1s in Italy come in on a pair of RG-59 coax cables with BNC connectors. So I need an adapter/balun http://www.allcomtlc.com/al_g703n3.htm . I have It but I am not sure that It works. I have configured my asterisk in this way: zaptel.conf span=1,1,0,ccs,hdb3,crc4 dchan=16 bchan=1-15,17-31 loadzone=it defaultzone=it zapata.conf
2018 Apr 27
1
Introducing HardCloud @ FCCM 2018
Hi, HardCloud (www.hardcloud.org) is an extension to the OpenMP 4.X standard that seeks to ease the task of offloading IP-cores to FPGA accelerators in CPU-FPGA architectures. This is achieved by two new clauses [use] and [module] shown in the example below: #pragma omp target device(HARP | HARPSIM | Catapult) map(to: X) map(from: Y) #pragma omp parallel for use(hrw) module(loopback) check
2010 Apr 23
3
Visual Basic 6 application with MS Access connectivity
Hello, A visual basic 6 application with MS access connectivity ( to a local .mdb) has a weird behavior, It just sits there and doesn't show anything. OS is Linux ubuntu64, may I ask how to trobleshoot this scenarios ? How can I trace networking usage, connections, errors, etc of a VB6 application under Wine: wine-1.1.31 thanks, fabio. -------------- next part -------------- An HTML
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 .
2003 Apr 28
4
plot(pam.object) error with R-1.7.0 on Red-Hat 8.0 i686
I don't know if there is some fault in compiling or a bug of the new R-1.7.0 version: cl.pam.2 <- pam(as.dist(1-cor(mel.data)),2) plot(cl.pam.2) perform a right partitioning and silhouette plot on the old R-1.6.2 instead "Error in clusplot.default(x$diss,...... ; x is not numeric" is the output on the new R-1.7.0. Same platform: RH8.0 i686. Some suggestions? A.S.
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