Antonio
First chance I have had to install 1409 build 6 .. taking the simple grouptest program+Xp Manifest I get this compile error:
Unresolved external 'SHCreateDirectoryExA' referenced from c:\fwh1409\Lib\FIVEHC.LIB|MKDIR
I am using xHarbour and Borland 5.82
Rick Lipkin
Unresolved external 'SHCreateDirectoryExA' referenced from c:\fwh1409\Lib\FIVEHC.LIB|MKDIR
First chance I have had to install 1409 build 6 .. taking the simple grouptest program+Xp Manifest I get this compile error:
Unresolved external 'SHCreateDirectoryExA' referenced from c:\fwh1409\Lib\FIVEHC.LIB|MKDIR
I am using xHarbour and Borland 5.82
Rick Lipkin
#include "FiveWin.ch"
function Main()
local oDlg
SetDlgGradient( { { 1, RGB( 199, 216, 237 ), RGB( 237, 242, 248 ) } } )
DEFINE DIALOG oDlg SIZE 300, 300
@ 1, 1 GROUP TO 4, 12 PROMPT "First" OF oDlg
@ 5, 1 GROUP TO 8, 12 PROMPT "Second" OF oDlg
ACTIVATE DIALOG oDlg CENTERED
return nilUnresolved external 'SHCreateDirectoryExA' referenced from c:\fwh1409\Lib\FIVEHC.LIB|MKDIR