Results 1 to 2 of 2

Thread: Hardware Use?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    26
    To take advantage of the newest hardware advantages...do you need to do any special coding with vb? I know if you were coding a game in C++ it would be possible but how about vb? If you are using directx does that take care of it on its own or do you have to do anthing special in vb. Im talking about taking advantage of SSE, 3DNow...ect

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    To use things like 3DNow! you need to do some Assembler programming, which isn't available to VB. Although, if you put it into a C DLL, then you could get it that way. Unfortunately, unless it's very complex, the time cost of the extra function call will make it a pointless exercise.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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