Error fwh802 getguiresources and windows nt 4 work

StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Post by StefanHaupt »

Norberto,

if this function is not available in NT4, try to define a dummy function to replace the original one.

Code: Select all

FUNCTION GetGuiResources ()
RETURN (0) 
kind regards
Stefan
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Norberto,

Force to link the new GetGuiResources() from your main PRG this way:

Code: Select all

if .F.
   GetGuiResources()
endif
regards, saludos

Antonio Linares
www.fivetechsoft.com
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Post by norberto »

Antonio, nothing... maybe the parameters is changed...
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Post by norberto »

Antonio , this is very bad, because in my country, many people use winnt4...
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Norberto,

It has a very easy solution, that we are going to implement asap: to dynamically link the function.

In the meantime, just replace cursors.obj in FiveHC.lib from the previous one included in previous FiveHC.lib
regards, saludos

Antonio Linares
www.fivetechsoft.com
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Post by norberto »

Antonio, i back to fwh801, when you have the new lib, you can email this to me??? very thanks.

send to : norberto@windowslive.com
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Post by norberto »

Antonio, can you send the cursor.c , so i can compile with bcc , and link with my appl.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Norberto,

Here is the modified cursors.obj:
http://rapidshare.com/files/94054741/CURSORS.obj.html

You have to replace it in FiveHC.lib
regards, saludos

Antonio Linares
www.fivetechsoft.com
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Post by norberto »

Antonio, very thanks, i will test only in monday, because in my home i have only an machine with xp and an notebook with vista, in my job i have windows 2000 server and workstations with windows nt 4.

in my opinion, is very important fwh works in all windows, nt 4 is very used , because is very stable, fast, and little space in hd.

very thanks again
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

You can replace cursors.obj in FiveHC.lib or simply link it before FiveHC.lib
regards, saludos

Antonio Linares
www.fivetechsoft.com
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Post by norberto »

Antonio, tested in windows nt 4 workstation. works fine. very thanks
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Norberto,

Glad to know it is solved :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Post by norberto »

me too... in fwh8.03 this is come solved??
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Yes, of course
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply