similar to: DCOM graphics bug?

Displaying 20 results from an estimated 30000 matches similar to: "DCOM graphics bug?"

1999 Dec 11
1
Graphics ?
Hi, In the Windows version of R 0.65.1 I'd like to copy the results of a plot to the clipboard either as a bitmap or as a metafile. The same thing in fact as does the menu "Copy to the clipboard" provides but from the command line. I intend to use the DCOM server version of R to do plots, among other things and copy the results to the clipboard and show these on a picture box in my
2000 Oct 05
2
DCom / StatConnector / Windows-Cygnus-Gcc ?
Hello List ! I want to use R as statistical & Graphical Tool for biological simulation programs. So, I want to combine my programs (written under cygnus-gcc on NT4.0) with R 1.0.1.1 under Windows. The data, produced by my program will be sent to R. There it should be statistically "transformed" and graphically displayed. The simulation program may wait until R has calculated
2005 Feb 03
0
call RODBC function from DCOM
Hi. My VB program run a R - script located in the server with R DCOM server. The R - script is designed to send a query to DB through ODBC. There is NOT any problem when I run each code from R-window interface. However, when I call the R-script from my VB program it stucked after calling "sqlQuery" statement. I can check that odbcConnect(dsn, uid, pwd) returns -1.
2002 Mar 02
0
DCOM und ADODB
hi, i want to install a program under wine that's written in vb and uses ado which itself needs dcom. dcom cannot be installed because rundll32.exe is missing (i try to do this without installing windows). as far as i understood until now i must write the dlls to a config file, but i do not know how and which. has someone already installed ado, dcom and vb runtime and if how it is done?
2004 Sep 16
1
does SMB run over DCOM ?
Hi all, OPC is a standard that specifies a collection of DCOM interfaces heavely used in the industrial automation domain. (http://www.opcfoundation.org) I would like to access these OPC objects that run in Windows from Linux computers, using the DCOM framework. Instead of implementing DCOM from scratch for Linux, I was considering 'stealing' some code off the SAMBA project relating
2007 Mar 19
2
Wine identity for DCOM authentication
I have the following problem. First the native Windows XP-XP setting: I have a DCOM service on a remote XP workstation machine (The service is OPC server simulator, but this is not relevant for my problem). My (local) client application needs access to the DCOM service on the (remote) server, and following the documentation which came with the server and a lot of browsing, I managed to set it up
2013 May 02
1
named pipe, dcom and samba4
Hi everyone, after a classicupgrade from a samba3 domain to a samba4, I have a weird issue related to DCOM and named pipes. The switch to samba4 went fine and everything works perfectly except one old software that uses Windows named pipes and DCOM for client-server communication. When trying to access the DCOM server the software fails. The failure can be easily reproduced with a simple
2006 Aug 31
2
DCOM 1.3.5 Exception from HRESULT: 0x80040013 on iR.Init("R")
Hallo Everyone, I have a problem getting R DCom to work on a MS Server 2003. I am using Visual Studio 2005 to use some statistical functions from R. I have installed DCOM 1.3.5. but as soon as the statement iR.Init("R") is executed I get the following error: Exception from HRESULT: 0x80040013 I have checked the path and the environmental variables and there are none associated with
2005 Mar 22
0
DCOM - RODBC/RMySQL problem
All, I have a windows application in which data are written to MySQL and R analysis initiated by a VB frontend. After upgrading to DCOM 1.35, the analysis has become excruciatingly slow when processing a simple RODBC query. I am using DCOM 1.35 - I didn't have this difficulty prior to upgrading. I upgraded all other associated software with no change in performance: R 2.1 MySQL 4.1.10
2004 May 04
0
help with DCOM R Server
I am currently using a window based system to run R. I need to have a C++ program to call some functions in R. With what I have read, the DCOM R server seems to have a way to interface R with C++. However with the readme.txt file that is with download, It gives example from VB and python, but there is no interface for C++. Does anyone what's the interface in C++ to initialize R, Call
2007 Apr 18
1
Is it necessary install dcom?
Hi, What dcom do? Is it necessary install dcom with wine release 0.9.31-1? Thanks. -- S?vio Martins Ramos - Arquiteto Rio de Janeiro ICQ 174972645 Pirataria n?o! Seja livre: Linux http://www.debian.org
2007 Sep 24
2
Debugging DCOM for Future Pinball
With current wine version, Future Pinball (a free pinball simulation) needs native DCOM98.EXE to run. What are the necessary debug channel that could help to debug DCOM ? LvR
2004 May 16
1
com/dcom
Hi all, I was just reading my "Python Programming on Win32" and I saw how easy it was to setup a COM server and a class. I tried to download Ralph Mason''s rubycom package, but the link is dead. I''ve emailed Ralph, but if rubycom isn''t being maintained any more, I think we should work on a COM/DCOM interface next. Or, is this already possible with
2005 Sep 21
1
R , Java & DCOM
Hi, I am working on a Java project that will run primarily on Windows. As part of the project I would like to use the R engine. However, from what I have seen on this list & the SJava list, installing SJava on Windows can be troublesome. As a result I was wondering if anybody had used DCOM to access R from a Java program on Windows (if it is all possible). Any pointers to documents and/or
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/
2011 Oct 26
1
Win7pro can't authenticate dcom identity
I have a Samba 3.4.7 PDC set up (Ubuntu 10.10/OpenLDAP) and have configured a Windows 7 Pro 64 bit workstation as a domain member. Logins and shares work without a hitch. I'm running into a problem with ArcGIS 10 Server on Windows using domain accounts for the services. ArcGIS post-install fails because it won't take the username/password combination of the domain account. I initially
2003 Dec 17
3
Asking for help
Hello evry one, I'm a frensh consulting Engineer in statistics and i work under R times to times. I would like to build an Graphic User Interface as we can do under MS Excel but i don't know how to do it. The aim is to have a GUI betwen a user and the console or the function (for exemple toto(a,b,c) ) In the GUI , i would like to have 3 boxes empty where i can put the values of a, b, and
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 Sep 10
2
Build a connectivity between .NET and R without using any interface
Dear All I like to develop an application using .NET and R. The front end would be .NET and statistical analysis would be done in R in the back end. So I want to integrate .NET(VB) with R without using any interface (e.g., R (D)com) to control. Secondly, I like to use Rscript (by calling .R files) from VB .NET environment for the analysis. Finally, I want to display the R-outputs including
2004 Jun 25
1
help on integration
Dear Sir I am an analyst based in India, actively working on price analysis and forecasting. I would request you to let me know is it possible to write front end in MS VB and call R function to do the statistical analysis. The data is inputed through the form designed in VB. Thank you for the help and clarification. Best regards Krishna ---------------------------------