RemObjects Software is a software development company offering tools and libraries for software developers on a variety of platforms.

learn more… | top users | synonyms

0
votes
0answers
58 views

TJvDragDrop don't work on RemObjects hydra plugin

When I using TJvDragDrop component on a simple Vcl form, It works correctly. But It can't works on a remobject hydra plugin. For more information, look at below images: On a simple VCL Forms ...
0
votes
0answers
32 views

How to use VistaDB in multiuser environment

My requirement is as written below: I have a DotNet(c#) winform application using VistaDB as database. So to support multiuser environment( as VistaDB is serverless Database) I have decided to ...
2
votes
1answer
137 views

DWM Interaction from a DLL

Good morning all. I'm currently attempting to write a small application that's built around the features available through the Windows DWM API (e.g. DWM Thumbnails). One such feature would be the ...
5
votes
3answers
195 views

Can RemObjects SDK parameters be passed via the URI?

We have a RemObjects SDK HTTP server that exposes a number of services and methods. Is it possible to call a method via a URI rather than passing the parameters as SOAP/JSON e.g. ...
0
votes
0answers
81 views

Can anyone give an example on how to make connection with a server or remote machine with RemObjects (TCPclient and TCPserver) control?

I am using RemObjects TCPClient and TCPserver control to make TCP Connection between two computers. However, it is not working as expected, although remote machine is showing that client machine try ...
0
votes
1answer
70 views

RemObjects: How to prevent UI from freezing when making unsuccessful TCP/IP connection?

I am testing my program TCP/IP connection which uses RemObjects TcpClient and TcpServer controls and running into an issue. If the host or remote server is not listening for connection, then client ...
0
votes
0answers
30 views

RemObjects webservice and COM Objects

I'm using COM Objects from a RemObjects Webservice. Every call to the webservice (MultiThreading environment) uses the COM Objects. I suspect that the memory of these objects is not disallocated ...
0
votes
1answer
145 views

Memory leak using RemObjects and COM Objects over Delphi

I have a webservice created with RemObjects SDK over Delphi XE and a function published that to do his works needs to use com objects (Specifically Ado connection to database using DMO). I have ...
0
votes
0answers
58 views

Data Abstract and .NET Table cannot be found in data packet

We have a Delphi server and we want to make an ASPX web interface. The server load the schema dynamically on startup and it's working very well with Delphi based client applications. We made a ...
0
votes
2answers
380 views

How do I add a custom header to a SOAP request using C#?

I'm connecting to a RemObjects SDK SOAP server written in Delphi using a C# client. I can make the initial login, but subsequent requests require a custom SOAP header that looks like this: ...
0
votes
1answer
139 views

Delphi 2010 How do I Implement a Hydra WPF host application sample?

Continuing with our Delphi 2010 thick client to multi-tier migration (previous question), we are at the point where we need to find a databinding solution. I have come across RemObjects Hydra. The ...
11
votes
5answers
949 views

Is there a good scripting Pascal-like language for Delphi?

I'm looking for a good free scripting engine for Delphi. I want to add scripting to an application so that I can write small test scripts. Specifically I need: Pascal-like syntax current (I looked ...
7
votes
1answer
402 views

How to pass the interfaced object to the Pascal Script function call?

Delphi part: I have a class with the event and from that event I need to call a procedure passing the interfaced object to it. It works fine in Delphi but I have problems with declaring it in Pascal ...
1
vote
1answer
327 views

Suppress RemObjects SOAP error “content type was not expected”

Trying to make a simple client that consumes a web service using RemObjects SDK, imported the WSDL, all good, however, when I try to execute a method that returns a string, I get the following error: ...
5
votes
2answers
373 views

Get clients ip address in a RemObjects webservice

I have a webservice implemented using RemObjects over Delphi XE and I want to know the ip address of the clients petitions. My service inherits from TRORemoteDataModule and I haven't found any method ...
2
votes
1answer
196 views

RemObjects SDK - how to retrieve client GUID from server when connecting to server?

Does somebody know how to retrieve client GUID when connecting to server in RemObjects SDK ? (using SuperTCP/IP protocol)
0
votes
1answer
231 views

How to use a connection to database saved in a session in DataAbstract/RemObjects?

In the DataAbstract sample application "Old\Connection By User" the procedure "AcquireHoldButtonClick" creates a connection to the database and stores a reference in the user's session variable. I ...
1
vote
1answer
274 views

How can I update a blob field on the server

I have a client/server application built using DataAbstract and RemObjects where the client is transferring a Binary variable for the server to put in the DB. The server function looks like this ...
15
votes
4answers
3k views

Datasnap xe vs Remobjects DataAbstract

After asking this question I realized that to build what I need I'd better rely on some framework "REST and JSON ready". Since I own Delphi Professional I should upgrade to Enterprise to have ...
2
votes
2answers
585 views

How to register the interface variable into remobjects pascal script?

I using RemObjects Pascal Script component for Delphi XE, i've the following code: type ITest = interface(IInterface) ['{7762A355-052F-449D-8347-01B59E2D2738}'] procedure Execute; end; ...
3
votes
1answer
394 views

Doing Overhaul of Codebase: .NET or Delphi backend? [closed]

I have little experience in C#.NET, but have years in Delphi. Any Delphi + .NET people out there that can provide me some guidance? Here's the scoop: I am going to be in charge of a overhaul of the ...
0
votes
0answers
423 views

REMObjects - How to fix LoadFromFile Read Error

I am using Delphi 7, while calling LoadFromFile from my REMObject Type I am randomly encountering a Stream Read Error. The following line is where I get the error: ...
0
votes
2answers
415 views

Delphi Applications in RemObject Pascal Scripter

I want to run a Delphi application(With forms vcl, forms, etc) using another application with RemObject Pascal Scripter. will RemObject Pascal Scripter support all the areas of delphi , If so can ...
0
votes
2answers
654 views

Delphi 7 remobjects - serialize a component

I have a client-server application built in Delphi 7 and RemObjects SDK. Messages between client and server are binary (http://wiki.remobjects.com/wiki/BinMessage). My questions are: 1) if I fill with ...
2
votes
4answers
812 views

Replacing ASTA as a middletier solution

I'm currently using Delphi7 along with ASTA to handle my client server communications to an Advantage DB. I'm moving to Rad Studio XE Enterprise and am looking to switch to a different but similar ...
2
votes
1answer
1k views

How do I fix Delphi Prism ASP.NET error: “Parser Error Message: 'Oxygene' is not a supported language”

I have written an ASP.NET web application (not site) in Delphi Prism. Everything works fine on my devlopment machine, but when I install it on a test server I get the following error: Server Error in ...
3
votes
3answers
595 views

What's going on with these XML nodes named “#text”?

I've got some simple XML-handling code that's supposed to locate a child node of a passed in node based on an attribute value: function GetNodeByAttributeValue( const AParentNode: IXMLNode; const ...
1
vote
1answer
1k views

Getting started working with RemObjects Pascal Script in delphi

I have just started working with RemObjects Pascal Script. and have been trying to follow the remobjects tutorial. http://devcenter.remobjects.com/articles/?id={2FFC1EE9-F18D-4B11-9DE4-1BA0A79D0D04} ...
2
votes
4answers
417 views

Problem with “unwanted” exception dialogs in Delphi

I've problem with exception dialogs: I'm using RemObjects SDK for Client/Server -application. When there's connection problem, the client starts throwing "simple" exceptions dialogs, just text and a ...
1
vote
2answers
825 views

Combining Delphi & remobjects via SSL

I'm in the development of a server client solution. The server is written in delphi and the client written in c#, and we're using RemObjects 5 (xml webservice thingy) to perform the communication. ...
9
votes
5answers
2k views

What is the best Delphi n-tier low bandwidth technology?

I need to deploy a Delphi app in an environment that needs centralized data and file storage system (for document imaging) but has multiple branch offices with relatively poor inter connectivity. I ...
6
votes
4answers
5k views

Getting started with SOAP for Delphi in Win32

I have a server process built in Delphi/C++Builder with RemObjects SDK which claims to support SOAP requests. What's the quickest and easiest way of testing out the SOAP support? I'd prefer not to ...