Dnia 02-03-2005, śro o godzinie 17:34 +0100, Uwe Bonnes napisał(a):
uses a "%Fp" format spezifier. Running with native msvcrt, this seems to be the same as "%p". However builtin msvcrt stumbles about the "superfluous" 'F".
%p = pointer %Fp = far pointer? (as in segment:offset pointer in 16-bit Windows)
Krzysztof