Questions tagged as 'delphi-2010'

1
answer

how to consume delphi dll in c #

I have a delphi function that I export as dll, here I leave my code: library MdEncDec; uses System.SysUtils, System.Classes, Bcrypt; {$R *.res} function EncryptWord( value: PChar ): ShortString; stdcall; export; var BCRYPT1: TBCRYPT...
asked by 07.11.2018 / 19:24
0
answers

External exception C0000006 when starting Embarcadero Delphi 2010

I work daily with Delphi 2010 and today, when starting the IDE, I get the error:    External exception C0000006 and the IDE is closed. Could someone tell me what might have happened? This morning it worked without problems.     
asked by 06.09.2016 / 18:50
1
answer

TDBXTypes.DOUBLE error with Delphi

I have this error I can not solve it, search in many forums but I can find a solution. I am developing in delphi a client-server program with datasnap. This error appears when I execute an INSERT procedure on sqlserver: Client side scri...
asked by 17.05.2018 / 04:35
1
answer

Algorithm of rotation in delphi [closed]

I need your help I'm looking everywhere for the rotation algorithm in Delphi as I found it in OpenGL graphics but it is wrong but for more than I look for it I can not find someone who can help me with the algorithm please.     
asked by 01.11.2016 / 04:26
2
answers

Consume Menu of the sql server in a Treeview Delphi

I have a menu in a sql server database where the Pid field is the id of the corresponding parent, at this time I will not have no grandchildren in the menu but for a future if I have them, the goal is to show that menu in tree form in a TreeView...
asked by 22.01.2018 / 20:03
0
answers

I can not finish installing Delphi 10

I'm installing delphi 10 , I was interested that you can develop almost for any platform without so many fights (only record to see, but already at the time of the action if it is quite complex). Well, now it has been done as if it were...
asked by 25.07.2017 / 16:43
0
answers

Fill Delphi dataset from Java array

I have a concern: can I fill a Dataset in Delphi from an array generated by Java, without the need to cycle (for, while)? For example: A GET method returns me as an answer:    (([], 'N', True, nil, False, 17, 22386, True, 'INTERESTS SERVIC...
asked by 15.02.2017 / 21:32
1
answer

Update with SQLServer DataSnap and Delphi

Dear, I have a problem when you want to update with SqlServer. I am developing a program with a DataSnap server and I have this problem when I want to update a field in the DBGrid. I know that the error is in the key field of the sql query o...
asked by 13.05.2018 / 16:08