

#What are dll files in windows 64 Bit
I am using 64 bit Windows 10 Home Edition. What am I doing wrong/not telling Dev-C++ correctly? Can someone

When I try this from the command line, I am getting:Ĭ:\Users\User\Desktop>g++ main.cpp -l C:\Users\User\Desktop\precision.dllĬ:/Program Files/TDM-GCC-64/bin/./lib/gcc/x86_64-w64-mingw32/5.1.0/././././x86_64-w64-mingw32/bin/ld.exe: cannot find -lC:\Users\User\Desktop\precision.dllĬollect2.exe: error: ld returned 1 exit statusĪm I using the correct 64 bit Windows compiler to achieve this?

Trying to access an internal class inside the. So that I can compile main.cpp, which has the line G++ main.cpp -l C:\Users\User\Desktop\precision.dll I want to accomplish the following effect: I have been led to believeįrom this forum that the more recent C++ compilers are capable of To submit the following as a Linker command, and am only being told I am trying to carry out the following command from the Dev-C++,Īnd am getting an error message that I can't fix. I am using Windows 10 64 bit Home Edition.
