Hello,
I started on Linux, and I developed a small program that uses a dynamic library that I have developed. Now I know different method to use a dll under windows but not Linux. For linking my program, I just used it. H library and linker like functions. So in the editing link. I guess we can also dynamically linker in the code. By cons I do not have to dll_export or .def or something that is done on windows. Briefly, my problem is that the execution of program can not find the file to load the program. I edit the environment variable with the path but it did not. Any help on this.
Bookmarks