New functions in .NET 2.0 ???

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi All:

I have this line of code, but the syntax check in VB.NET 2003 and also in
VB.NET 2005 Beta 2 shows as unknown:

Dim local4 As Byte

Fixed(local4 = AddressOf dest(offset))

CType(local4, Short) = CType(src, Short)

Return

End Fixed

What is the "FIXED and END FIXED" and how the syntax error can be "fixed"
???

Thx,

Federico



.



Relevant Pages

  • New functions in .NET 2.0 ?
    ... I have this line of code, but the syntax check in VB.NET 2003 and also in ... VB.NET 2005 Beta 2 shows as unknown: ... Dim local4 As Byte ...
    (microsoft.public.dotnet.framework.interop)
  • New functions in .NET 2.0 ???
    ... I have this line of code, but the syntax check in VB.NET 2003 and also in ... VB.NET 2005 Beta 2 shows as unknown: ... Dim local4 As Byte ...
    (microsoft.public.dotnet.general)
  • New functions in .NET 2.0 ???
    ... I have this line of code, but the syntax check in VB.NET 2003 and also in ... VB.NET 2005 Beta 2 shows as unknown: ... Dim local4 As Byte ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Language Advice
    ... you'll be able to compile MC++ code with the new environment. ... The question is if you'll be able to mix old and new managed C++ syntax within the same project. ... I wonder if the designer in VC++ 2005 will work with code generated by the VC++ 2003 designer. ... It's a beta, nonetheless, with its own issues and bugs, lack of guarantees. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Type of Data Returned by a Function
    ... returned by my functions is "unknown" in the following syntax: ... I *think* I can specify that by doing something like this: ... The only thing I can think of that might have something to do with what you say are phpdoc comments: ...
    (comp.lang.php)