Giter Site home page Giter Site logo

Comments (6)

AmazingLc avatar AmazingLc commented on May 28, 2024

what is 'ldl' means , i can't find any relevant information about it.How can i fix it?

from assemble-them-all.

yunshengtian avatar yunshengtian commented on May 28, 2024

Hi @AmazingLc , I am not very familiar with windows platform. Could you share more information? Maybe the complete output messages.

Also, could you check if you have cloned with git clone --recurse-submodules?

from assemble-them-all.

AmazingLc avatar AmazingLc commented on May 28, 2024

yes i do it(git clone --recurse-submodules).
More information is:
LINK: warning LNK4044: Unrecognized option "/ldl"; Ignored [E: \ gitASP \ Assemble Them All \ simulation \ build \ temp. win amd64-3.7 \ Release \ redmax \ redmax. vcxproj]
Glfw3. lib (win32_window. obj): error LNK2019: Unresolved external symbol__ IMP_ The symbol [E: \ gitASP \ Assemble Them All \ simulation \ build \ temp. win amd64-3.7 \ Release \ redmax \ redmax. vcxproj] is referenced in the createBitmap function
Glfw3. lib (win32_window. obj): error LNK2019: Unresolved external symbol__ IMP_ DeleteObject, the symbol is referenced in the function createIcon [E: \ gitASP \ Assemble Them All \ simulation \ build \ temp. win amd64-3.7 \ Release \ redmax \ redmax. vcxproj]
E: \ gitASP \ Assemble Them All \ simulation \ build \ temp. win amd64-3.7 \ Release \ redmax \ Release \ redmaxexe: fatal error LNK1120: 16 unresolved external commands [E: \ gitASP \ Assemble Them All \ simulation \ build \ temp. win amd64-3.7 \ Release \ redmax \ redmax. vcxproj]
微信图片_20240125164309

from assemble-them-all.

AmazingLc avatar AmazingLc commented on May 28, 2024

Yesterday I asked someone who understood better to help me take a look, but after a long time, he still couldn't fix the error message.I don't know how to do now, so I need ask you. I'm really sorry for this little thing.

from assemble-them-all.

yunshengtian avatar yunshengtian commented on May 28, 2024

It's ok, no worries. The ldl thing is probably related to this line in simulation/redmax/CMakeLists.txt, maybe try removing this line when building the simulation?

For the errors from Glfw3.lib, I have little clue so I asked ChatGPT and below is what I got, hope it will be useful:

Solution: Ensure that GLFW is correctly linked in your project, and you're using the correct version of the GLFW library that matches your project's configuration (32-bit vs. 64-bit, debug vs. release).

Verify GLFW Linking: Make sure that GLFW is correctly linked in your project settings. You should have glfw3.lib added to your linker input settings in Visual Studio.

Check Project Configuration: Ensure that your project's platform target matches the GLFW library version you're linking against (e.g., x64 vs. Win32).

Dependencies: If createBitmap is not a GLFW function but rather part of another library or your own code, ensure that this library or the object file containing createBitmap is also linked correctly.

If you're not directly using a function named createBitmap, it might be an indirect dependency, possibly from an extension or an additional library requiring linkage. In such a case, identifying and linking against this missing library is essential.

from assemble-them-all.

yunshengtian avatar yunshengtian commented on May 28, 2024

Hi, just want to check in and let me know if there is anything I can help?

from assemble-them-all.

Related Issues (15)

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.