Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

64 bit Xeffort

Ray_R_
新手
2,664 次查看

Is there any interest in migrating the Xeffort library to 64 bits

 

Xeffort was a great interface to the windows API, unfortunately all the kind values for the constants, variables and pointers were hard coded for 32 bits.  It will take a considerable effort to rewrite it for 64 bits.  So what I am asking is there any interest in a group effort to do this?

 

 

0 项奖励
10 回复数
Steve_Lionel
名誉分销商 III
2,642 次查看

I had started on this a few years ago, but indeed 32-bits are deeply embedded in the code, especially Windows API calls. I put it aside and haven't gone back to it. I did once receive an inquiry from someone who said they might take it on, but then I never heard from them again. 

0 项奖励
Ray_R_
新手
2,312 次查看

Steve do you have any interest in working on the xeffort 64 bit port?  I am very willing to help.

0 项奖励
Neels
新分销商 II
2,613 次查看

I have the requirement for a 64bit version but lack the skills to it. If there is a standard way to do it that must be repeated numerous times I am willing to do the donkey work.

0 项奖励
andrew_4619
名誉分销商 III
2,606 次查看

I looked at Xeffort some years back but in the end opted to ditch all the "third party" library stuff (quickwin/Iflogm) and do everything direct with the Windows SDK.

I went to have a look to see what the scale of this task might be (out of interest) but all the download links on the xeffert.com site are broken.

0 项奖励
Neels
新分销商 II
2,593 次查看

Steve is currently keeping it here:

 

https://www.xeffort.info/ 

Steve_Lionel
名誉分销商 III
2,295 次查看

Not really. I did start this a while ago but found it much more difficult than I anticipated. Given the handful (if that) of people who might want to use it, I put it aside. It would be one thing if it was just looking for API mismatches and fixing up arguments, but there are also many local variables holding things and it would be a bear to find all the uses and making sure everything worked properly.

If you want to give it a go, feel free.

0 项奖励
Ray_R_
新手
2,257 次查看

Thanks for the reply.  I think I might take a wack at it.  If I get anywhere I will post it to the forum.  I agree it is not going to be easy.

0 项奖励
Neels
新分销商 II
2,181 次查看

Please do and keep us updated.

0 项奖励
Neels
新分销商 II
2,067 次查看

Hello Ray_R, have you decided to continue with this effort?

0 项奖励
cean
新分销商 II
2,001 次查看

I opened this sample project in 2023.2:

XeffortLite Sample Application with XeffortLite source (XeffortLite.zip)

After conversion, when compile, got an error message: 

can't find "afxres.h". 

It is needed by the XeffortLite.rc file.

 

I downloaded the Xeffort_IVF11_1225.exe and installed. Can't find afxres.h in it.

 

Anyone know where is it? Or I need to create the rc file with the new compiler?

 

Thanks. 

0 项奖励
回复