Link to home
Start Free TrialLog in
Avatar of SWP
SWP

asked on

API

Hi Experts,

  I wish to know why did the error below occured :)
  - can't find Dll entry point GetProfileString in Kernel32

  GetProfileString is a Function delare with :)

 declare function GetProfileString Lib "Kernel32" ( byval Sname as string, byval Kname as string, byval Def as string, byval Ret as string, byVal size )as integer


 How can I fix this problem ?

thanks



SWP
Avatar of SWP
SWP

ASKER

Edited text of question
ASKER CERTIFIED SOLUTION
Avatar of movieguy
movieguy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You have an addin for this in VB. Add it by Addin manager.

Avatar of SWP

ASKER

Yes, You had answered my quetion. Thank you.