UİF Source poblem !
Thnsk
Seems like you are compiling the N3Base library with MT (multi threaded static link) flag whereas the linker properties for UIE expects it to be a MD (multi threaded dynamic link) project.
You'll most likely need to compile the base project with either type of the flag (Dynamic link library or Static) and keep using the same for all other libraries that link towards the base.
Hello @muratoflu
some i am having a problem but i couldn't solve

Seems like you are compiling the N3Base library with MT (multi threaded static link) flag whereas the linker properties for UIE expects it to be a MD (multi threaded dynamic link) project.
You'll most likely need to compile the base project with either type of the flag (Dynamic link library or Static) and keep using the same for all other libraries that link towards the base.
is there anyone to help?
@onurcanbektas @srmeier @twostars