KnightOnline icon indicating copy to clipboard operation
KnightOnline copied to clipboard

UİF Source poblem !

Open KiraAmora61 opened this issue 4 years ago • 3 comments

Thnsk

KiraAmora61 avatar Apr 11 '21 19:04 KiraAmora61

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.

muratoflu avatar Apr 11 '21 19:04 muratoflu

Hello @muratoflu

some i am having a problem but i couldn't solve image

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.

KiraAmora61 avatar Apr 11 '21 19:04 KiraAmora61

is there anyone to help?

@onurcanbektas @srmeier @twostars

KiraAmora61 avatar Apr 11 '21 20:04 KiraAmora61