delphi-prism
How to call function CreateProcess in Delphi Prism?
I wrote function CreateProcess( lpApplicationName:String; lpCommandLine:String; lpProcessAttributes:IntPtr;[详细]
2022-12-28 06:40 分类:问答Good Delphi Prism online resources
A Google search on \"delphi prism\", \"delphi prismresources\" or \"delphi prism code snippets\" reveal almost no good sites at all are there anygood programming site(s) with some good amount of code[详细]
2022-12-28 06:02 分类:问答List.AddRange inline declaration
This may seem an eas开发者_运维技巧y question, but not to me, also a search has led to nothing. Up until now the only .net programming I have done is with Delphi Prism. With Prism I can do things like[详细]
2022-12-25 04:23 分类:问答How to make Delphi Prism indexed properties visible to C# when properties are not default
I have s开发者_运维知识库everal Delphi Prism classes with indexed properties that I use a lot on my C# web applications (we are migrating a big Delphi Win32 system to ASP.Net). My problem is that it s[详细]
2022-12-23 16:00 分类:问答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 ima[详细]
2022-12-20 15:14 分类:问答How call lockWindowUpdate using DelphiPrism
How can I call lockWindowUpdate using Delph开发者_运维技巧i Prism?Before worrying too much about how to call it, I would think very carefully first about whether you really should or even need to call[详细]
2022-12-20 10:23 分类:问答How can I pass a Delphi string to a Prism DLL?
We try to pass a string from a native Delphi program to a Delphi Prism DLL. We have no problem passing integers, but strings are mismatched in the DLL.[详细]
2022-12-20 02:48 分类:问答What is Delphi Prism LineFeed
What is the equivalent of C#\'s \\n and Visual Basic\'s vbCRLF or vbNewLine in Delphi Prism?Do I have to use Envi开发者_StackOverflow中文版ronment.NewLine?Environment.NewLine is actually the best thin[详细]
2022-12-18 03:35 分类:问答Strange GAC error in ASP.Net application
I\'m experiencing a strange failure when trying to view my website under IIS.If I create a new ASP.Net web site application, don\'t modify it at all and run it (F5) the web page shows up with the erro[详细]
2022-12-12 01:43 分类:问答