WndReadPalBmpEx problem

Post Reply
User avatar
damianodec
Posts: 372
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia
Contact:

WndReadPalBmpEx problem

Post by damianodec »

I have this istruction:

Code: Select all

...
cNomeFilepng = "\\serverlan\database$\imagefolder\Products\1052.bmp"

aBmp := WndReadPalBmpEx(nil, cNomeFilepng)

 
aBmp returns array with "NOT FOUND"

\\serverlan\database$\imagefolder\Products\ is a share folder inside "serverlan" server and "serverlan" has user and password

is this the problem?

how can I to access to that share folder by WndReadPalBmpEx function?

thank you
FiveWin for xHarbour 17.09 - Sep. 2017 - Embarcadero C++ 7.00 for Win32
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
User avatar
damianodec
Posts: 372
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia
Contact:

Re: WndReadPalBmpEx problem

Post by damianodec »

hi,
I'm solved, it need access by explorer from client to that share folder and it's ok.

thank you!
FiveWin for xHarbour 17.09 - Sep. 2017 - Embarcadero C++ 7.00 for Win32
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
Post Reply