Page 1 of 1

Super skin Static librar release,But there are some problems

Posted: Sat Apr 08, 2017 1:25 pm
by callroot
I'll upload a few pictures

This is a beautiful skin library

I use Pellesc to call the static library is normal

Image


But PUB call can not, the reason can not find

Image


There are no technical high friends, can solve

Source code download

http://pan.kzwr.com/kzwrfs?fid=555a121b ... 19rw8r.zip

Re: Super skin Static librar release,But there are some prob

Posted: Sun Apr 09, 2017 12:57 am
by callroot
Online waiting, no friends can solve it

Re: Super skin Static librar release,But there are some prob

Posted: Sun Apr 09, 2017 6:50 am
by Michael Vogel
First problem, you create a rar file and call it a zip...

Re: Super skin Static librar release,But there are some prob

Posted: Sun Apr 09, 2017 7:50 am
by Josh
Second problem, you use to many styles in your request :mrgreen:

Re: Super skin Static librar release,But there are some prob

Posted: Sun Apr 09, 2017 8:24 am
by callroot
Michael Vogel wrote:First problem, you create a rar file and call it a zip...
Yes upload requirements must be ZIP so changed the name

Re: Super skin Static librar release,But there are some prob

Posted: Sun Apr 09, 2017 8:27 am
by callroot
Josh wrote:Second problem, you use to many styles in your request :mrgreen:
Pellesc normal but PUREBASIC can not be used normally

Re: Super skin Static librar release,But there are some prob

Posted: Sun Apr 09, 2017 3:18 pm
by chi
Download SkinSharp for VC++ and copy SkinH_VC\Lib\SkinHu.lib to SkinH_VC\Bin\ and create a new PB file:

Code: Select all

Import "SkinHu.lib"
  SkinH_Attach()
  SkinH_AttachEx(strSkin.s, strPwd.s)
  SkinH_Detach()
EndImport

SkinH_Attach() ;;; load skinh.she
;SkinH_AttachEx("Aero.she", "")
;SkinH_AttachEx("QQ2008.she", "")

OpenWindow(0, 0, 0, 800, 500, "title", #PB_Window_SystemMenu|#PB_Window_MinimizeGadget|#PB_Window_MaximizeGadget|#PB_Window_SizeGadget|#PB_Window_ScreenCentered|#PB_Window_Invisible)
ButtonGadget(0, 10, 10, 100, 30, "button")
HideWindow(0, #False)

Repeat
  event = WaitWindowEvent()
  Select event
    Case #PB_Event_Gadget
      Select EventGadget()
          
        Case 0
          MessageRequester("", "")
          
      EndSelect
  EndSelect
Until event = #PB_Event_CloseWindow

SkinH_Detach()
But you need to ship the dll too! Don't know where your static lib version is from... Maybe I can help you if you share the original link.

Re: Super skin Static librar release,But there are some prob

Posted: Mon Apr 10, 2017 6:50 am
by callroot
Static library no source

Re: Super skin Static librar release,But there are some prob

Posted: Mon Apr 10, 2017 8:51 am
by Rings
topic closed.
there are too much 'malware' source questions
from the poster, (-> Detour , InjectDLL, Cryptic macros
in sources, )

can't tolerate .
deactivated..