FET Forum

Discussions and Chat => Programming and other Technical Help => Topic started by: nguyenhuuduyet on February 21, 2020, 03:25:41 PM

Title: C++ sources 32bit
Post by: nguyenhuuduyet on February 21, 2020, 03:25:41 PM
Can you help me!
I want file fet-5.42.0.tar.bz2 for win 32- bit. Can you tell me where to download this file?
Thank you very much!
Title: Re: C++ sources 32bit
Post by: Liviu Lalescu on February 21, 2020, 03:33:56 PM
The sources are for any platform. Only the Windows executable I provide is for 64-bit and Volker provides the 32-bit Windows executable. So just get the latest source version and compile.
Title: Re: C++ sources 32bit
Post by: nguyenhuuduyet on February 24, 2020, 06:43:42 AM
When I compile using QT the error is reported. Can you help me
Title: Re: C++ sources 32bit
Post by: Liviu Lalescu on February 24, 2020, 07:31:57 AM
Neglect these warnings.

We might need to fix these, but they do not appear under gcc. Do you use MSVC?
Title: Re: C++ sources 32bit
Post by: nguyenhuuduyet on February 24, 2020, 07:34:27 AM

I use QT to compile.
Title: Re: C++ sources 32bit
Post by: Liviu Lalescu on February 24, 2020, 07:36:31 AM
Yes, I know you use Qt Creator, but what C++ compiler? I think Microsoft Visual C++ (MSVC).

Do you get other warnings/errors? Please list them all.
Title: Re: C++ sources 32bit
Post by: nguyenhuuduyet on February 24, 2020, 07:46:34 AM
I chose the following picture.
Title: Re: C++ sources 32bit
Post by: Liviu Lalescu on February 24, 2020, 08:09:06 AM
Oh, so you use MinGW (32-bit). I use MinGW 7.3.0 64-bit and get no warning. Maybe you get warnings because you use 32-bit (but I think this is not the cause), or maybe because you are using the "debug" configuration, or maybe you use an older version of MinGW.

Because you are using the "debug" configuration you will get a slow FET. Please use the "release" configuration. And please use MinGW 7.3.0 (latest with Qt 5.14.1).
Title: Re: C++ sources 32bit
Post by: nguyenhuuduyet on February 24, 2020, 09:59:35 AM
I compiled and ran this error
Title: Re: C++ sources 32bit
Post by: nguyenhuuduyet on February 24, 2020, 10:02:41 AM
Please help me.
You show me how to compile to run with windown 32 bit.
Thanh you very  much!
Title: Re: C++ sources 32bit
Post by: Volker Dirr on February 24, 2020, 11:12:03 AM
i guess you forgot the dll files. see https://lalescu.ro/liviu/fet/forum/index.php?topic=1705.msg24082#msg24082
Title: Re: C++ sources 32bit
Post by: 1915045 on August 12, 2022, 07:20:59 AM
I need your help that on GUI of FET there is a option  of import file but is there any command line option for terminal to import it.
Title: Re: C++ sources 32bit
Post by: Liviu Lalescu on August 12, 2022, 08:49:27 AM
No, there is no command line option to import from CSV.