Reading the comments about UDTs in the "You Talk..." thread got me thinking about my use of UDTs. Basically I love UDTs and try to use them where ever they make sense. Unfortunately I tend to interface with a lot of 3rd party DLLs and I can't directly pass my UDT data to the DLLs because the DLL is looking for a specific type and that type is not a UDT.
I end up with duplicate variables or just not using the UDTs. Is there something I can do to get around this?
CH
I end up with duplicate variables or just not using the UDTs. Is there something I can do to get around this?
CH
Comment