Re: Convert small C# sample project to Delphi
Does this work in D7?
Not really since it was written to disassemble .NET assemblies into the
specified language and Delphi 7 is not .NET compatible. It will create
RAD Studio 2007 vcl.net compatible code though.
.
Relevant Pages
- Re: COM Servers
... If they are using .NET languages, you can use .NET assemblies (no interop hit), and if they are using an old version of VB or C++, they can use interop. ... Current versions of Delphi, AFAIK, are capable of using .NET assemblies native. ... I don't want to have to continue to program in 2 languages and as it stands its starting to look like Delphi might be the best choice. ... (microsoft.public.dotnet.languages.csharp) - Re: .NET Assemblies and Search Paths
... It looks as though the .NET assemblies I'm using are ... Delphi, I get error messages as described above. ... reports that a referenced .dll was not found, the text in front of the ... classes, etc.), but it all breaks down when I go to compile. ... (borland.public.delphi.ide) - Deployed a D8 Application Without Installing .NET on the Client, No 20MB Download Needed
... Current Delphi users wondering whether to migrate to D8 might want to ... my project depended on the following 4 .NET assemblies. ... allow the code to be used in D7, and the nfm file looks close enough to a ... (borland.public.delphi.non-technical) - Re: Modularization - Packages, DLLs, COM - Which is best?
... If you will remain with Delphi, ... or you can buy the technology / know-how in ... Also, with Delphi, you can later on easily upgrade to .NET ... technologies and use the .NET assemblies (which remind me a lot of ... (borland.public.delphi.language.objectpascal) - Re: dbGO for .NET (aka ADOExpress) - dont hold your breath
... are .NET assemblies, ... with or without a DCUIL file, because if the DCUIL file isn't present ... the compiler will generate it. ... It's one of the reasons that the Delphi ... (borland.public.delphi.non-technical) |
|