similar to: VB on Linux with Wine

Displaying 20 results from an estimated 8000 matches similar to: "VB on Linux with Wine"

2005 Sep 13
3
VB and R
Dear Listers, Is there any good paper about how to use R together with VB? Thank you so much! -- WenSui Liu (http://statcompute.blogspot.com) Senior Decision Support Analyst Cincinnati Children Hospital Medical Center [[alternative HTML version deleted]]
2001 Oct 09
3
vb-control or dll?
Hi. I want to do a program which uses ogg, but i only have vb. Is tjere a control (ocx) or a dll and if there is, what functions do i have to call? Thanks in advance, Felix --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word
2010 Feb 02
2
How do I debug a VB application install?
I'm trying to debug the installation of a Windows app written in VB (I think VB6). Following the troubleshooting guide here, and referencing the app's own install log, I realized some necessary DLLs were missing. Installed them using winetricks mfc42 vb6run mdac28. I checked a working installation on Windows XP for list of installed MDAC components, and I think I've got all the
2010 Feb 23
1
VB IsDate/IsNumber: Localisation does not work
Hi everybody, I started testing a (really large self written) VB appllication under Wine and was surprised, that a lot works out of the box (nearly...) - Great Work! But I have a few errors I need some advice on: In the application are lot of tests if entered data are numbers or dates. These test do not work, It looks like the locale (number and date)formats are not used in this functions. My
2007 Feb 06
3
VB, Access based program on Linux
Hi, I work in one public charitable trust. Here we are using one Accounting+Inventory+Report management Program. Two developers have developed in VB, Access and Crystal Reports. Now I am trying to use it through wine on linux. (As we dont have enough money to redevelop that.) But after running that .exe I am getting error that ActiveX Component can not create object. 429 Neelesh --------------
2007 Mar 19
1
error running a vb script in wine
Can anyone help me with this error? I get this error when I run my vb script in wine. The script creates a shortcut and works fine when I run it at a cmd prompt in Windows. I'm new to both vb script and wine. Z:\root\vb_shortcut>cscript mk_shortcut.vbs "temp" "Z:\root\vb_shortcut \test.txt " "." Microsoft (R) Windows Script Host Version 5.6 Copyright (C)
2005 Sep 15
1
BricsCad and VB application
We are developing a VB 6.0 application to work with BricsCad (last linux version). But when I try to connect to BricsCad in Linux using the VB application it hangs the system. But if I do the same in Windows it works perfectly. Wine doesn't throw any error message, just hang the computer. Please help me!! Gabriel.
2008 Oct 13
3
Need help with an old VB application
Hi, i'm not new with wine but i'm in trouble with an old vb application. I just tried everything i know to solve but i'm still at the start point. I want to open a document (.rtf or .doc ) with OO . This VB application needs the full path of the application i want to use to open the documents. I write down the complete and full path ( Z:/xxx/yy/oowriter ). The path is correct and the
2009 Feb 08
1
Solaris 10 and Vb.net?
Does solaris 10 using Wine following working? - vb.net - devc++ Q. Can vb.net or devc++ application connect to the Solaris 10 > mySQL database > running thread? How we do the ODBC things.
2004 Dec 01
2
How to use Ogg_d.dll in VB.NET ?
Hi everybody This is the first time I write on the list, hope my topic is accepted. I have been looking in the list archive for answers on this question but no luck and hope that one of you wise people can guide me in the right direction. I have tried to add the DLL in the references list under VB.NET but its not accepted as a NET DLL or COM DLL, and I cant find out how to call it from within
2001 Feb 09
1
link R to VB
Hi, 1. How to dynamic link the outputs from R to MS-Word or MS-Excel? 2. I'd like to develop an VB application and use R as the "backgroud calculator". How do I call R and its function in VB? Thanks, Yu-Ling Wu __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/
2006 Nov 23
1
VB linked to R
help I'd like to develop an VB 6 application and use R as the "backgroud calculator". How do I call R with its functions and link it to the VB interface?
2012 Mar 19
1
How to use R script in VB?
Hello R friends, I want to use my R script in VB to make macro in Excel. I tried with RExcel but it seems to me that this package is just GUI API and I still have to run(connect) R to use the script. Google tells me there are some ways to make R script as an independent library/module/header so that I can call it in VB, C or JAVA. Where can I get detailed tutorial or manual for that? Thanks in
2009 Jul 14
2
How do I know where is R? - VB Programming
Dear all - Is there anyone know how to let VB or C# know where I install R automatically(i.e. auto detect R directory)? Many thanks! Best, Haoda
2009 Sep 10
1
executing rscript from VB
Hi, I am looking to execute an R script from VB as below. The script runs fine but the redirection doesnt seem to happen. The redirection operator and the out file seem to be treated as arguments to the R script. Is there a way to get the > operator working thanks, R System.Diagnostics.Process proc = new System.Diagnostics.Process(); proc.StartInfo.FileName =
2006 Jun 13
8
MS Access2000 does not work fine
Dear All I am using Wine 0.9.15 on Fedora Core 5 in connection with WineTools. However, when I create a new database on MS Access (from MS Office2000), I get the following error: "The Dynamic Link Library msjet40.dll could not be located". So, I cannot use MS Access under Wine. Any ideas? Thanks in advance, Paul
2004 Dec 22
7
From a newbie: how to run MS Word?
Hi! Half an hour ago I installed wine-20041201 under Mandrake Linux 9.1, successfully I think. On my PC I also have a partition with Windows 98 in it, correctly mounted. I installed Wine with the main purpose of properly writing and reading documents in MS Word, since neither kword, nor Open Office kwrite nor even abiword achieve this purpose in a satisfaying way. Now, probably I haven't
2007 Mar 19
1
VB database app
Hi, newbie wine user here with a little vb app issue. After installing an app along with associated OCXs and DLLs, I get the following error when the app is run: Error: (frmMain. ... ) ActiveX component can't create object. Anyone direct me where to go from here? I'm trying my hand at my own distro packed with a number of Windows apps tailored for specific use (i.e. no apps of this kind
2008 Feb 29
1
Lighttpd & VB.Net HTTPWEBREQUEST
Hi guys/gals, I don''t know if anyone can answer this, and this post may belong in a VB.Net forum, but my question is more for lighttpd. I have a .net app that sends a HTTPWEBREQUEST to the webserver. Then my def saves this hit to a mysql db. In webrick, this works fine, but not in lighttpd. I was wondering if anyone has ever done this or does anyone know if lighttpd does not accept
2002 Feb 22
1
Visual Basic: calling compiled VB code from R
Hello, Any advice on calling Visual Basic code from R would be helpful. Thanks, Whit Armstrong -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at