Can't add delphi.system to library ;)
From: Skybuck Flying (nospam_at_hotmail.com)
Date: 08/26/04
- Next message: Skybuck Flying: "process not accessable"
- Previous message: Skybuck Flying: "Excuse me: but f*ck this sh*t lol"
- Next in thread: Rob Kennedy: "Re: Can't add delphi.system to library ;)"
- Reply: Rob Kennedy: "Re: Can't add delphi.system to library ;)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 26 Aug 2004 02:27:22 +0200
program UseLibraryTest;
{$APPTYPE CONSOLE}
{%DelphiDotNetAssemblyCompiler 'LibraryTest.dll'}
{%DelphiDotNetAssemblyCompiler 'c:\program files\common files8\borland
shared\bds\shared assemblies\2.0\Borland.Delphi.dll'}
procedure test_procedure_integer( var a : integer ); external
'LibraryTest.DLL';
procedure test_procedure_string( var s : string ); external
'LibraryTest.DLL';
function test_function_integer : integer; external 'LibraryTest.DLL';
function test_function_string : string; external 'LibraryTest.DLL';
uses
SysUtils;
begin
end.
Nope:
[Error] Packages 'LibraryTest' and 'Borland.Delphi' both contain unit
'Borland.Delphi.System'
Great.
- Next message: Skybuck Flying: "process not accessable"
- Previous message: Skybuck Flying: "Excuse me: but f*ck this sh*t lol"
- Next in thread: Rob Kennedy: "Re: Can't add delphi.system to library ;)"
- Reply: Rob Kennedy: "Re: Can't add delphi.system to library ;)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|