Excuse me: but f*ck this sh*t lol

From: Skybuck Flying (nospam_at_hotmail.com)
Date: 08/26/04


Date: Thu, 26 Aug 2004 02:26:10 +0200

program UseLibraryTest;

{$APPTYPE CONSOLE}

{%DelphiDotNetAssemblyCompiler 'LibraryTest.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.
[Fatal Error] Could not import assembly 'LibraryTest' because it contains
namespace 'Borland.Delphi.System'

That's no way to treat a programmer ?!?!?!? LOL :)

Where's the fricking documentation lol :D hahahahahahahah don't answer that
it spoils the fun ;) probably in some d8 upgrade which i dont have :P there.

Anyway...

why the *** does delphi create a library like that probably because of
including SysUtils in the library source ?

That's just fricking great.

I can see two possibilities:

1. Remove SysUtils from LibraryTest. ?

2. Include Borland.Delphi.System to the UseLibraryTest ?

DOH.


Quantcast