Hi!
Could anyone please help me convert this VB code to C++ code?
VB Code:
Private Type PointUDT X As Double Y As Double Z As Double 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++.....
