Some urgent problems in FWH 11.09 and 11.10

Some urgent problems in FWH 11.09 and 11.10

Postby driessen » Mon Nov 07, 2011 1:35 pm

Hello,

I installed FWH 11.10. After rebuilding my application, I got the next error :
Unresolved external symbol '_SendInput referenced from Fivehcm.lib (KEYBRD.OBJ)'
I also noticed the problem in FWH 11.09. The function DiskChange() doesn't seem to work anymore. If I rebuild my application in FWH 11.08, everything is working fine.

Anyone any idea about a solution for those problems ?

Thanks a lot in advance.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.02 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc77
User avatar
driessen
 
Posts: 1399
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: Some urgent problems in FWH 11.09 and 11.10

Postby PeterHarmes » Mon Nov 07, 2011 2:04 pm

Hi,

See here for the solution:

viewtopic.php?f=3&t=22627&p=121087#p121128

Best regards,

Pete
PeterHarmes
 
Posts: 363
Joined: Wed Feb 15, 2006 2:06 pm
Location: Oxford, England

Re: Some urgent problems in FWH 11.09 and 11.10

Postby Antonio Linares » Mon Nov 07, 2011 6:23 pm

Michel,

function DiskChange() is just a wrapper to Windows API SetCurrentDirectory(). Nothing has changed there so it should work fine:

Code: Select all  Expand view

HB_FUNC( DISKCHANGE ) // ( cDrive ) --> lSuccess
{
   hb_retl( SetCurrentDirectory( ( char * ) hb_parc( 1 ) ) );
}
 
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41411
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 35 guests