Excuse me: but f*ck this sh*t lol
From: Skybuck Flying (nospam_at_hotmail.com)
Date: 08/26/04
- Next message: Skybuck Flying: "Can't add delphi.system to library ;)"
- Previous message: Skybuck Flying: "How to use a dot net library ?"
- Next in thread: Jamie: "Re: Excuse me: but f*ck this sh*t lol"
- Reply: Jamie: "Re: Excuse me: but f*ck this sh*t lol"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Skybuck Flying: "Can't add delphi.system to library ;)"
- Previous message: Skybuck Flying: "How to use a dot net library ?"
- Next in thread: Jamie: "Re: Excuse me: but f*ck this sh*t lol"
- Reply: Jamie: "Re: Excuse me: but f*ck this sh*t lol"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]