how to Build a reguler Dll( unicode competable) in vc++
-
Hi All, I have a dll in vc++( It shows one dialog with some static box and list control) . Case 1. If i create this by statically linked in project settings and keep mantain it's default settings( with out support unicode) then it used properly in my project ( Give the desired output) Case 2. If i create it unicode compatiable by using all unicode liberary in project settings then As i use it into my project and build , my project buid properly but terminate as i execute it. ( My project is also unicode compatiable) Why it is happening , is there any other way to build the unicode compatiable dll, or any other type of setting other then exe settings. Thanks SNAV
-
Hi All, I have a dll in vc++( It shows one dialog with some static box and list control) . Case 1. If i create this by statically linked in project settings and keep mantain it's default settings( with out support unicode) then it used properly in my project ( Give the desired output) Case 2. If i create it unicode compatiable by using all unicode liberary in project settings then As i use it into my project and build , my project buid properly but terminate as i execute it. ( My project is also unicode compatiable) Why it is happening , is there any other way to build the unicode compatiable dll, or any other type of setting other then exe settings. Thanks SNAV
singh_nav wrote:
my project buid properly but terminate as i execute
Does this mean , it is crashing ? Have you tried to debug it ?
Prasad Notifier using ATL | Operator new[],delete[][^]
-
singh_nav wrote:
my project buid properly but terminate as i execute
Does this mean , it is crashing ? Have you tried to debug it ?
Prasad Notifier using ATL | Operator new[],delete[][^]