I wrote function CreateProcess( lpApplicationName:String; lpCommandLine:String; lpProcessAttributes:IntPtr;
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
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
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
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
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
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.
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
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