W
wiredless
Hi,
I have 1 C++ project that builds as an exe. I have 1 c++ dll project of
various functions.
I added the dll project to the c++ exe solution and referenced the c++ dll
project from the c++ exe project. Everything compiles ok. however when i try
to debug the c++ dll code it doesnt stop on any breakpoints. the code in the
exe just steps over the call to the c++ library function.
?
I have 1 C++ project that builds as an exe. I have 1 c++ dll project of
various functions.
I added the dll project to the c++ exe solution and referenced the c++ dll
project from the c++ exe project. Everything compiles ok. however when i try
to debug the c++ dll code it doesnt stop on any breakpoints. the code in the
exe just steps over the call to the c++ library function.
?