flexdev Posted September 16, 2020 Posted September 16, 2020 Hi everyone I am having problems to displaying jpeg images in TUniImage components in a application compiled for Linux 64 , if I load jpeg images I get error "Cannot assign a TJPEGImage to a TPicture" The same code compiled below for Windows 32 or 64 bit runs perfectly. The code is: var _stm: TMemoryStream; _stm: = TMemoryStream.Create; DBField.SaveToStream (_stm); _stm.Position: = 0; UniImage.LoadFromStream (_stm); FreeAndNil (_stm); Where am i wrong? Thanks in advance Quote
Administrators Farshad Mohajeri Posted September 16, 2020 Administrators Posted September 16, 2020 This issue is fixed in next build. Please wait for next build. Thanks Quote
flexdev Posted September 17, 2020 Author Posted September 17, 2020 While waiting for the fix, how can I get around the problem? Best Regards. Quote
flexdev Posted September 18, 2020 Author Posted September 18, 2020 On 9/16/2020 at 7:54 PM, Farshad Mohajeri said: This issue is fixed in next build. Please wait for next build. Thanks A temporary workaround? Best Regards! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.