Re: 'Unsafe type' message in D7

From: Andrew Diabo (aadiabo_at_ix.netcom.com)
Date: 01/30/05


Date: Sun, 30 Jan 2005 01:17:43 -0500

Thanks so much Viatcheslav to the rescue.

Andrew

"Viatcheslav V. Vassiliev" <support@oledbdirect.com> wrote in message
news:41fb4f63@newsgroups.borland.com...
> If you plan to move your app on .Net - unsafe code may need rewritting. If
> app is Win32 only, in IDE select "Project\Options\Compiler messages" and
> uncheck last 3 options - they are off in new default project. Unsafe means
> that type is "unsafe" in .Net (look .Net docs) - it is true for all kinds
> of pointers.
>
> //------------------------------------------
> Regards,
> Vassiliev V. V.
> http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
> ADO.Net
> http://www.oledbdirect.com - The fastest way to access MS SQL Server,
> MS Jet (Access) and Interbase (through OLEDB)
>
> "Andrew Diabo" <aadiabo@ix.netcom.com> сообщил/сообщила в новостях
> следующее: news:41fb4543@newsgroups.borland.com...
>>I am just starting to convert some of my D6 applications to D7
>> and I seem to get a lot of these 'Unsafe type' compile messages.
>> For example Unsafe type 'TBookMark'. Is this safe to ignore
>> or is there something I should be worried about?
>>
>> Thanks in advance for any help.
>>
>> Andrew
>>
>
>