Super skin Static librar release,But there are some problems

Everything else that doesn't fall into one of the other PB categories.
callroot
User
User
Posts: 64
Joined: Sat Mar 05, 2016 10:46 pm

Super skin Static librar release,But there are some problems

Post 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
callroot
User
User
Posts: 64
Joined: Sat Mar 05, 2016 10:46 pm

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

Post by callroot »

Online waiting, no friends can solve it
User avatar
Michael Vogel
Addict
Addict
Posts: 2666
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

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

Post by Michael Vogel »

First problem, you create a rar file and call it a zip...
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

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

Post by Josh »

Second problem, you use to many styles in your request :mrgreen:
sorry for my bad english
callroot
User
User
Posts: 64
Joined: Sat Mar 05, 2016 10:46 pm

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

Post 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
callroot
User
User
Posts: 64
Joined: Sat Mar 05, 2016 10:46 pm

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

Post by callroot »

Josh wrote:Second problem, you use to many styles in your request :mrgreen:
Pellesc normal but PUREBASIC can not be used normally
User avatar
chi
Addict
Addict
Posts: 1028
Joined: Sat May 05, 2007 5:31 pm
Location: Linz, Austria

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

Post 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.
Et cetera is my worst enemy
callroot
User
User
Posts: 64
Joined: Sat Mar 05, 2016 10:46 pm

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

Post by callroot »

Static library no source
User avatar
Rings
Moderator
Moderator
Posts: 1427
Joined: Sat Apr 26, 2003 1:11 am

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

Post by Rings »

topic closed.
there are too much 'malware' source questions
from the poster, (-> Detour , InjectDLL, Cryptic macros
in sources, )

can't tolerate .
deactivated..
SPAMINATOR NR.1
Locked