|
Difference of ice code in dll or exe?
The same (client side) ice code ,in dll (call by main exe as export function ) or in exe (inline).
The code in main exe can run fine.
But the same code in dll ,then be called by main exe ,the vc2003 debuger throw the error?
My question is when I put the (client side) ice code in dll ,and call by the main exe program, what should I do?
|