hey, im trying to make a plugin which will let u choose the way date/time is displayed... anyway i cant get it to compile...
im linking it with the cc2_lib.lib file and iv included the headers but im getting these linker errors..
________
Fix Ps3
im linking it with the cc2_lib.lib file and iv included the headers but im getting these linker errors..
? (im using M$ visual studio 6)Linking...
Creating library Release/c2_time.lib and object Release/c2_time.exp
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library
main.obj : error LNK2001: unresolved external symbol _get_data
main.obj : error LNK2001: unresolved external symbol _update
main.obj : error LNK2001: unresolved external symbol _load_settings
cc2_libs.lib(log.obj) : error LNK2001: unresolved external symbol ___security_cookie
cc2_libs.lib(timing.obj) : error LNK2001: unresolved external symbol ___security_cookie
cc2_libs.lib(log.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
cc2_libs.lib(timing.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
cc2_libs.lib(timing.obj) : error LNK2001: unresolved external symbol __ftol2
Release/c2_time.dll : fatal error LNK1120: 6 unresolved externals
________
Fix Ps3
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
Last edited: