Where is last version of pexport?
Here for linux ver 0.44
http://download.opensuse.org/repositories/home:/fstrba/Fedora_10/repodata/repoview/pexports-0-0.44-7.1.html
Here the source
http://tml.pp.fi/pexports-0.44.zip,
But i don't find win32 compiled version



You can also use link -dump -exports instead of pexports, but then you
will have to edit the output file into .def syntax, and the exported
variables won't be marked with the DATA keyword, which probably is
very relevant for the produced import library to be useful with MSVC.

2009/4/2 Alex Strickland <s...@mweb.co.za>:
> Viktor Szakáts wrote:
>>
>> It worked for me after massaging it a bit:
>> ---
>> set PATH=%~dp0
>> pexports ace32.dll > ace32.def
>> dlltool -d ace32.def -D ace32.dll -k -l libace32.a
>> ---
>
> I finally did some research to find out what on earth %~dp0 does. Nice.
>
> You may not know about setlocal and endlocal, which are handy. I do not know
> which versions of cmd support it, certainly XP and later.
>
> Regards
> Alex
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to