Jump to content

Thread Safe


RobYost

Recommended Posts

I am trying a PayPal component.  Some of the components work, but 1 does not.  It immediately crashes.

 

I am going to ask their support department for help, but first I have a question.

 

I wrote a VCL application and a UniGUI application that accesses the component (non-visual) 

The VCL one works and the UniGUI one does not.

 

There are only 5 lines of code in each and they are identical.   

  ppSearch.Password  := '----------------------';
  ppSearch.Signature := '------------------------------------------';
  ppSearch.URL       := 'https://api-3t.sandbox.paypal.com/nvp';
  ppSearch.User      := '------------;
  ppSearch.SearchCriteriaStartDate :=   PayPalStartDate(IncMonth(now - 2));
  ppSearch.Search;

Does this mean their component is not thread safe?

 

I just wanted to make sure I was asking their support the right question.

 

Thanks

Rob

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...