Is there anybody out there using win32 API with Fortran ?
If yes, then you may help me.
I am using the CreateWindow function (in Compoq VF) like this
integer hwnd,ierr
...
...
hwnd = CreateWindow ( 11 params )
ierr = GetLastError()
What happens is
--> hwnd is returned 0 indicating an error
--> ierr is returned 0 as well, indicating all went well.
The build of the window failed, so I guess the first one is right but I cannot hunt down the error.
Any Ideas ?
Norbert
If yes, then you may help me.
I am using the CreateWindow function (in Compoq VF) like this
integer hwnd,ierr
...
...
hwnd = CreateWindow ( 11 params )
ierr = GetLastError()
What happens is
--> hwnd is returned 0 indicating an error
--> ierr is returned 0 as well, indicating all went well.
The build of the window failed, so I guess the first one is right but I cannot hunt down the error.
Any Ideas ?
Norbert