Dear All:
I recently got a new Dell computer, put Windows7 64 bit and the Intel Fortran Compiler 64 bit onto the machine, after I updated my licence. I did not mean to do it. This is the latest IVF that is not beta.
I had not used this flavour, its telling me the following error upon running a program that has complied nicely before.
Warning 3 warning #6075: The data type of the actual argument does not match the definition. [LPARAM] B:\\Users\\John\\Documents\\Visual Studio 2010\\Projects\\CX1Reader4\\CX1Reader4\\CX1Reader4_mod.f90 539
cxClient = loword(lParam)
cyClient = hiword(lParam)
it is upset at the loword being a DWORD and the lParam is a long_ptr.
Is there a difference from WIN32 to WIN64 for these two types? Is there a fix?
Thanks
JMN



