> "[Erreur fatale] F1033 L'unité 'Borland.Vcl.SysConst' est implicitement
> importée dans le package 'SCJCom' ».

Try removing anything related to VCL from the uses clause. If it doesn't
compile anymore because the code make use of a borland runtime function
which is in the VCL, then you'll have to replace it by one from .NET runtime
or rewrite one.


Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be


----- Original Message ----- 
From: "Arnold FLUTEAUX" <[EMAIL PROTECTED]>
To: <twsocket@elists.org>
Sent: Tuesday, July 25, 2006 9:53 AM
Subject: Re: [twsocket] Create an ICS assembly .NET


> I had included NOFORMS in my project source.  So I've made what you said
and
> I included it in project/options/Directory and conditions/"Définitions
> Conditionnelles" (Sorry I'm French and I don't know traduct this !). And
in
> options project, there is no ICS_COMPONENT define.
>
> So the result is the same. In SCJcom.dll source is included {DEFINE
> NOFORMS}. I suppress Borland.vcl and when I try to compile the error
message
> is :
>
> "[Erreur fatale] F1033 L'unité 'Borland.Vcl.SysConst' est implicitement
> importée dans le package 'SCJCom' ».
>
> I use Delphi 2005
>
>
>
> Arnold
>
>
>
> -- 
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to