On Wed, 10 Feb 2010, 2D Info - Leandro Damasio wrote:

Hi,

> >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?

It will work but I do not understand how it's possible to call
function by macro knowing it's name when macro value is created
but in other context you do not know this name. Your above
description does not make any sense or you simply forgot to say
about some important conditions.

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

Reply via email to