IMO A mingw solution will be good
Mingw/GCC is most used C compiler in harbour
I bad explain but i think it might be very handy to have inside main
.prg one  directive(s) about  libraries inclusion.
In first use of harbour user have two problem
   - Wich library i must load?
   - How resolve Unresolved external
IMO same #pragma will resolve either
Sorry if repeat i want try to help


2010/5/13 Viktor Szakáts <harbour...@syenar.hu>:
>>> About an idea of  completely different implementation of pragma
>>> I want remember that xbase++ support an intersting  preprocessor directive
>>> #pragma  library ("mylib.lib")
>>> Is possible implement also in harbour for minigw?
>>> or at least adapt something like
>>> #pragma BEGINDUMP
>>>    #pragma comment( lib, "mylib.lib" )
>>> #pragma ENDDUMP
>>
>> This is not portable extension. I can implement it inside PP but
>> it will not change the fact that most of C compilers/platforms used
>> by Harbour do not support storing library references inside .o|.obj
>> files so it will not work.
>
> Plus, as we've discussed each time Massimo brought
> this up, it wouldn't resolve the dependency problem
> at all as a whole. (dependency isn't just about the
> libs).
>
> To have a more fruitful discussion, maybe requestors
> should read the arguments and add to it.
> Repeating the request isn't helping much.
>
> Viktor
>


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

Reply via email to