-
Content Count
60 -
Joined
-
Last visited
Everything posted by Anna Blanca
-
Thanks for you all, but one problem is still now. I can't make LNK-file from my DLL: procedure TForm1.CreateLink(const PathObj, PathLink, Desc, Param: String); var IObject : IUnknown; SLink : IShellLink; PFile : IPersistFile; begin IObject := CreateComObject(CLSID_ShellLink); SLink := IObject as IShellLink; PFile := IObject as IPersistFile; SLink.SetArguments(PChar(Param)); SLink.SetDescription(PChar(Desc)); SLink.SetPath(PChar(PathObj)); PFile.Save(PWChar(WideString(PathLink)), FALSE); end; procedure TForm1.Timer1Timer(Sender: TObject); var S : String; begin S := TPath.GetHomePath + '\Linker.lnk'; CreateLink('FileName.jpg', S, 'Company', 'Argument'); Timer1.Enabled := False; end; When i use it in my DLL - nothing no happen. But when i use this in sample EXE - all working normal.
-
In this case, my DLL is main application. So, what library i must add in uses? And i want message you, if my DLL launch normal, when i not hide Form1, when i not use Application.ShowMainForm := False;
-
Hm-m-m, earlier, in Delphi 11, all worked normal and my library launched by rundll32.exe normal. So, and what is HINSTANCE? When i use it in my code, IDE underlining it by red.... No one module in uses not help.
-
Where is this notes must be? Android Manifest?
-
I don't touch the splash screen, i only changed icons of app (36x36, 48x48, 72x72, etc).
-
O'K. Test.dproj
-
I not change splash screen
-
Yes, i do. No reactions.
-
So, what about my question?
-
It's not worked. When i press this grey cross, nothing not happens.
-
How i must do it? When i check $bds-file and push Remove Selected Files - nothing not happen. When i check-out $bds-file (like on screen) - my app just do not compile.
-
Yes, that's splash screen. I unzip my APK. Realy, in some folders exists different pngs. In drawable-xhdpi-v4 folder exists my 96 x 96 icon and Embarcadero 48 x 48 icon, in drawable-hdpi-v4 exists my 72 x 72 icon and Embarcadero 36 x 36 icon...
-
I checked Deployment of my project. And there all icon are replaced to my pngs:
-
Where is concretely old icons may stay? I changed icons in Option, earlier, in older Delphi versions it's worked. I restart my phone and more - i installed my app on another phone. Whatever, app still in sample Embarcadero's icons.
-
Of course, i my target is Release!
-
Hi. I installed Delphi 12 CE and when i try compile Android app, Delphi showing me this message: When i pressed "select an SDK version", opened this window: This paths for SDK are invalid: in this folders nothing exists. What is this? How fix it? Earlier, in previous Delphi versions not happens nothing similar....
-
Why i haven't Android SDK after intall RAD Studio 12?
Anna Blanca replied to Anna Blanca's topic in Cross-platform
Ups.... Another app not compile: -
Why i haven't Android SDK after intall RAD Studio 12?
Anna Blanca replied to Anna Blanca's topic in Cross-platform
Thank you! -
Why i haven't Android SDK after intall RAD Studio 12?
Anna Blanca replied to Anna Blanca's topic in Cross-platform
That's working! But why old path not valid now? And one problem: files from Delphi project imaging without normal icons: -
Why i haven't Android SDK after intall RAD Studio 12?
Anna Blanca replied to Anna Blanca's topic in Cross-platform
But earlier, Delphi 11 works normal with this path.... -
Why i haven't Android SDK after intall RAD Studio 12?
Anna Blanca replied to Anna Blanca's topic in Cross-platform
.... And that's message about error: -
Why i haven't Android SDK after intall RAD Studio 12?
Anna Blanca replied to Anna Blanca's topic in Cross-platform
That's my Java settings: -
Why i haven't Android SDK after intall RAD Studio 12?
Anna Blanca replied to Anna Blanca's topic in Cross-platform
I changed the paths in keytool.exe location and jarsigner.exe location. But i haven't jdk-17.0.10.7-hotspot, like you, only jdk-17.0.9.9-hotspot. And my Delphi-12 as before not working. -
Why i haven't Android SDK after intall RAD Studio 12?
Anna Blanca replied to Anna Blanca's topic in Cross-platform
Yes, i have it all. But compilling under Android doesn't work.... -
Why i haven't Android SDK after intall RAD Studio 12?
Anna Blanca replied to Anna Blanca's topic in Cross-platform
No SDK Manager....