Quantcast
Browsing all 2 articles
Browse latest View live

Dealing with MarshalledAString

A couple of versions ago Delphi XE kind of silently introduced the new string types MarshalledString and MarshalledAString. These types basically map to PChar and PAnsiChar, which worked fine for...

View Article


Image may be NSFW.
Clik here to view.

Viewing logs on Android devices

On my previous post I mentioned how to generate a log entry from your Delphi app on Android devices: uses AndroidApi.Log; var LMarshaller: TMarshaller; begin LOGI(TMarshaller.AsAnsi(‘Hello...

View Article

Browsing all 2 articles
Browse latest View live