Search found 463 matches: requires

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... that package cURL for Windows environments. Do You Need These for a Secure Apache Server? Apache and OpenSSL: For Apache to support HTTPS, it requires SSL/TLS libraries. On Windows, Apache often leverages OpenSSL through libssl and libcrypto to enable HTTPS functionality. If you are setting ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 140

Re: WebView resize

Dear Antonio, thank you very much. With these new, many possibilities, it's not that simple and requires a lot of practice. But it's really fun. Responsive: a problem that is cumbersome to solve with desktop controls is easy with the WebView. Thanks again. I wish you a ...
by Otto
Sat Mar 09, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

Re: Connecting to a BLE device

...   BluetoothFindDeviceClose(hFindDevice);    // Close the radio handle    // CloseHandle(hRadio);    // return 0;}#pragma ENDDUMP It requires a bthprops.dll that I am searching for...
by Antonio Linares
Wed Feb 28, 2024 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 319

Re: MAPI Outlook HTML TEXT

Is not possible
Use OLE instead through outlook. A little problem: It requires configuration in outlook for sending 3rd parties software
by paquitohm
Mon Feb 26, 2024 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Outlook HTML TEXT
Replies: 10
Views: 514

Re: function urlLoad( cUrl )

I don't like it. It requires a 4 MB DLL! Or am I wrong?
by Enrico Maria Giordano
Sat Feb 17, 2024 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1679

Re: RC to PRG generator

... a quick solution for how to solve the positioning. In html, I have a row/column-based positioning and with the RC files, it's absolute. It then requires a bit of logic to implement this, and I eventually gave up on the attempt. It's interesting that I can't find any RC2HTML converters on the ...
by Otto
Mon Feb 12, 2024 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1202

Re: phpBB to LLM

... for problem type SOLVER_RULE_UPDATE failed LibMambaUnsatisfiableError: Encountered problems while solving: - package torchvision-0.11.2-py36_cpu requires python >=3.6,<3.7.0a0, but none of the providers can be installed Could not solve for environment specs The following packages are incompatible ...
by alerchster
Mon Dec 25, 2023 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: Convert a print to Rtf or doc

... Once we use php we do not need Harbour either. A programmer who starts now to learn html, needs a very long time to produce html code and also requires a large html code with same functionality as a one line program in FWH XBROWSER "CUSTOMER.DBF" FASTEDIT with vertical and horizontal ...
by nageswaragunupudi
Fri Dec 01, 2023 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

C++ Redistributables Required

... I must install both the current pair ( 32 & 64 bit ), and the 32 bit Version 12. Is there a tool I can use to see what, in my application, now requires these ? It all started when I completed a major upgrade to my software application, so something I may have added could be the cause, or it ...
by TimStone
Sun Nov 26, 2023 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C++ Redistributables Required
Replies: 1
Views: 300

Fivewin controls similar to javascript elements

... event listener to a parent element for events triggered by its children). In Windows programming, while similar behavior can be achieved, it often requires more explicit message routing.
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1124

Re: App Termination and Relaunch.

... this way will forcibly terminate the existing instance of your application and then start a new one. If your application has any unsaved data or requires specific cleanup procedures before termination, you should implement those in your application code or a separate script that the batch file ...
by Antonio Linares
Fri Oct 06, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 397

Re: Announcing DrXlsx 1.0 by Charles Kwon

... characters of other languages are encoded as same single byte both in ANSI and UTF8, so there is no problem there. I noticed that this library requires utf8 encoding. If our string containing Umlauts is encoded in ANSI, we need to convert into UTF8. I propose this approach which is working ...
by nageswaragunupudi
Sun Aug 27, 2023 4:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3874

Re: Lost connection to MySQL server during query

... at all a problem for FWHmaria library Yes, after the time out period, the connection with the sever is lost. Even then, if the user's operation requires, the library will again connect to the server and proceed. Whether you set time our not, nothing can stop our program. Only if the PC can not ...
by nageswaragunupudi
Sat Jul 29, 2023 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12386

Re: How to get libssl.lib and libcrypto.lib for MSC?

... /exports some-file.dll. REM Currently must run without path on DLL. REM (Fix by removing path when of lib_name for LIBRARY line below?) REM REM Requires 'dumpbin' and 'lib' in PATH - run from VS developer prompt. REM REM Script inspired by http://stackoverflow.com/questions/9946322/how-to-generate-an-import-library-lib-file-from-a-dll ...
by carlos vargas
Wed Jul 26, 2023 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get libssl.lib and libcrypto.lib for MSC?
Replies: 3
Views: 273

Re: SetClipboardData to UTF-8

... TClipboard class and do not use it till it is fixed (for Unicode only) Both the above functions are available in FWH2204 but the second function requires a fix. Fixed in the version under release.
by nageswaragunupudi
Sat Jul 01, 2023 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1040
Next

Return to advanced search