But now I need some help regarding these errors..been reading the forums and placing in some fixes and stuff like this, but I can't seem to get anywhere further than this.
CODE
4>------ Build started: Project: FoobarMSN, Configuration: Debug Win32 ------
4>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
4>FooMSN.obj : error LNK2019: unresolved external symbol "char const * __cdecl core_api::get_my_file_name(void)" (?get_my_file_name@core_api@@YAPBDXZ) referenced in function "public: virtual void __thiscall componentversion_impl_simple::get_file_name(class pfc::string_base &)" (?get_file_name@componentversion_impl_simple@@UAEXAAVstring_base@pfc@@@Z)
4>FooMSN.obj : error LNK2019: unresolved external symbol __imp__SendMessageW@16 referenced in function "void __cdecl clearMSNTitle(void)" (?clearMSNTitle@@YAXXZ)
4>FooMSN.obj : error LNK2019: unresolved external symbol __imp__FindWindowExW@16 referenced in function "void __cdecl clearMSNTitle(void)" (?clearMSNTitle@@YAXXZ)
4>foobar2000_sdk.lib(service.obj) : error LNK2019: unresolved external symbol "bool __cdecl core_api::are_services_available(void)" (?are_services_available@core_api@@YA_NXZ) referenced in function "public: static void const * __cdecl service_factory_base::enum_find_class(struct _GUID const &)" (?enum_find_class@service_factory_base@@SAPBXABU_GUID@@@Z)
4>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
4>FooMSN.obj : error LNK2019: unresolved external symbol "char const * __cdecl core_api::get_my_file_name(void)" (?get_my_file_name@core_api@@YAPBDXZ) referenced in function "public: virtual void __thiscall componentversion_impl_simple::get_file_name(class pfc::string_base &)" (?get_file_name@componentversion_impl_simple@@UAEXAAVstring_base@pfc@@@Z)
4>FooMSN.obj : error LNK2019: unresolved external symbol __imp__SendMessageW@16 referenced in function "void __cdecl clearMSNTitle(void)" (?clearMSNTitle@@YAXXZ)
4>FooMSN.obj : error LNK2019: unresolved external symbol __imp__FindWindowExW@16 referenced in function "void __cdecl clearMSNTitle(void)" (?clearMSNTitle@@YAXXZ)
4>foobar2000_sdk.lib(service.obj) : error LNK2019: unresolved external symbol "bool __cdecl core_api::are_services_available(void)" (?are_services_available@core_api@@YA_NXZ) referenced in function "public: static void const * __cdecl service_factory_base::enum_find_class(struct _GUID const &)" (?enum_find_class@service_factory_base@@SAPBXABU_GUID@@@Z)
Thanks guys