Hi Pritpal, I'd suggest removing -TP option from your preconfigured xMate setup: --- C_COMP_COMMAND=%C_BIN_INSTALL%\cl.exe /nologo -TP -W3 -c /GA ---
It's not necessary, and just makes life complicated for those who aren't interested in strict warnings. It's best to remove it, and use the default. [ BTW, your .exe package cannot be installed on any new dirs (like the default) in the root of my C: drive as non-admin. Says it has no permission, while it has. Probably an installer bug. ] Brgds, Viktor On Thu, Mar 5, 2009 at 11:19 PM, Pritpal Bedi <[email protected]>wrote: > > Hi > > HB_FUNC( SYSIDLESECS ) > { > HINSTANCE handle= LoadLibrary("user32.dll"); > if ( handle) > { > GETLASTINPUTINFO_ pFunc; > pFunc = GetProcAddress( handle,"GetLastInputInfo" ); > ... > > > GETLASTINPUTINFO pFunc; > > > Regards > Pritpal Bedi > > > -- > View this message in context: > http://www.nabble.com/How-to-fix-this---tp22361860p22362048.html > Sent from the Harbour - Dev mailing list archive at Nabble.com. > > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour >
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
