... I get do not seem correct to me. I am waiting for some additional example from you that allows me to better understand what you mean The typical and most used case of multithreading is in a web server I have a web server in Fivewin, which works correctly, along with the rest of the application ...
... after compile and link. Is it possible I have a bad link / mak file, I'm getting older so it seems like time should be getting faster, or is this typical. Thanks, Hello I had a similar problem a while ago. I noticed that fivewin creates a log file with the name of the executable with information ...
I have managed to get it to where it takes 30 seconds to launch my FiveWin / Harbour exe after compile and link. Is it possible I have a bad link / mak file, I'm getting older so it seems like time should be getting faster, or is this typical. Thanks,
... JSON object using hb_jsonEncode. Response Formatting: It sets the content type to application/json and formats the response data as JSON, which is typical for API endpoints. Logic Based on Input: It processes the input data (the keys and values in hPost) and generates a response based on this data, ...
... the movement of the button? when I move the mouse over a btnbmp control the button must change color without shrinking and without making the typical movement of the button and when the button is pressed it must only call the action
João, may I ask if you have personally seen a PC or server infected with ransomware? Best regards, Otto this is the typical example when one asks one thing and everyone wants to impose another thing on you, ignoring what the author of the topic asked!!!! Please the topic Is "backup ...
... Yes... I was looking into some sample code for generating nice graphics for presenting data for invoices, sales, ... typical business. They look very good but no prg into the samples. Seems a project of yours. Maybe the code for 1 sample )))) Please send me mail to ...
... Yes... I was looking into some sample code for generating nice graphics for presenting data for invoices, sales, ... typical business. They look very good but no prg into the samples. Seems a project of yours. Maybe the code for 1 sample ))))
... a working sample. Does anyone has some kind of sample working ? This is a idee, but I'm happy with a sample that just looks more nice then the typical buttons and xbrowse. (I like the second more) The kind of data that will be shown is accounting data and Todo data like incomming calls need ...
... Fivewin, to control what is happening inside the simulator from another computer. The simulator usually has one or several dedicated computers. A typical application is to create an instructor console, where the instructor can see what the student flying the simulator is doing, even over internet, ...
Hello Otto; I don't think you need to ask for number of tokens used. Responses contain that information already. Here is a typical Json response I get: { "id": "cmpl-XxXXXXXXXXXXXXXXXXX", "object": "text_completion", "created": 1683665917, ...
... text with a very technical question and so far the answers are better than what my most seasoned and technical users have been coming up with. A typical document is 166 tokens. OpenAI answers are about 16 tokens at most for each document that is fed. #1 -- When you limit tokens, does that limit ...
... to 16-32 ram ? SSD = most speed for now That 1 Gig Network. There are 10 gig cards and corresponding hardware. 10 Gig will make a difference in a typical dbf/Xbrowse system not ? or due to using Server 2019 and RDP Cards with 1 versus 10 won't matter, since all processing is done on the I9 This ...
1. Create an MDI container as the main application window (typical). (Set IsMDIContainer to true) 2. Via code, add MDI child window using the standard way (create, set MDIParent to "this", then Show). Secondary windows are always displayed in ...
... link * Linking errors * Am I missing a lib, or can they be in the wrong order, the function "Hello" is my issue, but the rest seem like typical FiveWin funcs or classes. I am basically writing the extremely complex 'Hello World" application and I will work my way up from there. ...