Results 1 to 6 of 6

Thread: Convert this please [resolved]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member cyborg's Avatar
    Join Date
    May 2000
    Location
    Sweden
    Posts
    1,755

    Convert this please [resolved]

    Hi!

    Could anyone please help me convert this VB code to C++ code?

    VB Code:
    1. Private Type PointUDT
    2.     X As Double
    3.     Y As Double
    4.     Z As Double
    5. End Type


    I'm making a dll in C++ to speed up my VB program a bit, but i dont really know how to recieve UDT's from C++.....
    Last edited by cyborg; Mar 31st, 2004 at 10:35 PM.
    Check out the FAQ and do a search before you post.
    My tutorials: Anti-Alias Pixels, Accurate Game Loop, Resource File

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