Results 1 to 2 of 2

Thread: VB and pointers?

  1. #1

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    VB and pointers?

    I'm curious if VB has any plans on allowing pointers in the code. To my best calculations, I've been able to recode some GDI+ functions using C# and pointers to a higher performance standard than GDI+. Considering I've been a .NET developer for less than a year, I'm not sure what to think of that.

    Is there any potential/want/need for VB to support pointers in the future?

  2. #2
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: VB and pointers?

    VB has IntPtr but it doesn't have as many operations as those in C#. If you need to for the moment you have to include a C# project in your solution.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width