William23668
Members-
Content Count
135 -
Joined
-
Last visited
Everything posted by William23668
-
Problem solved found one of the jedi.inc that solved the problem !!
-
I tried again now with another jedi.inc but I got : The "source\include\jedi\jedi.inc" include file is outdated.
-
They only write to use jcl\install.bat in github
-
I dont have any other places for these components. I did not use JVCL from like so many years
-
Hi I got this email : Is this mean C++ Builder can now work with Unreal engine ?
-
Hi I get this error: [dcc32 Hint] H2161 Warning: Duplicate resource: Type 24 (user-defined), ID 1; File H:\myapp\myapp.res resource kept; file c:\program files (x86)\embarcadero\studio\23.0\lib\Win32\debug\WindowsXP.res resource discarded. I googled and searched if there is res duplication but could not found any, how I fix this error ?
-
Thanks @Uwe Raabe
-
How to debug an app that need to run as administrator from the IDE ?
William23668 posted a topic in General Help
Hi I searched for solution and found in stack overflow two methods but still not getting what I need. The code I use that need admin level : Handle := CreateFile(pchar('\\.\PhysicalDrive' + IntToStr(DiskNumber)), GENERIC_READ, FILE_SHARE_READ , nil, OPEN_EXISTING, 0, 0); It return invalid handle. So I created this manifest to debug run the app as admin and include it in my app source folder: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="myapp" type="win32" /> <description>My Delphi Application</description> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges> <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> </requestedPrivileges> </security> </trustInfo> </assembly> included this line in my dpr source: {$R *.res} {$R 'myapp.manifest'} but I get this error: I saved the file as text utf-8 I tried another method to include this "SetEnvironmentVariable" line in the dpr source begin Application.Initialize; SetEnvironmentVariable('__COMPAT_LAYER', 'RunAsAdmin'); Application.MainFormOnTaskbar := True; Application.CreateForm(TForm2, Form2); Application.Run; end. But I still get invalid handle so I think SetEnvironmentVariable did not work, any ideas ? When I run the exe as admin from explorer I dont get this invalid handle error. Delphi 12 and Windows 11 Pro Thanks -
How to debug an app that need to run as administrator from the IDE ?
William23668 replied to William23668's topic in General Help
Thanks alot this solved the problem. -
How to debug an app that need to run as administrator from the IDE ?
William23668 replied to William23668's topic in General Help
Yes I get code 32 but all drives are local -
How to debug an app that need to run as administrator from the IDE ?
William23668 replied to William23668's topic in General Help
Thanks I tried now to use the auto generate but I still can not get the drive handle, why ? -
How to debug an app that need to run as administrator from the IDE ?
William23668 replied to William23668's topic in General Help
Tried that but I got invalid handle -
Any one know a good place to find remote work ?
William23668 posted a topic in Job Opportunities / Coder for Hire
Hi I am full stack developer but I can not find any remote work. I tried freelance sites like upwork and freelance.com but no result. Any one know a good place to find remote work ? Thanks -
Any one know a good place to find remote work ?
William23668 replied to William23668's topic in Job Opportunities / Coder for Hire
Thanks guys sorry I did not receive email notification from this one. I used all Delphi versions old and new from Delphi 1.0 to current version. I have skills in PHP, Javascript/TypeScript, SQL, CSS, C# and I can use C++ Builder without a problem as it wont be hard to convert my Delphi knowledge into C++ syntax. I created systems like ERP and POS (Windows + Web) and also hardware integration through different ports. -
Is it a problem if I create more threads than host CPU has ?
William23668 posted a topic in General Help
Hi If I created for example 8 threads to optimize performance but the host machine has CPU with 4 threads only will this be a problem ? Thanks -
Is it a problem if I create more threads than host CPU has ?
William23668 replied to William23668's topic in General Help
You dont know my exact needs so go educate yourself how computer work and keep st upid comments to yourself -
Is it a problem if I create more threads than host CPU has ?
William23668 replied to William23668's topic in General Help
@Dalija Prasnik Yes the arrays I use affect other operations in storage unites so I am already getting better performance and I wont create 1000 threads of course. -
Is it a problem if I create more threads than host CPU has ?
William23668 replied to William23668's topic in General Help
get results faster -
Is it a problem if I create more threads than host CPU has ?
William23668 replied to William23668's topic in General Help
Looping through very long list of arrays for read and write -
Unable to execute '"C:\Program Files\Java\jdk-17.0.1\bin\java.exe"
William23668 posted a topic in FMX
Hi I changed the Java path to point to latest java but I get now this error: why is that ? -
How they get rich ? I get 2~5 fake jobs emails per week. You can spot them from a mile away with words like "immediate hiring" / $500 per day / 150K/year / send your ID or SSN
-
Indeed unrealistic requirements , always replay to you with refusal template !! I stopped applying again.
-
What this mean ?
-
If I want to create a web app with Python and Delphi what would be the pipeline ?
William23668 posted a topic in Network, Cloud and Web
Hi, In creating Web apps when I use Delphi code and when I use Python script ? for example which will build the UI (Data entry, charts, reports) and which will connect to DB ? I read that I should use Python with large amount of data because it is faster but how I can do that theoretically ? How I can connect between Delphi and Python to get or set the data I want ? -
Skills are Delphi, CSS, PHP, Wordpress, C#, JavaScript, TypeScript, Reactjs, Nodejs, SQL, Project Management , Test and QA, Security , Optimization