View Single Post
  #1 (permalink)  
Old 03-25-2004
level level is offline
Registered User
 
 
Join Date: Feb 2004
Location: China
Posts: 71
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?
Reply With Quote