Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

64 bit Xeffort

Ray_R_
初心者
2,566件の閲覧回数

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,544件の閲覧回数

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. 

Ray_R_
初心者
2,214件の閲覧回数

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

Neels
新規コントリビューター II
2,515件の閲覧回数

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.

andrew_4619
名誉コントリビューター III
2,508件の閲覧回数

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.

Neels
新規コントリビューター II
2,495件の閲覧回数
Steve_Lionel
名誉コントリビューター III
2,197件の閲覧回数

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.

Ray_R_
初心者
2,159件の閲覧回数

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.

Neels
新規コントリビューター II
2,083件の閲覧回数

Please do and keep us updated.

Neels
新規コントリビューター II
1,969件の閲覧回数

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

cean
新規コントリビューター II
1,903件の閲覧回数

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. 

返信