Jump to content

Mark-

Members
  • Content Count

    207
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Mark-

  1. Mark-

    XML to SVG

    #1 You need to get a grip. #2 I insinuated nothing. Your "drug dealer" rant springs from your own mind. #3 I see you edited the original post to say you are not affiliated with the product. #4 I never said anything about free. Where you jumped to ""EVERYTHING" must be free..." is mind boggling. #5 You need to get a grip. @Lars That said - $299 for 8 licenses with source code is not over the top for what appears to be a capable piece of code. I thought the same but the page said "includes source code repository access" and while I understand all the words the phrase gives me pause. "Source code included" is the standard phrase, concise and non ambiguous. Good luck.
  2. Mark-

    XML to SVG

    Source code for what? What you are selling?
  3. Mark-

    XML to SVG

    Hello, I was VERY interested until I read "(no source code)" and "(includes source code repository access)". Not sure what the later means. Never purchase components without source code. My2c. Mark
  4. Hello, I have a customer when opening a form with a TWSocket on it gets the following error: Error reading PrimaryTCP.ReqVerLow: Not a Winsocket error (#87 in SetReqVerLow: WinSock version can't be changed now). I have no idea the cause. Any ideas? Thanks, Mark
  5. Mark-

    Unknown error... #87

    I concur and it is done. Thanks for your help.
  6. Mark-

    Unknown error... #87

    OK, here is how. This program was started 13 years ago. Still going strong. 😉 Using the current version of ICS. I have 40+ old/still using forms/DMs with TWSocket on them, created years ago. All these DFMs had 1 the for the low and high property. I did not change/set/alter the ReqVerHigh or ReqVerLow properties. No, problem all works and has been for years. In the previous two months an THttpCli was added and it is called/loaded/used first in the program. It is dynamically created and the default for the CtrlSocket(TWSocket) is indeed 2 as you stated. Now, the program starts, Winsock 2 is used by the THttpCli, one of the old DFMs is used/loaded and kaboom. > ReqVerHigh or ReqVerLow would only be saved in the DFM if you changed them from the default of 2, ReqVerHigh = 1 and ReqVerLow = 1 was in all the DFMs that had a TWSocket. I grepped and replaced them all with 2 and problem solved. Perhaps I should remove them all and let the current version default value apply.
  7. Mark-

    Unknown error... #87

    OK I found the error. We added some code, earlier in program execution, nothing to do with the TWSocket generating the error, using THttpCli. It is initialized first and CtrlSocket.ReqVerLow and CtrlSocket.ReqVerHigh are indeed set to 2. Now creating the TWSocket port, when the form opens using 1, as was streamed with the form, causes the crash. So we change all the TWSockets to 2 or set the THttpCli to 1.
  8. Mark-

    Unknown error... #87

    Thanks for the response. > ReqVerLow after TWSocket has loaded, and why would you want to? I would not want to and if this is the ReqVerHigh and ReqVerLow in the object inspector they are both set to 1 and I did not set them.
  9. Dude, I was giving potential customer feedback. Not telling him he MUST do something or preventing him from selling how he wants to sell or infringing on his "rights". SMH
  10. > Yes, I can't keep developing the package without some income. No, I am purchasing a product (as is), not funding your future work. > But if you had read a bit further it says: I read the complete page. Why should I be forced to take steps to end a subscription I did not want? Why not have a checkbox, when ordering, to provide for a subscription verse forcing a subscription?
  11. I looked at your page, thought it interesting and considered downloading the demo and give it a test. Then I read this "If you by a license, it will include a subscription that is renewed automatically every 12 months." And closed the page. My2c.
  12. Mark-

    FireDac MySQL Connectivity

    Hello, I tried using the driver with MySQL (8.0) a couple of months ago and had to add the dll to the connection parameters to get it to work, partially. After added, I was able to get it to connect but could not get other actions to succeed. I traced the error into an FD function and posted on the EMB forums with no joy. I switched to using ODBC for MySQL 8.0 and all is working. Good luck, Mark
  13. Hello, Delphi 10.2 I am trying to compile an RC file included with the project. {$R 'ResStr.res' 'ResStr.rc'} Regardless of what I put in the RC file I get [on the first line]: [BRCC32 Error] ResStr.rc(1): Fatal error Expecting resource name or resource type name Ideas or anyone have a sample RC file that complies without error? Thanks, Mark
  14. Mark-

    brcc32 and rc file format...

    Hello, Bingo. Thank you. OK, is that a better resource compiler? It only had the string table as shown above. The file encoding was the issue. Everyone, thanks for the help. Mark
  15. Mark-

    brcc32 and rc file format...

    Hello, Thanks timfrost for the response. I copied/pasted the example code into the RC file, complied (Shift F9) and got the same error message. Perhaps string table or RCDATA, I have not decided. At this point I am just trying to get anything to compile. Mark
  16. Mark-

    brcc32 and rc file format...

    Hello, Thanks for the response. I added in the first post, the error is on the first line. Every example I could find on the web, in many formats. I could not find a single working example. Mark
  17. Sockets without a doubt. Plus if the request comes in for source and destination on different computers, no or very few changes required.
  18. Happy Holidays & Merry Christmas!
  19. Mark-

    Unit uDGVMUtils and 64 bit...

    Thanks for the response. Why do you think/know those registry values cannot be changed without causing a failure of the the guest OS or host program?
  20. Mark-

    Unit uDGVMUtils and 64 bit...

    Thanks for the reply. The issue with 64 bit support is the "asm" portions for two reasons. 64 bit assembly uses different opcodes from 32 bit and different register notation. Delphi does not allow the mixing of asm and Pascal in 64 bit.
  21. Hello, I will control both ends of the data pipe and payload. A customer has informed me a proxy is used. Never used a proxy so scoping out what requires attention for success. From the server end it appears nothing to do. Perhaps that is wrong. For the client end I see: ProxyAuth, select one of the options. ProxyPassword, a password if ProxyAuth is other than httpAuthNone. ProxyUername, a username if ProxyAuth is other than httpAuthNone. ProxyPort, the port of the proxy server. Proxy, seems to be the IP address or host name. ProxyConnection, seems to be a keep-alive setting, not sure ProxyURL, not sure perhaps can specify all needed properties in one url string. The last three, not sure what to do with them. Any documents I can read or anyone shed some light? Thanks, Mark
  22. Right but you can set the properties individually, right? (not referring to the sample)
  23. Thanks. No SSL for this project. I was planning on updating the Wiki with data. Proxy is the IP address or host name. ProxyConnection is 'Keep-Alive' or blank ProxyURL is as you say. I updated the Wiki. Let me know if any of the above is incorrect.
×