Giter Club home page Giter Club logo

Comments (12)

Ryan-rsm-McKenzie avatar Ryan-rsm-McKenzie commented on June 25, 2024

include windows.h (or xbyak) after commonlib

from commonlibsse.

Vermunds avatar Vermunds commented on June 25, 2024

Neither makes any difference. I don't even use xbyak in this case.

from commonlibsse.

Ryan-rsm-McKenzie avatar Ryan-rsm-McKenzie commented on June 25, 2024

show me your code

from commonlibsse.

Vermunds avatar Vermunds commented on June 25, 2024

It happens even with no code (aside from the load and query functions), but here is the one I'm trying, it's a rather simple one:
https://github.com/Vermunds/TimeFormatChanger-SE/tree/Test

from commonlibsse.

Ryan-rsm-McKenzie avatar Ryan-rsm-McKenzie commented on June 25, 2024

add SPDLOG_COMPILED_LIB to your defines

from commonlibsse.

Vermunds avatar Vermunds commented on June 25, 2024

Okay, that certainly helped. I'm now getting unresolved externals in WinAPI. At least it's something different. Anyways, here is it:

4>CommonLibSSE.lib(WinAPI.obj) : error LNK2019: unresolved external symbol GetFileVersionInfoSizeW referenced in function "unsigned int __cdecl SKSE::WinAPI::GetFileVersionInfoSize(wchar_t const *,unsigned int *)" (?GetFileVersionInfoSize@WinAPI@SKSE@@YAIPEB_WPEAI@Z)
4>CommonLibSSE.lib(WinAPI.obj) : error LNK2019: unresolved external symbol GetFileVersionInfoA referenced in function "bool __cdecl SKSE::WinAPI::GetFileVersionInfo(char const *,unsigned int,unsigned int,void *)" (?GetFileVersionInfo@WinAPI@SKSE@@YA_NPEBDIIPEAX@Z)
4>CommonLibSSE.lib(WinAPI.obj) : error LNK2019: unresolved external symbol GetFileVersionInfoW referenced in function "bool __cdecl SKSE::WinAPI::GetFileVersionInfo(wchar_t const *,unsigned int,unsigned int,void *)" (?GetFileVersionInfo@WinAPI@SKSE@@YA_NPEB_WIIPEAX@Z)
4>CommonLibSSE.lib(WinAPI.obj) : error LNK2019: unresolved external symbol VerQueryValueA referenced in function "bool __cdecl SKSE::WinAPI::VerQueryValue(void const *,char const *,void * *,unsigned int *)" (?VerQueryValue@WinAPI@SKSE@@YA_NPEBXPEBDPEAPEAXPEAI@Z)
4>CommonLibSSE.lib(WinAPI.obj) : error LNK2019: unresolved external symbol VerQueryValueW referenced in function "bool __cdecl SKSE::WinAPI::VerQueryValue(void const *,wchar_t const *,void * *,unsigned int *)" (?VerQueryValue@WinAPI@SKSE@@YA_NPEBXPEB_WPEAPEAXPEAI@Z)

from commonlibsse.

Ryan-rsm-McKenzie avatar Ryan-rsm-McKenzie commented on June 25, 2024

rebase on upstream

from commonlibsse.

Vermunds avatar Vermunds commented on June 25, 2024

I'm on the latest version already.

from commonlibsse.

Ryan-rsm-McKenzie avatar Ryan-rsm-McKenzie commented on June 25, 2024

link version.lib

from commonlibsse.

Vermunds avatar Vermunds commented on June 25, 2024

And that did it. It compiles now. A lot of warnings though, but I'm not complaining. It works.
Thanks for the help.

from commonlibsse.

Ryan-rsm-McKenzie avatar Ryan-rsm-McKenzie commented on June 25, 2024

This process is a lot easier if you use the cmake integration

from commonlibsse.

Vermunds avatar Vermunds commented on June 25, 2024

Yeah I figured. I'm just not too used to CMake yet.

from commonlibsse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.