Questions tagged [remobjects]

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

RemObjects SDK is a cross-platform remoting framework for .NET, XCode and Delphi.

DataAbstract is a multi-tier database framework for .NET, XCode and Delphi.

Hydra is a plugin framework for .NET and Delphi.

Oxygene is an Object Pascal language and IDE for .NET.

58 questions
2
votes
0 answers

How can a TClientDataSet determine what type of database it is (remotely) connected to?

Under FireDAC, I have a TFDConnection -> TFDQuery -> TDataSetProvider in a server app and a TClientDataSet in a client app. They are connected through the RemObjects Remoting SDK. (The TClientDataSet.RemoteServer is set to a…
Jan Doggen
  • 8,799
  • 13
  • 70
  • 144
2
votes
1 answer

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 '/MyApp' Application. Parser Error Description:…
norgepaul
  • 6,013
  • 4
  • 43
  • 76
2
votes
1 answer

ld: building for iOS Simulator, but linking against dylib built for MacOSX file 'RemObjectsSDK.framework/RemObjectsSDK' for architecture i386

i'm new on iOS Development and I Recently updated to OS X Yosemite and Xcode 6, so i tried to update my Apps to iOS 8.1 The thing is that i had a project running on iOS 7.1 and it was made on Xcode 5.1 and OS X 10.8.5 with RemObjects Data Abstract…
xzrudy
  • 93
  • 1
  • 8
2
votes
1 answer

When passing a UTF8 String to RemObject (Delphi 2007) which String Type to use - Utf8String or WideString

There is a Delphi 2007 Application that offers a WebService over RemObjects. I want now to pass a UTF-8 String to this application using this WebService. Now there are two String types that I could use in Delphi2007: Utf8String and WideString.…
frugi
  • 605
  • 7
  • 26
2
votes
1 answer

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 ability to dynamically select an area of the…
Scott P
  • 1,462
  • 1
  • 19
  • 31
1
vote
1 answer

Delphi releases interface too soon

I've a Delphi client/server project, which uses RemObjects for communication between client and server. In remobject the server and public service functions are defined and interfaces are generated for it. At some points, we need to call other…
Michiel van Vaardegem
  • 2,260
  • 20
  • 35
1
vote
1 answer

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 function SetItemContent(const anItemId: UnicodeString;…
jonjbar
  • 3,896
  • 1
  • 25
  • 46
1
vote
0 answers

Alternative to RemObjects RemotingSDK

I'm looking for an open source alternative for commercial use to the RemObjects Remoting SDK. I'm currently using Remoting SDK in the following scenario: A number of windows service applications (5 to 10) act as servers and retrieve/provide data.…
aDone
  • 135
  • 7
1
vote
2 answers

Where do I put license info (.licx) in a .NET Core application?

I have created a .NET Core 2.1 class library as a data layer for a .NET Core 2.1 MVC website. I am using some controls from a company called RemObjects and when I compile I get this message .net core LicenseException: No valid license has been…
Todd
  • 119
  • 10
1
vote
1 answer

How to register indexed property in RemObject?

I want to register property Strings of TStrings class. When I register a simple property, I write: ACompiler.FindClass(ClassName).RegisterProperty(PropertyName,PropertyTypeName, PSPropType); in OnCompImport…
1
vote
2 answers

Compile Swift on Windows from Silver Command Line?

I've been learning Swift for a little bit now, and I really want to use it. However, compiling Swift on Windows is quite a chore. I can do it from Visual Studio 2015 easily, but VS2015 support is very poor, and incredibly hard to work with; I would…
1
vote
0 answers

Strange variable assignment in Swift with RemObjects Silver

I'm trying to convert a String to a Char array in Swift. I use RemObjects' Silver compiler with Visual Studio. However, printing the array doesn't give the same result wether using an intermediate variable or not! var text: String =…
marvell
  • 67
  • 1
  • 6
1
vote
1 answer

How to create a newlist of newconstants for n parameters in REMOBJECTS DELPHI

i am currently trying to do a dynamicwhere expression with dboin, i need to create a list of new constants, i found out that the way to do it is this: Expression:=NewBinaryExpression( NewField(LogicalName,'City'), NewList( …
Jp191290
  • 51
  • 8
1
vote
2 answers

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} all was going fine up to the part you run begin …
Arthur
  • 3,376
  • 11
  • 43
  • 70
1
vote
4 answers

remobjects c# share code between classes

Using remobjects c#, does anyone know how code can be shared between projects. I've created a class library and added it as a reference to my android and osx project but i cant access the classes from my library on android or osx using remobject…
Gbolahan
  • 420
  • 2
  • 8
  • 18