Questions tagged [delphi-prism-2010]

8 questions
2
votes
1 answer

Serial Communication (RS232) in LINUX

I am currently working with Delphi Prism for Mono development. So, the software can be cross-platform mainly to be run on Linux OS. To get started, I have been implementing and test running the basic functions of my software - Serial and Network…
ThN
  • 3,235
  • 3
  • 57
  • 115
2
votes
3 answers

ASP.NET with Window Form Application

I am a beginner in the Dot NET environment and not really happy with it from what I have read and done with Dot NET so far. I need to migrate or write a program that will utilize ASP.NET with window Form Application. For whatever reason, I can't…
ThN
  • 3,235
  • 3
  • 57
  • 115
2
votes
5 answers

Why we need Delphi prism

What is the need to use delphi prism instead of Visual studio; i am a delphi programmer so i like object pascal but what else are that delphi prism have that other does not have
Vibeeshan Mahadeva
  • 7,147
  • 8
  • 52
  • 102
2
votes
1 answer

Why does Delphi Prism complain about System type mismatches?

I encountered a strange compiler error in Delphi Prism 2010 that I am unable to resolve. The error is calling a method on an object defined in a third-party assembly that manipulates a specialized image format. The assembly itself was compiled…
1
vote
1 answer

Delphi Prism - how do I determine actual class that TObjectExtender is "extending"

I have a large quantity of logging throughout my Delphi code, which often uses Self.ClassName to log the name of the class containing the currently executing code. I am now compiling some of this code into a Delphi Prism .NET assembly. However,…
Conor Boyd
  • 1,024
  • 7
  • 15
0
votes
1 answer

Automatically toggle RTS line (Delphi Prism SerialPort)

I am using SerialPort under Delphi Prism. I am able to send bytes out to the serialport, but I can't receive data from outside, because the SerialPort Request to Send (RTS) line is always high or up. So, what setting do you set to automatically…
ThN
  • 3,235
  • 3
  • 57
  • 115
0
votes
1 answer

How to access DataGridView from main.pas?

I have DataGridView on a different winform and I am trying to get access to the DataGridView from main.pas, but I can't. I get the following error: "MonoPro.UnitForm" does not contain a definition for "dataGridView1" in expression…
ThN
  • 3,235
  • 3
  • 57
  • 115
0
votes
1 answer

How to open Window Form?

I am learning to program in Delphi Prism and have gone through a crash course tutorial, which I thought was great. I learned a lot, but it failed to show me one very important programming technique that all window based programming languages allow…
ThN
  • 3,235
  • 3
  • 57
  • 115