Hi Przemek

But in the .prg code used for EXE file when you are calling
functions which do not exist in it and are loaded dynamically
then all such functions should be declared as DYNAMIC otherwise
you will have link time error (function does not exist).

In my case of use the functions in the DLL are called by the EXE via macro evaluation (because I don't have their names until I load the DLL) so it is not possible/needed declare them as DYNAMIC in the EXE, I guess. Is it going to work anyway?

Regards
Leandro


_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to