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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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
well i have made programs before. its not working with the dlls tho.
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.
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.
maybe its the space in your project path