Quantcast
Channel: Olaf's Thoughts About Development » Android
Browsing latest articles
Browse All 2 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 latest articles
Browse All 2 View Live