[fpc-devel]Last compiler source

Pierre Muller pierre at freepascal.org
Thu Nov 23 10:38:27 CET 2000


At 10:17 23/11/00 , vous avez écrit:
>Hi,
>
>I began to write fpimplib for Win32. I have some questions:
>1) Is it possible, to distinguish references to exported functions and to 
>exported variables in DLL?

You can look at the RVA address and compare with
   .text .data .bss addresses boundary.

>2) Is this difference considered in standard interface libraries in 
>GNU-Win32 (CygWin, MinGW32)?

  No idea, I don't even know if GNU-Win32 supports exporting/Importing of 
variables.

>3) If (2) is yes, how is solved this problem in GNU-Win32?

   Try the cygwin mailing list !




More information about the fpc-devel mailing list