dkprojektai
Members-
Content Count
61 -
Joined
-
Last visited
Community Reputation
1 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Image pool server
dkprojektai replied to dkprojektai's topic in Algorithms, Data Structures and Class Design
Don't have any sources at the moment. Recognition processing. Yes processing will be the same for all images. -
Hello to all, I'm looking for solution which could let me to get many images from different sources and process them one by one. I think I should use something like a pool. Is ther any solutions for this task?
-
Soap and ws-securitypolicy in Header
dkprojektai replied to dkprojektai's topic in Network, Cloud and Web
WSDL - https://test.keliumokestis.lt/knmmws/KnmmVignetteService001v2?wsdl -
Hello all, need some help. Have SAOP service which use security policy and I don't know how to go thru. The message from server is "These policy alternatives can not be satisfied: ",{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}SupportingTokens,{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}" The correct header looks like: <soapenv:Header><wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><wsse:UsernameToken wsu:Id="UsernameToken-xxxxxxxxxxxxxxxxxxxx"><wsse:Username>xxxxxxxxxx</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">xxxxxxxxxxx</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">xxxxxxxxxxxx</wsse:Nonce><wsu:Created>2022-12-18T09:49:23.854Z</wsu:Created></wsse:UsernameToken></wsse:Security></soapenv:Header> Does anybody have an working example ? Or any links to study? Thanks in advance.
-
Best speed solution to send bitmap to server
dkprojektai replied to dkprojektai's topic in Network, Cloud and Web
Can you share an example? -
Hello, I need to send tbitmap and identification id to local server with POST command. For this I wanted to use json. Will I get max available speed? Need advice. If I right - I will have two times to do encoding. If there are other better way - please share your solution. Thank you.
-
Hello, my program in thread is communicating with remote server. In thread.... CoInitializeEx(NIL, COINIT_MULTITHREADED); try some error.... CoUninitialize; except on E:Exception do begin TThread.Queue(nil, procedure begin F_Form1.Logging(E.ToString); //Here I have exception and program throw out.... end); CoUninitialize; end; end; My question - is it borland or omni problem and how to solve it? I can quote it via try..ecxept, but I really want to log the problem.
-
Solution to compare mysql schema via sql file
dkprojektai replied to dkprojektai's topic in Databases
Can you share ? -
Hello, looking for component or any other solution with which I could update client old database. I have a software which on installation writes database from SQL file. From time to time I'm making updates to my database, which have several new tables, new columns, new key's. The problem is to update client database on next installation. I don't prefer using any separate tool for this. I can use this solution - but go true 50 tables and many columns - not the quick way which I'd like to proceed 🙂 Asking for advice quicker solution. Thank you.
-
Debugger does not start on 360 total security
dkprojektai replied to dkprojektai's topic in General Help
Sometimes I had it too with 360 total security. One time rebuild helps, another Delphi restart 🙂 -
Debugger does not start on 360 total security
dkprojektai replied to dkprojektai's topic in General Help
I did, but it did not help. -
Debugger does not start on 360 total security
dkprojektai replied to dkprojektai's topic in General Help
I have changed it to NOD. IT was impossible to add to exception list. Don't know why. -
Hello, found interesting problem. Tried to run Delphi Rio debugger on simple 32bit program (just form and nothing else) - and it do not not start. :) Problem was on antivirus... 360 total security - Details: Process: C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\bds.exe Add Process to Trust List Action: Remote thread injection Path: C:\Users\Donatas\Documents\Embarcadero\Studio\Projects\Win32\Debug\Project1.exe Suspicious file: C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\android64debugide260.bpl Protection information: AD|10, 10, -1|37C394D4165329DD77ED30CEE012408E|<sha1>f4667e3ce43b74f988044661c9a73c88e63f85fa</sha1> Is there real problem or just a bug ?
-
Hello, need some help to find out where exception rises (it rises not every time, usually after some time processing). Here is the code: 77473b31 ntdll.dll KiUserExceptionDispatcher 757ce699 KERNELBASE.dll CreateFileW 0076ab2a ANPRl.exe OtlParallel 3440 TOmniParallelSimpleLoop.Execute_2__ActRec._0_Body 0076a716 ANPR.exe OtlParallel 3380 TOmniParallelSimpleLoop.CreateForTask_ActRec._0_Body 00741717 ANPR.exe OtlTaskControl 2008 TOmniTaskExecutor.Asy_Execute 0074071e ANPR.exe OtlTaskControl 1592 TOmniTask.InternalExecute 007404f6 ANPR.exe OtlTaskControl 1510 TOmniTask.Execute 00732fa2 ANPR.exe OtlThreadPool 889 TOTPWorkerThread.ExecuteWorkItem 00732b29 ANPR.exe OtlThreadPool 846 TOTPWorkerThread.Execute 004d8625 ANPR.exe System.Classes ThreadProc 0040b9a0 ANPR.exe System ThreadWrapper 76dffa27 KERNEL32.DLL BaseThreadInitThunk Can someone to explain?
-
With my code now - 12 seconds.