Menu

Dll help

u8sand
2008-02-06
2012-09-26
  • u8sand

    u8sand - 2008-02-06

    Ok i was making my dll and i got this error.

    crtbegin.o C:*************\ld No such file: No such file or directory.

    i dont know why. could somone help, i think the compiler is not going to DevC++ files in the cd:\Dev-Cpp

     
    • u8sand

      u8sand - 2008-02-06

      Compiler: Default compiler
      Building Makefile: "C:\DevC++ Projects\DLL\Makefile.win"
      Executing make...
      make.exe -f "C:\DevC++ Projects\DLL\Makefile.win" all
      g++.exe -c dllmain.cpp -o dllmain.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include"

      dllwrap.exe --output-def libDLL.def --driver-name c++ --implib libDLL.a dllmain.o -L"C:/Dev-Cpp/lib" -o DLL.dll

      ld: crtbegin.o: No such file: No such file or directory

      dllwrap.exe: no export definition file provided.
      Creating one, but that may not be what you want
      dllwrap.exe: c++ exited with status 1

      make.exe: *** [DLL.dll] Error 1

      Execution terminated

      the compile log

       
    • u8sand

      u8sand - 2008-02-06

      well i have made programs before. its not working with the dlls tho.

       
    • u8sand

      u8sand - 2008-02-06

      well i got the dll made now
      how do i use it in my program?
      what do i put in the linker

      lets say the dll name is DLL
      what do i put.

       
    • BiT

      BiT - 2008-02-06

      Your answer it awaits you when you use the search feature of this board. You can search for things like oh "DLL" possibly...just maybe something like that would be what you want to search for and it just might have the answer your waiting for....of course that isnt as easy as just posting and waiting for someone to answer though now is it.

       
    • Musa

      Musa - 2008-02-06

      maybe its the space in your project path

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.