search for: dcom

Displaying 20 results from an estimated 277 matches for "dcom".

Did you mean: com
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...
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 vbscript c...
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 mana...
2012 Jan 22
2
Calculating & plotting a linear regression between two correlated variables
Hi, I have a Community (COM) composed of 6 species: A, B, C, D, E & F. The density of my Community is thus (Eq.1): dCOM = dA + dB + dC + dE + dF I would like to calculate and plot a linear regression between the density of each of my species and the density of the whole community (illustrating how the density of each species varies with variations of the whole community). For example, I would like to plot dA = a *...
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 environme...
2007 Mar 25
1
DCOM graphics bug?
Hi! I am trying to display a graphic using the dcom server and the dcom graphics object. Works fine without the embedded graphics object, in it's own windows, but if i use the embedded object (what I need to do) the colors are gone. Graphics are always only black and white. Even in the DCOM examples for VB the graphics are without color - is thi...
2011 Dec 18
0
Latest git build errors
...wnloads/samba-master/librpc/idl/wmi.idl:713: error: Unable to determine origin of type `struct ORPCTHAT' error: Unable to determine origin of type `struct HASH(0x851eb70)' error: Unable to determine origin of type `struct HASH(0x851eb70)' /home/jason/Downloads/samba-master/librpc/idl/dcom.idl:32: error: Unable to determine origin of type `struct ORPCTHIS' /home/jason/Downloads/samba-master/librpc/idl/dcom.idl:32: error: Unable to determine origin of type `struct ORPCTHAT' /home/jason/Downloads/samba-master/librpc/idl/dcom.idl:32: error: Unable to determine origin of type `...
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
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
2000 Oct 05
2
DCom / StatConnector / Windows-Cygnus-Gcc ?
...data. (Well, if both may work independently, "online" display of the data this would be nice as well, but there is no need to.) Following possibilities came to my attention by the email-Archives (& thanks to Yves Gauvreau) 1) embedding the C-Program into R ( .C - Call) 2) using the DCom/StatConnector 3) use the R-Source code and compile it into my program About 1): I want to keep the simulation program seperated from the (graphical) output. So, anybody who wants to check (or use) the proghram without graphic can do so easily. So, it would be easier, not to change the program...
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 examples would be appreciated. Thanks, ------------------------------------------------------------------- Rajarshi Guha <rxg218 at psu.edu> <http://jijo.cjb.net> GPG Fingerprint: 0CC...
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? tanks in...
2004 May 16
1
com/dcom
...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 Win32OLE? Regards, Dan
2001 Aug 14
2
Wine call graph; wineserver; the "big picture".
Hi, I've been lurking for a while now with a view to starting work on wine - specifically COM and DCOM. I know some people have started some work and there might be some patent issues with COM at least - so maybe DCOM is a better bet (I had the possibly niave idea of implementing COM via DCOM - it would be almost transparent, slower but less "dangerous"). I've read most of the develop...
2004 Aug 16
1
DCOM
hello! basically what is the difference between DCOM95 and DCOM98? if i change from 95 to 98, what kind of effects should it make to my apps under wine tnx! rxon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20040816/18462dc5/attachment.html
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 functions, and get variables back from R through...
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) r...
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 MyODBC 3.51.11 I then installed DBI and...
2007 Sep 25
0
Re : Debugging DCOM for Future Pinball
...//www.reactos.org > Listen to non-DRMised Music: http://www.jamendo.com > > > > ----- Message d'origine ---- > De : Olivier OUDIN <o.oudin at free.fr> > ? : wine-users at winehq.org > Envoy? le : Lundi, 24 Septembre 2007, 12h58mn 49s > Objet : [Wine] 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 > > _______________________________________________ > w...
2011 Sep 06
2
Generalizing call to function
...ois(y, lambda) } integrate(f1, 0, Inf, y, a, rate) } func1(1, 0.1, 0.1) func2 <- function(y, a, rate, samp) { f1 <- function(n, y, a, rate, samp) { SampDist <- function(y, a, n, samp) { lambda <- a * n dcom <- paste("d", samp, sep="") dots <- as.list(c(y, lambda)) do.call(dcom, dots) } dexp(n, rate) * SampDist(y, a, n, samp) } integrate(f1, 0, Inf, y, a, rate, samp) } func2(1, 0.1, 0.1...