Hi,
Does anyone know if it's possible to debug a c/c++ function library in a similar way to how you debug com libraries in vb6?? i.e. leave your dll in 'debug mode' in the IDE and step through the code when any calls are made to it from (already built) exe's.
I've been trying it by entering the executable in the projects debug details and running it, but it just loads, & immediately unloads the exe because the dll isn't loaded (or called) straight away!!
Thanks!
Does anyone know if it's possible to debug a c/c++ function library in a similar way to how you debug com libraries in vb6?? i.e. leave your dll in 'debug mode' in the IDE and step through the code when any calls are made to it from (already built) exe's.
I've been trying it by entering the executable in the projects debug details and running it, but it just loads, & immediately unloads the exe because the dll isn't loaded (or called) straight away!!
Thanks!