Search found 71 matches
- Tue Feb 13, 2024 2:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Unresolved External
- Replies: 0
- Views: 2205
Unresolved External
Hi everyone, I am trying to build my exe with Harbour 320 and MSVC 2022 and Dr Xlsx.lib from Charles Kwon, but I have unresolved external error. Someone know what is missing? DrXlsx32.lib(packager.obj) : error LNK2019: external simbol not resolved, _fill_win32_filefunc64W, referenced in the function...
- Thu Jul 01, 2021 9:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: To sign a xml
- Replies: 7
- Views: 5931
Re: To sign a xml
Yes, I can post a small example, but a need to know what king of encryption is necessary.
- Tue Jun 22, 2021 8:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: To sign a xml
- Replies: 7
- Views: 5931
Re: To sign a xml
It's possible in xHarbour/Harbour, but if it's Sha1 encryption.
Sha256 could only do it in C Sharp, using call to external application.
Sha256 could only do it in C Sharp, using call to external application.
- Fri Sep 18, 2020 4:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Which C compiler and which Harbour should be used for FW?
- Replies: 27
- Views: 7339
Re: Which C compiler and which Harbour should be used for FW?
Thanks Antonio, now works fine.
Thankful,
Interesting point for a good technical discussion. My former editor does this almost automatically, it has become a habit. But I see no problem with making a general change, if there are benefits.Use uppercase for preprocessed keywords only (my advise)
Thankful,
- Fri Sep 18, 2020 1:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Which C compiler and which Harbour should be used for FW?
- Replies: 27
- Views: 7339
Re: Which C compiler and which Harbour should be used for FW?
Hello everyone. Dll created successfully. Most of the project features already tested and approved, communication with webservice working perfectly. I disabled my own implementation of errorsys, as I added more functionality like sending automatic error email, etc. However, when I link my function t...
- Tue Sep 15, 2020 2:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Which C compiler and which Harbour should be used for FW?
- Replies: 27
- Views: 7339
Re: Which C compiler and which Harbour should be used for FW?
I managed to successfully generate my project using Visual Studio 2019. 499 source files. I had no problem with W10.manifest. As part of the project I have a .LIB with 96 files, I managed to generate it successfully too. Some small details I will still review and test all the features. Overall I am ...
- Mon Sep 07, 2020 1:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Which C compiler and which Harbour should be used for FW?
- Replies: 27
- Views: 7339
Re: Which C compiler and which Harbour should be used for FW?
Thanks Antonio. But is generated this error: Warning W0004 Codeblock parameter 'X' declared but not used in function '_BROWSEICONES' I think because I use the / w2 parameter, which is a very severe build. So I changed it to: oBrw:aCols[ 1 ]:bStrImage := {|x, oBrw| x := 0, oBrw:aRow[ 1 ] } That it is...
- Fri Sep 04, 2020 6:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Which C compiler and which Harbour should be used for FW?
- Replies: 27
- Views: 7339
Re: Which C compiler and which Harbour should be used for FW?
Based on Antonio's tutorial at: http://forums.fivetechsupport.com/viewtopic.php?f=17&t=28723&p=161128&hilit=visual+studio+2015#p161128 I was able to create the project and make the configuration to compile the .PRGs sources. I also managed with search here on the forum to run the fivewin...
- Mon Aug 31, 2020 6:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Which C compiler and which Harbour should be used for FW?
- Replies: 27
- Views: 7339
Re: Which C compiler and which Harbour should be used for FW?
Hello everyone. I managed to generate an executable and also a library using MSVC to use in my projects. Thanks again Tim. The next step now is to migrate my main software, which has many sources that will need some minor modifications because of some functions that exist only in xHarbour, such as G...
- Sat Aug 22, 2020 4:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dbf to Sql
- Replies: 1
- Views: 687
Re: Dbf to Sql
It would be interesting to poster your code so that we can help more. There may be some sql error, data type, size, etc.
- Sat Aug 22, 2020 3:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Which C compiler and which Harbour should be used for FW?
- Replies: 27
- Views: 7339
Re: Which C compiler and which Harbour should be used for FW?
Hello everyone. Posting my progress on migrating to MSVC, I first decided to learn about generating the project build. Starting from the example in the folder fw \ makes I managed to build my first executable in MSVC 2019 written in .prg. The most important step was to correctly locate the necessary...
- Sat Aug 01, 2020 8:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Which C compiler and which Harbour should be used for FW?
- Replies: 27
- Views: 7339
Re: Which C compiler and which Harbour should be used for FW?
Tim, I greatly appreciate your response. As I have some projects at MSVC 2017, I will first download MSVC 2019 and migrate my small C # projects to it. Then I will start working on migrating my project from xHarbour to MSVC, testing some code editors and putting together a compilation. I am posting ...
- Fri Jul 31, 2020 1:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Which C compiler and which Harbour should be used for FW?
- Replies: 27
- Views: 7339
Re: Which C compiler and which Harbour should be used for FW?
For many years, I have used Microsoft Visual Studio + Harbour + FWH. I have always been pleased. I also have an older version of the commercial xHarbour. All of my work is done with the Microsoft build for a simple reason. My clients all use Windows, and no other product is designed to be 100% comp...
- Wed Jul 29, 2020 8:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: compiling
- Replies: 13
- Views: 3381
Re: compiling
Hello everyone.
My project contains 650 prg files, use xHarbour 123, FWH1709 and BCC72, I would like to migrate to VSCode, what would be the best and fastest way to assemble a .bat file for compilation? Today I use xmate that generates internally without the need for a .bat file. Thankful in advance.
My project contains 650 prg files, use xHarbour 123, FWH1709 and BCC72, I would like to migrate to VSCode, what would be the best and fastest way to assemble a .bat file for compilation? Today I use xmate that generates internally without the need for a .bat file. Thankful in advance.
- Thu Aug 22, 2019 1:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using C# (and .NET) from FWH not working(?)
- Replies: 33
- Views: 5941
Re: Using C# (and .NET) from FWH not working(?)
Ok, thanks for reply.