|
-
Jul 14th, 2002, 01:21 PM
#1
Thread Starter
PowerPoster
accessing dlls
I was thinking of moving some code in an app to a C++ dll to speed up the execution of some heavy loops. This will all be new to me so I have some concerns.
1) I would have to be able to pass UDTs as arguments .. is this possible? Anyone know where I can find a quick example?
2) How much will I have to give up in terms of debugging? Im guessing there is no way to run the VB prog in Debug and step into the C++ dll? How would you debug this sort of application?
3) Is it possible that the overhead of passing UDTs as arguments will negate the benefit of the increased speed of C++ ?
Thanks for any help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|