Hi Jerome,
This are Indy units from system embarcadero rad studio dir, so they may be not present in lazarus. Try simply to exclude them fromm the project. But there is another problem with this demo in rad tokyo now - I've got assertion failure and then bitmap not valid messages. Yet cannot find why.
PW
Hi Pavel thanks i'v found source of Indy but in Autodrone it's seems to just be a simple Base64 encode/decode or similar. I'll take look in Indy code. For "Bitmap image is not valid" try to change GLFileTGA to TGA unit in uses. GLFileTGA Bug in Lazarus as well TGA unit not. Or just convert the TGA to PNG (because of alpha. I don't check if the texture use transparency) For 1st error it seems to be the result of the wrong loading of the TGA texture.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Pavel what there units IdBaseComponent, "IdCoder, IdCoder3to4, IdCoderMIME",? where i can found them ?
Thanks
Hi Jerome,
This are Indy units from system embarcadero rad studio dir, so they may be not present in lazarus. Try simply to exclude them fromm the project. But there is another problem with this demo in rad tokyo now - I've got assertion failure and then bitmap not valid messages. Yet cannot find why.
PW
Last edit: Pavel Vassiliev 2017-05-28
Hi Pavel thanks i'v found source of Indy but in Autodrone it's seems to just be a simple Base64 encode/decode or similar. I'll take look in Indy code. For "Bitmap image is not valid" try to change GLFileTGA to TGA unit in uses. GLFileTGA Bug in Lazarus as well TGA unit not. Or just convert the TGA to PNG (because of alpha. I don't check if the texture use transparency) For 1st error it seems to be the result of the wrong loading of the TGA texture.
Hi Pavel, iin fact, it seems, TGLPicFileImage is bugged, under Lazarus surely under Delphi to. But where exactly i didn't search for.
so in autodrone demo
change by this
Last edit: Jerome.D (BeanzMaster) 2017-05-31