Quantcast
Channel: Embarcadero Community - Embarcadero Community
Viewing all 2504 articles
Browse latest View live

Error submitting to applestore IPv6 Datasnap (IOS App)

$
0
0

Apple test detail:

Your app crashed on iPad or iPhone running iOS 11.2.5 connected to an IPv6 network during our review.

 

I use delphi xe 10.2.3 Tokyo, with datasnap client and firedac server

 

 


AppAnalytics down?

$
0
0

I'm trying to reach the appanalytics site at https://appanalytics.embarcadero.com/ but it keeps returning an error:  

 

503 Service Unavailable
No server is available to handle this request.    

 

It's been like this for a month or so. Is the service down?  

Cannot install EMS Package

$
0
0

I can create and run a sample EMS package from the IDE, and the RAD Server (EMS) Development Server loads the BPL file. However, if I follow the instruction to add this to the emsserver.ini file as follows :

[Server.Packages]
;# This section is for extension packages.
;# Extension packages are used to register custom resource endpoints
;c:\mypackages\basicextensions.bpl=mypackage description
D:\Dev\EMS\NotesResourcePackage.bpl=Notes Package

I get this error :

{"Loading":{"Filename":"D:\Dev\EMS\NotesResourcePackage.bpl","Thread":17044}}
{"Error":{"Type":"Package","Filename":"D:\Dev\EMS\NotesResourcePackage.bpl","Exception":"EPackageError","Message":"Can't load package D:\Dev\EMS\NotesResourcePackage.bpl., %1 is not a valid Win32 application","Thread":17044}}
{"RegResource":{"Resource":"Version","Endpoints":["GetVersion"],"Thread":17044}}

What is causing this error, and how can I resolve it ? Why isn't it a valid Win32 application ?

Delphi 10.2.3 Unable to debug in android app

$
0
0

I installed delphi 10.2.3 and try to debug a android app but the debug does not start. The app run in the device (with F9 or Shift+ctl+F9) but i can't debug it.

I updated the sdk, put the google driver in the device, etc. etc. but nothing....

Any ideas to help?

 

Thank you.

Alejandro

 

Problem using XE2 and 10.2 parallel

$
0
0

I had recently installed Delphi 10.2. Ever since I get problems everytime I go back to my XE2 environment.

[DCC Fatal Error] ProjectWhatever.DPR(1): F1027 Unit not found: 'System.pas' or binary equivalents (.dcu)

Following a "bds.exe -pDelphi -rfoo" I can use my XE2 environment until the next time I start 10.2.

I never hit this problem up until 10.1.

Is there any solution or something I have missed?

Datasnap Rest Server Callback Disconnected after 1 menit

$
0
0

Hi, 

I've setup a Rest Server as apache module, and successfuly connect the server using Rest Client Connection. But i want to add Callback capability. Here is the code

 

procedure TCSClass_RestClient.PrepareCallback;
var
  sUniqueID : string;
  sUniqueCallbackID : string;
begin
  //Create Callback
  sUniqueID := TDSTunnelSession.GenerateSessionId;
  sUniqueCallbackID := TDSTunnelSession.GenerateSessionId;
  FRestManager := TDSRestClientChannel.Create(
    sUniqueID,
    FChannelName,
    FRestClient);
  FRestManager.OnChannelStateChange := Callback_HandleChannelStateChange;
  FRestCallback := TDSRestClientCallback.Create(
    FRestManager,
    sUniqueCallbackID,
    function(AValue: TJSONValue; ADataType: string): Boolean
    begin
      if Assigned(FOnRestClient_ReceiveData) then
      begin
        FOnRestClient_ReceiveData(AValue, ADataType);
      end;
      Result := true;
    end
  );

  if FRestManager.Connected then
  begin
    FRestManager.RegisterCallback(FRestCallback);
  end
  else
  begin
    FRestManager.Connect(FRestCallback);
  end;
end;

This code is successfuly connect to the Rest Callback Server, but the problem is that the server disconnect after about 1 minute with an error message of "First chance exception at $75129617. Exception class ENetHTTPClientException with message 'Error receiving data: (12002) The operation timed out'. Process OperatorAssistant.exe (2212)", if i use the CallbackStateChange event, it return an EventType of rChannelClosedByServer. I tried to reconnect to callback server by calling the above function every time server disconnect the callback server, but it is always disconnected every 1 minute.

I set DSServerClass.LifeCycle to Invocation, DSServer.ChannelResponseTime as default = 30.000. So what is the problem and what is the configuration i need to set to make the callback server did not forcely close the callback connection other than a network failure

And one more thing, how to property disconnect a callback connection from the client, currently i use this code :

if FRestCallback <> nil then
begin
  FRestManager.UnregisterCallback(FRestCallback);
end;

 

I use Delphi Tokyo 10.2.3

Thanks for helping

 

Iwan

RAD Studio Tokyo installation "no more endpoints available"

$
0
0

During RAD Studio Tokyo installation, i get the error message: Adding a firewall rule failed. There are no more endpoints available from the endpoint mapper. It seems it happens in the stage of "downloading and installing DirectX..". How can i solve it?

MapView 10.2.3 application crash

$
0
0
Good afternoon! I use Rad Studio 10.2.3 and TMapView. My empty application with tmapview closes when it runs on android.
The exception is First chance exception at $ 9D8F91CB. Exception class EJNI with message 'Java class JGooglePlayServicesUtil could not be found'. Process ips_and.apk (5963).
Api key is created and all the settings are done according to the instructions.
When you run applications in Rad Studio 10.1, everything works fine.
What could be the problem ?

C++ Builder 10.2. REST CLIENT. Abnormal program termination

$
0
0

When I build a program (C++ Builder 10.2) with the libraries built into the executable and 'REST Client' components I get an 'Abnormal program termination' message on closing of the program.

I have set the 'Link with runtime packages' field to 'false' and the 'Link with Dynamic RTL' field to 'false'.

If I don't use the 'REST Client' components or I don't build the libraries into the executable I don't have this issue.

If I close the program within the compiler I get the following exception:

“class EbingingScopeFactoryError with message 'Scope class TBindSourceAdapterCustomScope not registered'”.

Is there anything else I need to configure to remove this error?

Thank you for reading this question.

 

Unable to log in to quality.embarcadero.com

$
0
0

I have an EDN account and I am using this to try and login to https://quality.embarcadero.com/secure/Dashboard.jspa (like is advises to). All it ever returns is "Sorry, an error occurred trying to log you in - please try again.". Is this by design and I need to review/report possible bugs elsewhere or is something else going on here?

Tethering Manager (Two Network Adapter installed)

$
0
0

Hope you can help

if you have two network adapter installed in your computer (two Ethernet cards).

How to make the Tethering Manager app on the desktop computer broadcast its id on only one network adapter and ignore the other network adapter.  (Please if you can provide a sample code)

Thank you very much

ray

TBluetoothLE not working properly

$
0
0

I'm trying to connect to a RN4871 bluetooth low energy (BLE) module from Microchip on different platforms, it works best on iOS, but I'm really struggeling on Windows and Android:

Lets start with Windows:

(1)

Just creating a blank FMX application, dropping an TBluetoothLE component, enabling it and call BluetoothLE1->DiscoverDevices(5000); would cause the application to crash after closing.

(2)

if you have enabled the bluetooth module and then disable it...

BliuetoothLE1->Enable=false;

Will cause "Invalid pointer operation", trying to enable it again after that causes another error.

(3)

Generally very unstable, you have to restart the program or remove/insert the BLE USB dongle on the computer several times to make it discover devices.

Android problems:

(1)

Writing data longer than 20 bytes (I think)  fails on Android but works on Windows and iOS.

(2)

You must sometimes open/close the app several times, otherwise you cannot Discover services.

General problems:

(1)

Searching for a service seems to only work if you call the DiscoverServices() from another thread.

(2)

Looking for s specific service when discover devices is not working properly, for example I would like to search for the UART Service on the RN4871 Bluetooth module like this:

const TBluetoothUUID UART_SERVICE = StringToGUID("{49535343-FE7D-4AE5-8FA9-9FAFD205E455}");
GUID Services[1];
Services[0] = UART_SERVICE;
BluetoothLE1->DiscoverDevices(5000, &Services[0], 0);

However looking for a Heartrate service like {0000180D-0000-1000-8000-00805F9B34FB} is working.

Could this be caused by that the UART Service doesn't have a name?, see below:

Discovered services on a RN4871 bluetooth module from Microchip

(0) "GAP"
(1) "GATT"
(2) "DEVICE INFORMATION"
(3) ""

GAP : {00001800-0000-1000-8000-00805F9B34FB}
--> Device Name : {00002A00-0000-1000-8000-00805F9B34FB}
--> Appearance : {00002A01-0000-1000-8000-00805F9B34FB}
GATT : {00001801-0000-1000-8000-00805F9B34FB}
--> Service Changed : {00002A05-0000-1000-8000-00805F9B34FB}
--> Client Characteristic Configuration : {00002902-0000-1000-8000-00805F9B34FB}
DEVICE INFORMATION : {0000180A-0000-1000-8000-00805F9B34FB}
--> Manufacturer Name String : {00002A29-0000-1000-8000-00805F9B34FB}
--> Model Number String : {00002A24-0000-1000-8000-00805F9B34FB}
--> Serial Number String : {00002A25-0000-1000-8000-00805F9B34FB}
--> Hardware Revision String : {00002A27-0000-1000-8000-00805F9B34FB}
--> Firmware Revision String : {00002A26-0000-1000-8000-00805F9B34FB}
--> Software Revision String : {00002A28-0000-1000-8000-00805F9B34FB}
--> System ID : {00002A23-0000-1000-8000-00805F9B34FB}
--> IEEE 11073-20601 Regulatory : {00002A2A-0000-1000-8000-00805F9B34FB}
: {49535343-FE7D-4AE5-8FA9-9FAFD205E455}
--> : {49535343-1E4D-4BD9-BA61-23C647249616}
--> Client Characteristic Configuration : {00002902-0000-1000-8000-00805F9B34FB}
--> : {49535343-8841-43F4-A8D4-ECBE34729BB3}
--> : {49535343-4C8A-39B3-2F49-511CFF073B7E}
--> Client Characteristic Configuration : {00002902-0000-1000-8000-00805F9B34FB}

 

Datasnap problem

$
0
0

Hello everyone..
We faced a strange problem that we don't know how may we fix it.
We have a datasnap service worked on a normal network and has many classes.
In some cases at some clients, we faced the problem, that the service stopped unexpectedly...

Can anyone give us a way to know the reason?

Thanks in advance

Problem with the memory manager by releasing an TStringList object

$
0
0
Hi,
     I have a 64bits application that it gets freezed at releaseing a TStringList Object. I am using RAD Studio XE7 version 21.0.17017.3725 i have MadExcept component to help me solve the problem, I use the "Check for frozen main thread" option and throws this info:
(Note: I have found that this occurs when there are come memory leaks problem)
CallStack MadExcept
 
date/time          : 2018-03-28, 11:26:44, 687ms
computer name      : ING-PC
user name          : ING
registered owner   : ING
operating system   : Windows 10 x64 build 10586
system language    : Spanish
system up time     : 7 days 22 hours
program up time    : 2 minutes 29 seconds
processors         : 16x Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
physical memory    : 26077/32692 MB (free/total)
free disk space    : (C:) 65.69 GB (D:) 787.41 GB
display mode       : 3360x1050, 32 bit
process id         : $42d4
allocated memory   : 459.66 MB
largest free block : 131025.91 GB
executable         : MyApp.exe
exec. date/time    : 2018-03-28 11:23
version            : 14.0.0.32
compiled with      : Delphi XE7
madExcept version  : 4.0.19
callstack crc      : $7ddfdca9, $f16f20a8, $f16f20a8
exception number   : 7
exception message  : The application seems to be frozen.
main thread ($ae8):
7ffa2173 +00a1 KERNELBASE.dll                             SleepEx
004085dd +00dd MyApp.exe System                     SysFreeMem
0040a30f +000f MyApp.exe System                     @FreeMem
00414d05 +0035 MyApp.exe System                     @UStrClr
00414dc2 +0012 MyApp.exe System                     @UStrArrayClr
00417caa +00aa MyApp.exe System                     @FinalizeArray
00417bb0 +0050 MyApp.exe System                     @FinalizeRecord
00417d0f +010f MyApp.exe System                     @FinalizeArray
00418f1c +005c MyApp.exe System                     @DynArrayClear
004189eb +006b MyApp.exe System                     DynArraySetLength
00418d0c +002c MyApp.exe System                     @DynArraySetLength
005df9dc +003c MyApp.exe System.Classes             TStringList.SetCapacity
005def72 +00e2 MyApp.exe System.Classes             TStringList.Destroy
00411895 +0015 MyApp.exe System                     TObject.Free
0095977a +024a MyApp.exe uMyAppExcept      291   +21 SaveBugReport
004137dd +059d MyApp.exe System                     @DelphiExceptionHandler
0051945c +003c MyApp.exe madExcept                  DelphiExceptionHandlerCallback
7ffa24d3 +0387 ntdll.dll                                  RtlUnwindEx
00413634 +03f4 MyApp.exe System                     @DelphiExceptionHandler
0051945c +003c MyApp.exe madExcept                  DelphiExceptionHandlerCallback
7ffa24da +0035 ntdll.dll                                  KiUserExceptionDispatcher
0040a2df +000f MyApp.exe System                     @GetMem
00414bb8 +0028 MyApp.exe System                     @NewUnicodeString
00414fb1 +0021 MyApp.exe System                     @UStrFromPWCharLen
005de1e9 +0109 MyApp.exe System.Classes             TStrings.SetTextStr
009595a1 +0071 MyApp.exe uMyAppExcept      277    +7 SaveBugReport
009599dc +006c MyApp.exe uMyAppExcept      297    +3 Internal_StandardMadExceptError
00958fe4 +0084 MyApp.exe uMyAppExcept      206    +8 StandardMadExceptError
009a10d4 +00f4 MyApp.exe Unit_FG      156   +11 CadToInt
02715c61 +0291 MyApp.exe Unit_GFZ     4176   +10 CmbCposGridCnfReq
05d3db42 +06a2 MyApp.exe W_SelctoUtl    127   +30 W_Selcto.FormShow
0088a130 +0020 MyApp.exe Vcl.Forms                  TCustomForm.DoShow
00890c4c +00dc MyApp.exe Vcl.Forms                  TCustomForm.CMShowingChanged
00411fbe +003e MyApp.exe System                     TObject.Dispatch
006d6323 +0383 MyApp.exe Vcl.Controls               TControl.WndProc
006dd937 +08b7 MyApp.exe Vcl.Controls               TWinControl.WndProc
0088b119 +08d9 MyApp.exe Vcl.Forms                  TCustomForm.WndProc
01a84c71 +0011 MyApp.exe cxControls      9036    +1 TcxWindowProcLinkedObject.DefaultProc
01e969df +000f MyApp.exe dxSkinsForm     3510    +2 TdxSkinWinController.DefWndProc
01e94b3b +000b MyApp.exe dxSkinsForm     2741    +2 TdxSkinCustomFormController.DefWndProc
01e963c7 +0097 MyApp.exe dxSkinsForm     3358   +15 TdxSkinCustomFormController.WndProc
01a84c71 +0011 MyApp.exe cxControls      9036    +1 TcxWindowProcLinkedObject.DefaultProc
01cc425b +00bb MyApp.exe dxBar          13080   +15 TdxBarPopupMenuLink.NewWndProc
01a85231 +0011 MyApp.exe cxControls      9148    +1 TcxWindowProcLinkedObjectList.WndProc
006d5e00 +0030 MyApp.exe Vcl.Controls               TControl.Perform
006dc842 +0162 MyApp.exe Vcl.Controls               TWinControl.UpdateShowing
006dc980 +00d0 MyApp.exe Vcl.Controls               TWinControl.UpdateControlState
006e0eb0 +0040 MyApp.exe Vcl.Controls               TWinControl.CMVisibleChanged
00411fbe +003e MyApp.exe System                     TObject.Dispatch
006d6323 +0383 MyApp.exe Vcl.Controls               TControl.WndProc
006dd937 +08b7 MyApp.exe Vcl.Controls               TWinControl.WndProc
0088b119 +08d9 MyApp.exe Vcl.Forms                  TCustomForm.WndProc
01a84c71 +0011 MyApp.exe cxControls      9036    +1 TcxWindowProcLinkedObject.DefaultProc
01e969df +000f MyApp.exe dxSkinsForm     3510    +2 TdxSkinWinController.DefWndProc
01e94b3b +000b MyApp.exe dxSkinsForm     2741    +2 TdxSkinCustomFormController.DefWndProc
01e963c7 +0097 MyApp.exe dxSkinsForm     3358   +15 TdxSkinCustomFormController.WndProc
01a84c71 +0011 MyApp.exe cxControls      9036    +1 TcxWindowProcLinkedObject.DefaultProc
01cc425b +00bb MyApp.exe dxBar          13080   +15 TdxBarPopupMenuLink.NewWndProc
01a85231 +0011 MyApp.exe cxControls      9148    +1 TcxWindowProcLinkedObjectList.WndProc
006d5e00 +0030 MyApp.exe Vcl.Controls               TControl.Perform
006d3b41 +0041 MyApp.exe Vcl.Controls               TControl.SetVisible
0088a5a2 +0052 MyApp.exe Vcl.Forms                  TCustomForm.SetVisible
00891f2d +000d MyApp.exe Vcl.Forms                  TCustomForm.Show
00892257 +01c7 MyApp.exe Vcl.Forms                  TCustomForm.ShowModal
0bf41a1f +01ef MyApp.exe Main            6470   +23 TMainForm.VisualizaMem
05c00b47 +88d7 MyApp.exe UF_ImpXLS  2182 +1552 F_ImpXLS.btnCargarClick
006d6c07 +00a7 MyApp.exe Vcl.Controls               TControl.Click
0070fd56 +0026 MyApp.exe Vcl.StdCtrls               TCustomButton.Click
00990658 +00c8 MyApp.exe Vcl.Buttons                TBitBtn.Click
00710cd2 +0022 MyApp.exe Vcl.StdCtrls               TCustomButton.CNCommand
00411fbe +003e MyApp.exe System                     TObject.Dispatch
006d6323 +0383 MyApp.exe Vcl.Controls               TControl.WndProc
006dd937 +08b7 MyApp.exe Vcl.Controls               TWinControl.WndProc
0070f7a0 +0090 MyApp.exe Vcl.StdCtrls               TButtonControl.WndProc
006d5e00 +0030 MyApp.exe Vcl.Controls               TControl.Perform
006ddb29 +0029 MyApp.exe Vcl.Controls               DoControlMsg
006dee23 +0013 MyApp.exe Vcl.Controls               TWinControl.WMCommand
00411fbe +003e MyApp.exe System                     TObject.Dispatch
006d6323 +0383 MyApp.exe Vcl.Controls               TControl.WndProc
006dd937 +08b7 MyApp.exe Vcl.Controls               TWinControl.WndProc
01a84c71 +0011 MyApp.exe cxControls      9036    +1 TcxWindowProcLinkedObject.DefaultProc
01e969df +000f MyApp.exe dxSkinsForm     3510    +2 TdxSkinWinController.DefWndProc
01e96a5e +000e MyApp.exe dxSkinsForm     3533    +1 TdxSkinWinController.WndProc
01e9857e +005e MyApp.exe dxSkinsForm     4298   +12 TdxSkinCustomControlController.WndProc
01e99f0d +005d MyApp.exe dxSkinsForm     4826   +12 TdxSkinPanelController.WndProc
01a85231 +0011 MyApp.exe cxControls      9148    +1 TcxWindowProcLinkedObjectList.WndProc
006dcb5a +002a MyApp.exe Vcl.Controls               TWinControl.MainWndProc
00603a43 +0023 MyApp.exe System.Classes             StdWndProc
7ffa24da +001f ntdll.dll                                  KiUserCallbackDispatcher
7ffa24a4 +00f6 user32.dll                                 SendMessageW
7ffa24a4 +0105 user32.dll                                 CallWindowProcW
006ddac9 +0109 MyApp.exe Vcl.Controls               TWinControl.DefaultHandler
006d72ac +001c MyApp.exe Vcl.Controls               TControl.WMLButtonUp
00411fbe +003e MyApp.exe System                     TObject.Dispatch
006d6323 +0383 MyApp.exe Vcl.Controls               TControl.WndProc
006dd937 +08b7 MyApp.exe Vcl.Controls               TWinControl.WndProc
0070f7a0 +0090 MyApp.exe Vcl.StdCtrls               TButtonControl.WndProc
006dcb5a +002a MyApp.exe Vcl.Controls               TWinControl.MainWndProc
00603a43 +0023 MyApp.exe System.Classes             StdWndProc
7ffa24a4 +01b2 user32.dll                                 DispatchMessageW
0089958f +012f MyApp.exe Vcl.Forms                  TApplication.ProcessMessage
00899603 +0013 MyApp.exe Vcl.Forms                  TApplication.HandleMessage
00892295 +0205 MyApp.exe Vcl.Forms                  TCustomForm.ShowModal
0be43471 +0031 MyApp.exe UF_Principal    1000    +2 TF_Principal.btnImportarClick
01ce8e66 +0046 MyApp.exe dxBar          24476    +2 TdxBarItem.DoClick
01ce8ddc +005c MyApp.exe dxBar          24466    +5 TdxBarItem.DirectClick
01d0aaa5 +01a5 MyApp.exe dxBar          35808   +29 TdxBarItemControl.ControlUnclick
01d103d1 +00a1 MyApp.exe dxBar          37906   +11 TdxBarButtonControl.ControlUnclick
01cf1071 +0101 MyApp.exe dxBar          27329   +18 TCustomdxBarControl.DoLButtonUp
01d190b7 +0107 MyApp.exe dxBar          40669   +24 TdxBarControl.DoLButtonUp
01ceee72 +0032 MyApp.exe dxBar          26626    +6 TCustomdxBarControl.WMLButtonUp
01ce54ef +002f MyApp.exe dxBar          23209    +8 TdxBarDockedControl.WMLButtonUp
00411fbe +003e MyApp.exe System                     TObject.Dispatch
006d6323 +0383 MyApp.exe Vcl.Controls               TControl.WndProc
006dd937 +08b7 MyApp.exe Vcl.Controls               TWinControl.WndProc
01ceff2d +022d MyApp.exe dxBar          26978   +40 TCustomdxBarControl.WndProc
01d1bbf4 +0184 MyApp.exe dxBar          41543   +52 TdxBarControl.WndProc
006dcb5a +002a MyApp.exe Vcl.Controls               TWinControl.MainWndProc
00603a43 +0023 MyApp.exe System.Classes             StdWndProc
7ffa24a4 +01b2 user32.dll                                 DispatchMessageW
0089958f +012f MyApp.exe Vcl.Forms                  TApplication.ProcessMessage
00899603 +0013 MyApp.exe Vcl.Forms                  TApplication.HandleMessage
00899a9f +00ef MyApp.exe Vcl.Forms                  TApplication.Run
0c261867 +0217 MyApp.exe MyApp      548   +29 initialization
7ffa22d7 +0020 KERNEL32.DLL                               BaseThreadInitThunk
7ffa24d5 +0032 ntdll.dll                                  RtlUserThreadStart
modules:
00400000 MyApp.exe            14.0.0.32           D:\MyApp S.A. De C.V. 2018\Analisis\Revision\Omega\1.0032_20180323\utilMyApplocal
13b70000 security.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
18280000 hpcst145.dll               0.3.1584.15638      C:\WINDOWS\system32\spool\DRIVERS\x64\3
39670000 SQLNCLIR11.RLL             2011.110.2100.60    C:\WINDOWS\system32\1033
523c0000 MSVCR100.dll               10.0.40219.1        C:\WINDOWS\system32
18000000 LZ32.DLL                   6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9ea1b MSACM32.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9ea8e EhStorShell.dll            6.2.10586.0         C:\Windows\System32
7ff9ea9a dlnashext.dll              12.0.10586.0        C:\Windows\System32
7ff9eaa2 NetworkExplorer.dll        6.2.10586.0         C:\WINDOWS\system32
7ff9eaf6 GROOVEEX.DLL               16.0.4266.1003      C:\Program Files\Microsoft Office\root\Office16
7ff9eb18 DUI70.dll                  6.2.10586.0         C:\WINDOWS\system32
7ff9ec43 tiptsf.dll                 6.2.10586.0         C:\Program Files\Common Files\microsoft shared\ink
7ff9ec70 mscms.dll                  6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9ec99 hpmdp145.dll               0.3.1584.15638      C:\WINDOWS\system32\spool\DRIVERS\x64\3
7ff9edff cscobj.dll                 6.2.10586.0         C:\WINDOWS\System32
7ff9ee2a cscui.dll                  6.2.10586.0         C:\WINDOWS\System32
7ff9ee44 LINKINFO.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9ee74 atlthunk.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9f12c MSVCP140.dll               14.0.23026.0        C:\Program Files\Microsoft Office\root\Office16
7ff9f136 VCRUNTIME140.dll           14.0.23026.0        C:\Program Files\Microsoft Office\root\Office16
7ff9f139 DevDispItemProvider.dll    6.2.10586.0         C:\Windows\System32
7ff9f13b davclnt.dll                6.2.10586.0         C:\WINDOWS\System32
7ff9f57e sqlncli11.dll              2011.110.6518.0     C:\WINDOWS\system32
7ff9f5e0 dbgcore.DLL                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9f646 dbghelp.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9f6f6 PlayToDevice.dll           12.0.10586.0        C:\Windows\System32
7ff9f734 UNIDRVUI.DLL               0.3.10586.0         C:\WINDOWS\system32\spool\DRIVERS\x64\3
7ff9f7aa ActXPrxy.dll               6.2.10586.0         C:\Windows\System32
7ff9f801 EhStorAPI.dll              6.2.10586.0         C:\Windows\System32
7ff9f829 ntdsapi.dll                6.2.10586.0         C:\WINDOWS\system32
7ff9f848 globinputhost.dll          6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9f88f odbccp32.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9f8c2 ntlanman.dll               6.2.10586.0         C:\WINDOWS\System32
7ff9fa5d wbemdisp.dll               6.2.10586.0         C:\WINDOWS\system32\wbem
7ff9fa63 DUser.dll                  6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9fad8 mssprxy.dll                7.0.10586.0         C:\WINDOWS\system32
7ff9fae9 winrnr.dll                 6.2.10586.0         C:\WINDOWS\System32
7ff9faea pnrpnsp.dll                6.2.10586.0         C:\WINDOWS\system32
7ff9faf0 napinsp.dll                6.2.10586.0         C:\WINDOWS\system32
7ff9fb8f Windows.Globalization.dll  6.2.10586.0         C:\Windows\System32
7ffa0b27 Bcp47Langs.dll             6.2.10586.0         C:\Windows\System32
7ffa0c66 edputil.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa0c72 RICHED20.DLL               5.31.23.1231        C:\WINDOWS\SYSTEM32
7ffa0c7c Windows.Storage.Search.dll 6.2.10586.0         C:\WINDOWS\system32
7ffa0c89 StructuredQuery.dll        7.0.10586.0         C:\WINDOWS\System32
7ffa0c99 msi.dll                    5.0.10586.0         C:\WINDOWS\SYSTEM32
7ffa0e73 URLMON.DLL                 11.0.10586.0        C:\WINDOWS\SYSTEM32
7ffa0eba mskeyprotect.dll           6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa0ebe msls31.dll                 3.10.349.0          C:\WINDOWS\SYSTEM32
7ffa0f14 odbc32.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa0f3e ncryptsslp.dll             6.2.10586.0         C:\WINDOWS\system32
7ffa102a srvcli.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa103c cscapi.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa106c IconCodecService.dll       6.2.10586.0         C:\WINDOWS\system32
7ffa106d thumbcache.dll             6.2.10586.0         C:\Windows\System32
7ffa107a ntshrui.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1101 explorerframe.dll          6.2.10586.0         C:\WINDOWS\system32
7ffa114b dataexchange.dll           6.2.10586.0         C:\WINDOWS\system32
7ffa1150 oleacc.dll                 7.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa11d7 twinapi.dll                6.2.10586.0         C:\Windows\System32
7ffa13a3 FaultRep.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa13a9 MsVfW32.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa153b wininet.dll                11.0.10586.0        C:\WINDOWS\SYSTEM32
7ffa17f3 wsock32.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa17fe DSPARSE.DLL                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa181c mpr.dll                    6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa183b iertutil.dll               11.0.10586.0        C:\WINDOWS\SYSTEM32
7ffa193d CLUSAPI.DLL                6.2.10586.0         C:\WINDOWS\system32
7ffa1948 RESUTILS.DLL               6.2.10586.0         C:\WINDOWS\system32
7ffa19a7 wmiutils.dll               6.2.10586.0         C:\WINDOWS\system32\wbem
7ffa19b1 wbemsvc.dll                6.2.10586.0         C:\WINDOWS\system32\wbem
7ffa19da avifil32.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa19dc FONTSUB.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa19e1 fastprox.dll               6.2.10586.0         C:\WINDOWS\system32\wbem
7ffa1abb wbemcomn.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1ac3 wbemprox.dll               6.2.10586.0         C:\WINDOWS\system32\wbem
7ffa1b05 gdiplus.dll                6.2.10586.0         C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.10586.0_none_0bdd1d3064f6384a
7ffa1b20 comctl32.dll               6.10.10586.0        C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.10586.0_none_8c15ae12515e1c22
7ffa1b48 drprov.dll                 6.2.10586.0         C:\WINDOWS\System32
7ffa1b4d IdnDL.dll                  6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1b59 Fwpuclnt.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1c1b DAVHLPR.DLL                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1c1c rasadhlp.dll               6.2.10586.0         C:\Windows\System32
7ffa1c2b oledlg.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1c4d msimg32.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1c4e winspool.drv               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1c5a version.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1ca4 windowscodecs.dll          6.2.10586.0         C:\WINDOWS\system32
7ffa1cdf policymanager.dll          6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1d05 MMDevApi.dll               6.2.10586.0         C:\WINDOWS\System32
7ffa1d50 wkscli.dll                 6.2.10586.0         C:\WINDOWS\System32
7ffa1d67 dxgi.dll                   6.2.10586.0         C:\WINDOWS\system32
7ffa1d82 LOGONCLI.DLL               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1d86 d3d11.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa1e0a dwmapi.dll                 6.2.10586.0         C:\WINDOWS\system32
7ffa1e24 wtsapi32.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1e39 SECUR32.DLL                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1e3a iphlpapi.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1e44 PortableDeviceApi.dll      6.2.10586.0         C:\Windows\System32
7ffa1e54 propsys.dll                7.0.10586.0         C:\WINDOWS\system32
7ffa1ed3 dcomp.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa1f34 SHFolder.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1f46 apphelp.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1f4e msvcp110_win.dll           6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1f6d WINMMBASE.dll              6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1f77 winmm.dll                  6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1f7a NLAapi.dll                 6.2.10586.0         C:\WINDOWS\system32
7ffa1fc8 uxtheme.dll                6.2.10586.0         C:\WINDOWS\system32
7ffa1fd2 DNSAPI.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1fdd DEVOBJ.dll                 6.2.10586.0         C:\WINDOWS\System32
7ffa1fe2 twinapi.appcore.dll        6.2.10586.0         C:\WINDOWS\system32
7ffa2008 fwbase.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa204a ucrtbase.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa2071 NETUTILS.DLL               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa207f ntmarta.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa2085 schannel.DLL               6.2.10586.0         C:\WINDOWS\system32
7ffa2095 DPAPI.dll                  6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20a6 WINSTA.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20ac USERENV.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20bc NtlmShared.dll             6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20bd msv1_0.DLL                 6.2.10586.0         C:\WINDOWS\system32
7ffa20c3 mswsock.dll                6.2.10586.0         C:\WINDOWS\System32
7ffa20c9 cryptdll.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20d0 kerberos.DLL               6.2.10586.0         C:\WINDOWS\system32
7ffa20e0 CRYPTBASE.dll              6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20e9 NTASN1.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20ed ncrypt.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20fe SSPICLI.DLL                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa2101 bcrypt.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa211c sxs.dll                    6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa2130 powrprof.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa2135 kernel.appcore.dll         6.2.10586.0         C:\WINDOWS\system32
7ffa2136 MSASN1.dll                 6.2.10586.0         C:\WINDOWS\system32
7ffa2137 profapi.dll                6.2.10586.0         C:\WINDOWS\system32
7ffa2144 crypt32.dll                6.2.10586.0         C:\WINDOWS\system32
7ffa2161 cfgmgr32.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa2166 FirewallAPI.dll            6.2.10586.0         C:\WINDOWS\system32
7ffa216f KERNELBASE.dll             6.2.10586.0         C:\WINDOWS\system32
7ffa218e shcore.dll                 6.2.10586.0         C:\WINDOWS\system32
7ffa219a NETAPI32.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa219c bcryptPrimitives.dll       6.2.10586.0         C:\WINDOWS\system32
7ffa21a3 windows.storage.dll        6.2.10586.0         C:\WINDOWS\system32
7ffa2208 WINTRUST.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa220e Normaliz.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa220f RPCRT4.dll                 6.2.10586.0         C:\WINDOWS\system32
7ffa2221 combase.dll                6.2.10586.0         C:\WINDOWS\system32
7ffa2249 NSI.dll                    6.2.10586.0         C:\WINDOWS\system32
7ffa224a MSCTF.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa2260 comdlg32.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa2271 coml2.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa2278 ole32.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa228d SETUPAPI.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa22d6 KERNEL32.DLL               6.2.10586.0         C:\WINDOWS\system32
7ffa2302 usp10.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa2304 advapi32.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa230f IMAGEHLP.DLL               6.2.10586.0         C:\WINDOWS\system32
7ffa2311 SHLWAPI.dll                6.2.10586.0         C:\WINDOWS\system32
7ffa2317 msvcrt.dll                 7.0.10586.0         C:\WINDOWS\system32
7ffa2321 clbcatq.dll                2001.12.10941.16384 C:\WINDOWS\system32
7ffa232c SHELL32.dll                6.2.10586.0         C:\WINDOWS\system32
7ffa2482 psapi.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa2483 GDI32.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa249c WS2_32.dll                 6.2.10586.0         C:\WINDOWS\system32
7ffa24a3 user32.dll                 6.2.10586.0         C:\WINDOWS\system32
7ffa24b9 oleaut32.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa24c6 sechost.dll                6.2.10586.0         C:\WINDOWS\system32
7ffa24cc IMM32.DLL                  6.2.10586.0         C:\WINDOWS\system32
7ffa24d0 ntdll.dll                  6.2.10586.0         C:\WINDOWS\SYSTEM32
processes:
0000 Idle                       0 0    0
0004 System                     0 0    0
01fc smss.exe                   0 0    0
02d4 csrss.exe                  0 0    0
0344 wininit.exe                0 0    0
034c csrss.exe                  1 0    0
0398 services.exe               0 0    0
03b4 lsass.exe                  0 0    0
03c4 winlogon.exe               1 0    0
00cc svchost.exe                0 0    0
0208 svchost.exe                0 0    0
0310 dwm.exe                    1 0    0
0430 svchost.exe                0 0    0
0444 svchost.exe                0 0    0
044c svchost.exe                0 0    0
0484 svchost.exe                0 0    0
04e8 svchost.exe                0 0    0
04f0 svchost.exe                0 0    0
0550 WUDFHost.exe               0 0    0
0594 atiesrxx.exe               0 0    0
05fc atieclxx.exe               1 0    0
0714 svchost.exe                0 0    0
0794 RtkAudioService64.exe      0 0    0
080c RAVBg64.exe                1 0    0
08a8 spoolsv.exe                0 0    0
097c svchost.exe                0 0    0
09d0 svchost.exe                0 0    0
09e4 svchost.exe                0 0    0
09f0 OfficeClickToRun.exe       0 0    0
0a18 DpHostW.exe                0 0    0
0a54 hasplms.exe                0 0    0
0a5c IPROSetMonitor.exe         0 0    0
0a70 ibguard.exe                0 0    0
0aa0 unsecapp.exe               1 0    0
0af4 MsDtsSrvr.exe              0 0    0
0b14 svchost.exe                0 0    0
0b50 mqsvc.exe                  0 0    0
0c30 poaSmSrv.exe               0 0    0
0c3c poaTaServ.exe              0 0    0
0c44 poaService.exe             0 0    0
0c4c Service_KMS.exe            0 0    0
0c54 sqlbrowser.exe             0 0    0
0c64 pg_ctl.exe                 0 0    0
0c6c sqlwriter.exe              0 0    0
0c74 vmware-usbarbitrator64.exe 0 0    0
0cf0 svchost.exe                0 0    0
0d08 vmnetdhcp.exe              0 0    0
0d10 vmnat.exe                  0 0    0
0d18 vmware-authd.exe           0 0    0
0da8 sqlservr.exe               0 0    0
0dd0 dasHost.exe                0 0    0
10dc sqlceip.exe                0 0    0    normal
10e4 MsDtsSrvr.exe              0 0    0    normal
10ec MsDtsSrvr.exe              0 0    0    normal
10f4 MsDtsSrvr.exe              0 0    0    normal
1128 sqlceip.exe                0 0    0    normal
1170 sqlceip.exe                0 0    0    normal
12ec WmiPrvSE.exe               0 0    0
136c ibserver.exe               0 0    0
142c postgres.exe               0 0    0
1440 conhost.exe                0 0    0
148c SMSvcHost.exe              0 0    0
1494 SMSvcHost.exe              0 0    0
14d4 sqlservr.exe               0 0    0    normal
14e8 msmdsrv.exe                0 0    0    normal
150c msmdsrv.exe                0 0    0    normal
19b0 postgres.exe               0 0    0
19f8 postgres.exe               0 0    0
1a00 postgres.exe               0 0    0
1a08 postgres.exe               0 0    0
1a1c postgres.exe               0 0    0
1a30 postgres.exe               0 0    0
1a50 postgres.exe               0 0    0
1ac8 SQLAGENT.EXE               0 0    0
1b1c fdlauncher.exe             0 0    0
1b38 conhost.exe                0 0    0
1ba0 fdhost.exe                 0 0    0
1ba8 conhost.exe                0 0    0
1c64 ads.exe                    0 0    0
2018 MsMpEng.exe                0 0    0
203c vmware-hostd.exe           0 0    0
231c NisSrv.exe                 0 0    0
1950 sihost.exe                 1 4    23   normal       C:\Windows\System32
195c taskhostw.exe              1 13   19   normal       C:\Windows\System32
139c SkypeHost.exe              1 4    12   normal       C:\Program Files\WindowsApps\Microsoft.Messaging_1.10.22012.0_x86__8wekyb3d8bbwe
0ce0 RuntimeBroker.exe          1 37   19   normal       C:\Windows\System32
27dc fdlauncher.exe             0 0    0    normal
2714 fdhost.exe                 0 0    0    normal       D:\Microsoft SQL Server_MyApp_MSSQL_2014\MSSQL12.MSSQL_2014_DOS\MSSQL\Binn
271c conhost.exe                0 0    0
296c SearchIndexer.exe          0 0    0
20c8 RtkNGUI64.exe              1 15   31   normal       C:\Program Files\Realtek\Audio\HDA
18fc RAVBg64.exe                1 12   15   normal       C:\Program Files\Realtek\Audio\HDA
07a0 DellPoaEvents.exe          1 11   9    normal       C:\Program Files\Dell\PPO
1e4c StikyNot.exe               1 77   43   normal       C:\Windows\System32
2830 IAStorIcon.exe             1 31   14   normal       C:\Program Files (x86)\Intel\Intel(R) Rapid Storage Technology enterprise
2d70 jusched.exe                1 4    2    normal       C:\Program Files (x86)\Common Files\Java\Java Update
2df0 VCDDaemon.exe              1 10   6    normal       C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive
2e40 hpwuschd2.exe              1 4    4    normal       C:\Program Files (x86)\HP\HP Software Update
2ec8 vmware-tray.exe            1 23   11   normal       C:\Program Files (x86)\VMware\VMware Workstation
2f1c fontdrvhost.exe            1 0    0
2f58 EXCEL.EXE                  1 593  208  normal       C:\Program Files\Microsoft Office\root\Office16
2260 DeliveryService.exe        0 0    0
2200 DellUpService.exe          0 0    0
2888 IAStorDataMgrSvc.exe       0 0    0
02e8 jhi_service.exe            0 0    0
2dfc LMS.exe                    0 0    0
03fc svchost.exe                1 4    1    normal       C:\Windows\System32
0e64 MOM.exe                    1 9    9    normal       C:\Program Files (x86)\AMD\ATI.ACE\Core-Static
10a8 CCC.exe                    1 47   43   normal       C:\Program Files (x86)\AMD\ATI.ACE\Core-Static
2944 wmplayer.exe               1 961  247  normal       C:\Program Files (x86)\Windows Media Player
2560 BCompare.exe               1 676  1130 normal       C:\Program Files (x86)\Beyond Compare 3
1084 adb.exe                    1 4    2    normal       C:\Users\Public\Documents\Embarcadero\Studio\15.0\PlatformSDKs\adt-bundle-windows-x86-20131030\sdk\platform-tools
2580 notepad++.exe              1 300  288  normal       C:\Program Files (x86)\Notepad++
2fc8 Ssms.exe                   1 743  355  normal       C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio
28f8 dexplore.exe               1 204  222  normal       C:\Program Files (x86)\Common Files\Microsoft Shared\Help 9
13f4 taskhostw.exe              1 4    4    normal       C:\Windows\System32
29cc explorer.exe               1 2548 1128 normal       C:\Windows
35c8 ShellExperienceHost.exe    1 11   83   normal       C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy
2524 SystemSettingsBroker.exe   1 4    0    above normal C:\Windows\System32
1150 ONENOTEM.EXE               1 18   9    normal       C:\Program Files\Microsoft Office\root\Office16
4b20 svchost.exe                0 0    0
3258 SearchUI.exe               1 18   49   normal       C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy
3bd8 sppsvc.exe                 0 0    0
022c firefox.exe                1 40   62   normal       C:\Program Files\Mozilla Firefox
4334 bds.exe                    1 1635 515  normal       C:\Program Files (x86)\Embarcadero\Studio\15.0\bin
48ac bds.exe                    1 2029 947  normal       C:\Program Files (x86)\Embarcadero\Studio\15.0\bin
40fc dbkw64_21_0.exe            1 4    6    normal       C:\Program Files (x86)\Embarcadero\Studio\15.0\bin
412c conhost.exe                1 23   8    normal       C:\Windows\System32
35b4 dbkw64_21_0.exe            1 4    1    normal       C:\Program Files (x86)\Embarcadero\Studio\15.0\bin
3e08 conhost.exe                1 23   8    normal       C:\Windows\System32
3cd4 SppExtComObj.Exe           0 0    0
29ec HerramientaX70.exe      1 480  240  normal       C:\Program Files (x86)\HerramientaX
2d00 bds.exe                    1 1967 770  normal       C:\Program Files (x86)\Embarcadero\Studio\15.0\bin
4744 bds.exe                    1 1870 672  normal       C:\Program Files (x86)\Embarcadero\Studio\15.0\bin
2dc0 bds.exe                    1 1866 670  normal       C:\Program Files (x86)\Embarcadero\Studio\15.0\bin
3fa4 audiodg.exe                0 0    0
41cc Taskmgr.exe                1 924  360  normal       C:\Windows\System32
42d4 MyApp.exe            1 749  428  normal       D:\MyApp S.A. De C.V. 2018\Analisis\Revision\Omega\1.0032_20180323\utilMyApplocal
hardware:
+ {1ed2bbf9-11f0-4084-b21f-ad83a8e6dcdc}
  - \\201.0.0.190\Brother MFC-7450
  - Cola de impresión raíz
  - Fax
  - HP Universal Printing PCL 6
  - Microsoft Print to PDF
  - Microsoft XPS Document Writer
  - NPI232FFA (HP LaserJet 600 M601)
  - Send To OneNote 16
+ {36fc9e60-c465-11cf-8056-444553540000}
  - Concentrador raíz USB
  - Concentrador raíz USB
  - Generic USB Hub
  - Generic USB Hub
  - Intel(R) C610 series/X99 chipset USB Enhanced Host Controller #1 - 8D26 (driver 9.4.2.1014)
  - Intel(R) C610 series/X99 chipset USB Enhanced Host Controller #2 - 8D2D (driver 9.4.2.1014)
+ {4d36e965-e325-11ce-bfc1-08002be10318}
  - ELBY CLONEDRIVE SCSI CdRom Device
+ {4d36e966-e325-11ce-bfc1-08002be10318}
  - Equipo basado en x64 ACPI
+ {4d36e967-e325-11ce-bfc1-08002be10318}
  - KINGSTON SV300S37A240G
  - TOSHIBA DT01ACA100
  - TOSHIBA DT01ACA200
+ {4d36e968-e325-11ce-bfc1-08002be10318}
  - AMD FirePro W5100 (FireGL V) Graphics Adapter (driver 15.201.2401.0)
+ {4d36e96a-e325-11ce-bfc1-08002be10318}
  - ATA Channel 0
  - ATA Channel 1
  - Controladora estándar PCI IDE de doble canal
  - Controladora SATA AHCI estándar
  - Controladora SATA AHCI estándar
+ {4d36e96b-e325-11ce-bfc1-08002be10318}
  - Teclado PS/2 estándar
+ {4d36e96c-e325-11ce-bfc1-08002be10318}
  - AMD High Definition Audio Device (driver 10.0.0.1)
  - Realtek High Definition Audio (driver 6.0.1.6026)
+ {4d36e96e-e325-11ce-bfc1-08002be10318}
  - Monitor PnP genérico
+ {4d36e96f-e325-11ce-bfc1-08002be10318}
  - Mouse PS/2 de Microsoft
+ {4d36e972-e325-11ce-bfc1-08002be10318}
  - Intel(R) Ethernet Connection I217-LM
  - Intel(R) Ethernet Server Adapter I210-T1
  - Microsoft 6to4 Adapter
  - Microsoft ISATAP Adapter
  - Microsoft ISATAP Adapter #2
  - Microsoft Kernel Debug Network Adapter
  - VirtualBox Host-Only Ethernet Adapter (driver 5.2.0.0)
  - VMware Virtual Ethernet Adapter for VMnet1 (driver 4.2.1.0)
  - VMware Virtual Ethernet Adapter for VMnet8 (driver 4.2.1.0)
+ {4d36e978-e325-11ce-bfc1-08002be10318}
  - Intel(R) Active Management Technology - SOL (COM3) (driver 10.0.0.1096)
  - Pericom Serial Port Device (COM4) (driver 1.2.426.2014)
  - Puerto de comunicaciones (COM1)
+ {4d36e979-e325-11ce-bfc1-08002be10318}
  - HP LaserJet 600 M601 M602 M603 PCL6 (driver 61.145.2.15638)
+ {4d36e97b-e325-11ce-bfc1-08002be10318}
  - Controladora de espacios de almacenamiento de Microsoft
  - Iniciador iSCSI de Microsoft
  - Virtual CloneDrive (driver 5.4.5.2)
+ {4d36e97d-e325-11ce-bfc1-08002be10318}
  - Administrador de volúmenes
  - Altavoz del sistema
  - Botón de característica fija ACPI
  - Botón de inicio/apagado ACPI
  - Bus PCI
  - Complejo raíz PCI Express
  - Controlador BIOS de Microsoft System Management
  - Controlador de pantalla básica de Microsoft
  - Controlador de representación básica de Microsoft
  - Controladora de acceso directo a memoria
  - Controladora de High Definition Audio
  - Controladora programable avanzada de interrupciones
  - Controladora programable de interrupciones
  - Dell Diag Control Device (driver 1.1.0.0)
  - Dell System Analyzer Control Device (driver 3.0.1.3)
  - Dispositivo de módulo ACPI
  - Dispositivo de módulo ACPI
  - Dispositivo de módulo ACPI
  - Dispositivo de módulo ACPI
  - Enumerador de adaptador de red virtual NDIS
  - Enumerador de bus compuesto
  - Enumerador de bus raíz de UMBus
  - Enumerador de dispositivos de software Plug and Play
  - Enumerador de UMBus
  - Enumerador de unidades virtuales de Microsoft
  - High Definition Audio Bus (driver 15.20.0.1)
  - Intel(R) C610 series/X99 chipset LPC Controller - 8D44 (driver 9.4.2.1013)
  - Intel(R) C610 series/X99 chipset PCI Express Root Port #1 - 8D10 (driver 9.4.2.1013)
  - Intel(R) C610 series/X99 chipset PCI Express Root Port #2 - 8D12 (driver 9.4.2.1013)
  - Intel(R) C610 series/X99 chipset PCI Express Root Port #3 - 8D14 (driver 9.4.2.1013)
  - Intel(R) C610 series/X99 chipset SMBus Controller - 8D22 (driver 9.4.2.1013)
  - Intel(R) C610 series/X99 chipset SPSR - 8D7C (driver 9.4.2.1013)
  - Intel(R) Management Engine Interface  (driver 10.0.0.1204)
  - Intel(R) Xeon(R) E5 v3/Core i7 Address Map VTd_Misc System Management - 2F28 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Buffered Ring Agent - 2FF8 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Buffered Ring Agent - 2FF9 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO (VMSE) 0 & 1 - 2FBE (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO (VMSE) 0 & 1 - 2FBF (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO (VMSE) 2 & 3 - 2FB8 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO (VMSE) 2 & 3 - 2FB9 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO (VMSE) 2 & 3 - 2FBA (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO (VMSE) 2 & 3 - 2FBB (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO Channel 0/1 Broadcast - 2FAE (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO Channel 2/3 Broadcast - 2F6E (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO Global Broadcast - 2F6F (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO Global Broadcast - 2FAF (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DMI2 - 2F00 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Home Agent 0 - 2F30 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Home Agent 0 - 2FA0 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Hot Plug - 2F29 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 I/O APIC - 2F2C (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 0 ERROR Registers - 2FB2 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 0 Thermal Control - 2FB0 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 1 ERROR Registers - 2FB3 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 1 Thermal Control - 2FB1 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 2 ERROR Registers - 2FB6 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 2 Thermal Control - 2FB4 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 3 ERROR Registers - 2FB7 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 3 Thermal Control - 2FB5 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder - 2FAA (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder - 2FAB (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder - 2FAC (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder - 2FAD (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Target Address / Thermal / RAS Registers - 2F71 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Target Address / Thermal / RAS Registers - 2FA8 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 1 Channel 0 Thermal Control - 2FD0 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 1 Target Address / Thermal / RAS Registers - 2F68 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCI Express Root Port 1 - 2F02 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCI Express Root Port 2 - 2F04 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCI Express Root Port 3 - 2F08 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCI Express Root Port 3 - 2F09 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCI Express Root Port 3 - 2F0A (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCI Express Root Port 3 - 2F0B (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCIe Ring Interface - 2F1D (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCIe Ring Interface - 2F34 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Power Control Unit - 2F98 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Power Control Unit - 2F99 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Power Control Unit - 2F9A (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Power Control Unit - 2F9C (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Power Control Unit - 2FC0 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 R3 QPI Link 0 & 1 Monitoring - 2F36 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 R3 QPI Link 0 & 1 Monitoring - 2F37 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 R3 QPI Link 0 & 1 Monitoring - 2F81 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 RAS Control Status and Global Errors - 2F2A (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Scratchpad & Semaphore Registers - 2F1E (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Scratchpad & Semaphore Registers - 2F1F (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Scratchpad & Semaphore Registers - 2F7D (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 System Address Decoder & Broadcast Registers - 2FFC (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 System Address Decoder & Broadcast Registers - 2FFD (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 System Address Decoder & Broadcast Registers - 2FFE (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE0 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE1 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE2 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE3 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE4 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE5 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE6 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE7 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 VCU - 2F88 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 VCU - 2F8A (driver 9.4.2.1018)
  - Interfaz de administración para ACPI de Microsoft Windows
  - Interfaz de administración para ACPI de Microsoft Windows
  - Interfaz de administración para ACPI de Microsoft Windows
  - PPO Control Device (driver 1.7.0.0)
  - Procesador de datos numéricos
  - Puente PCI a PCI
  - Recursos de la placa base
  - Recursos de la placa base
  - Remote Desktop Device Redirector Bus
  - Sistema CMOS/reloj en tiempo real
  - Sistema Microsoft compatible con ACPI
  - Temporizador de eventos de alta precisión
  - Temporizador del sistema
  - VMware VMCI Host Device (driver 9.5.10.0)
+ {50127dc3-0f36-415e-a6cc-4cb3be910b65}
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
+ {50906cb8-ba12-11d1-bf5d-0000f805f530}
  - Pericom PI7C9X7951 PCI Express UART Device (driver 1.2.426.2014)
+ {5175d334-c371-4806-b3ba-71fd53c9258d}
  - Microsoft Visual Studio Location Simulator Sensor (driver 11.0.0.0)
+ {533c5b84-ec70-11d2-9505-00c04f79deaf}
  - Instantánea de volumen genérico
  - Instantánea de volumen genérico
  - Instantánea de volumen genérico
  - Instantánea de volumen genérico
+ {62f9c741-b25a-46ce-b54c-9bccce08b6f2}
  - Bus adaptador de transición IPv4 IPv6 de Microsoft
  - Microsoft Device Association Root Enumerator
  - Microsoft Radio Device Enumeration Bus
  - NPI232FFA (HP LaserJet 600 M601)
  - Sintetizador por software GS de tabla de onda de
+ {c166523c-fe0c-4a94-a586-f1a80cfbbf3e}
  - Speakers/Headphones (Realtek High Definition Audio)
+ {c30ecea0-11ef-4ef9-b02e-6af81e6e65c0}
  - NPI232FFA (HP LaserJet 600 M601)

Problem executing threads simultaneous

$
0
0
Hi,
I am using RAD Studio XE7 version 21.0.17.17017.3725 and I have a 64 bits application  where it runs over 2000 threads simultaneous.
I have two PCs where I compile my application (the same project), but in one of these doesn't create the 2000 threads, it just create over 25 threads.
This I check by doing as follows:
1.- The application that runs the 2000 threads, is faster to end the action I run it use the threads to complete it.
2.- The application that runs the 2000 threads, if I look the task manager of Windows in the column named subprocess appears the 2000 value on the other hand with the other application it shows 25 as max
Both PCs have the same instalation of RAD Studio as well  does the components and library path, the same executables are ran in the same PC
Have any idea??
thanks in advance.

EMS Setup Issue

$
0
0

Dear All,

I'm having issues installing and setting up EMS Server for development purposes. 

I recently bought the Enterprise version of Tokyo C++ Builder 10.2.3. 

After the purchase, I dl'd the web installer and did basically the default installation, and have had much success in building a great VCL program but now I'm ready to move on to bigger projects.

So I followed the exact instructions on the wiki at: http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Configuring_Your_EMS_Server_or_EMS_Console_Server_on_Windows

In going through the wizard, I am never presented with step 4 "Database Creation" and when I get to the end and click finish in the wizard, I get "An error occurred when trying to load your Interbase license..."

I have two instances of Interbase running, XE7 and 2017, both are developer versions, neither work for EMS setup. 

I have not done anything other than install the product and then try the EMS Setup. 

So it seems that I don't have a licensed version of Interbase for EMS to work. 

How is that possible if I did the default install of the product, isn't it included so that EMS can be used both in development and production? 

Is there a place I can dl the XE7 version needed for EMS?  

Can anyone advise as to what I need to do to get it up and running?

Thank you in advance.

Best regards,

-Paul

digital signing of a Dephi application?

$
0
0

How can one digitally sign the software one develops so that others know it was developed by me?

 

Thanks,

 

Jim

Delphi 7 to 10.2 32 win target proj

$
0
0

Hello, What steps do I have to do, in order to convert a Delphi 7 win32 to a 10.2 win 32 after using the convert and renaming new project option, also dealing with win 32 created files?. PI; Also already made this code change; From; function TrmHeader.GetSignature: ShortString;var PChars : array [0..3] of char;begin  Result := '';  if assigned (FileStream) then  begin    FileStream.Seek(7-1,soFromBeginning);    FileStream.Read(PChars,4);    Result := PChars;  end;end; TO; function TrmHeader.GetSignature: ShortString;var PChars : array [0..3] of char;var buf_ptr: PChar;begin  Result := '';  if assigned (FileStream) then  begin    FileStream.Seek(7-1,soFromBeginning);    FileStream.Read(PChars,4);    buf_ptr:= @PChars;    Result := buf_ptr;  end;end; Being still win32 the target, the Variable types are the same size ( I believe so) , unless you advice me different. appreciate your help.

Delphi 10.2.2 keept hanging

$
0
0

My Delphi IDE keeps hanging. It feels like the issue is with code completion: it only happens when I'm working on project code that deals heavily with generics.

 

I would start editing some code and, when code completion kicks in (manually or automatically triggered), the IDE randomly hangs, consuming 100% of a CPU core and never returning. I have to kill the task and restart that application, having lost all changes.

 

Since last week, i'm working on a pretty complex framework that makes heavy uses of generics and interfaces and I can't work more than 5 minutes without having to kill the IDE. This is bringing my productivity down to almost zero since I spend more time re-writing the same code and restarting the IDE than actually coding.

I have tried clearing all the DCU attached to my project without any success.

Does anyone have a suggestion how to solve this ? This is becoming untenable.

Where did SysSelect.poll go?

$
0
0

I just recently purchased Delphi 10.2 Tokyo Enterprise mostly due to the reintroduction of Linux support...finally, with the idea that I could stop using Delphi 6/Kylix 3 to do Windows/Linux development.  I do quite a bit of client/server development have developed a nice set of socket classes and functions that have been working great under Windows, Linux and Mac OS (I have XE4 and XE5 which I have been using for Mac, iOS and Android development), however I'm trying to get all my code updated to hopefully be able to move completely to Delphi 10.2 for everything. when I find that the SysSelect.poll() function and the associated types pollfd, TPollFD and PPollFD seem to have been removed.  They existed in XE4 and XE5 for MacOS and Mobile dev.

Viewing all 2504 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>