forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Save-It
Goto page Previous  1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Other Product Support/Announcements
View previous topic :: View next topic  
Author Message
Tdk161
Valued Contributor
Valued Contributor


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Wed May 04, 2011 11:33 pm    Post subject: Reply with quote

Chris,

strange what you said me about Vdszip.dll because I use normaly with vds6
what type of issue did you founded?
Back to top
View user's profile Send private message Send e-mail
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Wed May 04, 2011 11:48 pm    Post subject: Reply with quote

It is VDSZip50.dll. It doesn't work in VDS 6 because it cannot use the registration key. I have tried a few time trying different things, but no luck. Sad
_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tdk161
Valued Contributor
Valued Contributor


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Thu May 05, 2011 12:13 am    Post subject: Reply with quote

mmm, really strange, when and what type of issue you retrive?
Back to top
View user's profile Send private message Send e-mail
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Thu May 05, 2011 12:24 am    Post subject: Reply with quote

I get this error when I compile a script

http://cl.ly/3d0W1V1O0x2a1h3y2E00

_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tdk161
Valued Contributor
Valued Contributor


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Thu May 05, 2011 12:34 am    Post subject: Reply with quote

I use this vds5zip.dll
try to use it instead your, maybe work
http://www.mediafire.com/?rktatnszwpnb70j
also with this I can compile my script without error in Vds6
Back to top
View user's profile Send private message Send e-mail
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Thu May 05, 2011 12:43 am    Post subject: Reply with quote

That's really frustrating. I get the same error as before. Are you using the Reg string at the end of the dll to register it?

External VDSZip50.dll,0000-0000-0000-0000

Do you have an example you can post that compiles and runs in VDS 6 without the error?

_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tdk161
Valued Contributor
Valued Contributor


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Thu May 05, 2011 12:46 am    Post subject: Reply with quote

yes, please waiy some moment, I prepare and upload it ok?
Back to top
View user's profile Send private message Send e-mail
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Thu May 05, 2011 12:49 am    Post subject: Reply with quote

Great thanks. I'll be here. Hope I can get it to work in VDS6, I have been ever since VDS 6 came out.
_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tdk161
Valued Contributor
Valued Contributor


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Thu May 05, 2011 1:02 am    Post subject: Reply with quote

try this, it's a my project never finisched Crying or Very sad
http://www.mediafire.com/?bgdcrwzzsu1fjo7
event not implemented, sorry
Back to top
View user's profile Send private message Send e-mail
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Thu May 05, 2011 1:07 am    Post subject: Reply with quote

It worked. Could I see the source? Maybe it's something in there that you are doing to get it to work and I am missing?
_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tdk161
Valued Contributor
Valued Contributor


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Thu May 05, 2011 1:12 am    Post subject: Reply with quote

yes Smile
Code:
#Option TipTime,60
OPTION SHUTDOWN,Uscita
OPTION DecimalSep,,
OPTION DATEFORMAT,dd/mm/yyyy
OPTION DATESEP,/
#Option Scale,96

#LOADLIB Desdll.dll
External vdsZip50.dll,xxx-xxxx-xxxx-xxxx
#External vdsObj.dll

#Define Command,MakeSfx
#Define Command,Zip
#Define Function,Zip
#Define Command,Unzip

#Resource Add,Bitmap,Face.bmp
#Resource Add,Bitmap,Bug.bmp
#Resource Add,Bitmap,Save.bmp
#Resource Add,Bitmap,Stop.bmp
#Resource Add,Bitmap,Open.bmp
#Resource Add,Bitmap,HELPSMAL.BMP
#Resource Add,Bitmap,Ok.BMP
#Resource Add,Bitmap,Esci.BMP
#Resource Add,Bitmap,Key.BMP
#Resource Add,Bitmap,Inf.BMP
#Resource Add,Bitmap,file.bmp
#Resource Add,Bitmap,Ut.BMP
#Resource Add,Bitmap,page_key.bmp
##Resource Add,Bitmap,accept.bmp
#Resource Add,Bitmap,EsportaKey.bmp
#Resource Add,Bitmap,Delete.bmp
#Resource Add,Bitmap,Logo.bmp
#Resource Add,Bitmap,Misc14.bmp
#Resource Add,Bitmap,Misc15.bmp
#Resource Add,Bitmap,folder_key.bmp

#Include Desdsu.dsu
#Include Guid.dsu
#Include StdLib.dsu
#Include CueBanner.dsu
#Include GradientBar.DSu
##Include extTable.DSu
#Include Editor.dsc
#Include Funzioni.dsc

%%Versione = 0.1.8
%%IniFile = @Curdir()\Config.ini
%%PasswordMia = Insonnia1970
%%BaseDati = @New(List)
%%Case_ =
%%OldPos_ =
#%%Voce =

Title MyCrypter %%Versione

IniFile Open,%%IniFile

  DIALOG CREATE,MyCrypter,-1,0,526,304,ONTOP,SMALLCAP,dragdrop Main
  DIALOG ADD,STYLE,STYLE1,Times New Roman,,B,,008040
  DIALOG ADD,BITBTN,CreaPack,4,4,20,20,#file.bmp,,Crea Pacchetto
  DIALOG ADD,BITBTN,Elimina,4,20,20,20,#Pulisci.Bmp,,Azzera Contenuto
  DIALOG ADD,BITBTN,Msg,4,40,20,20,#page_key.bmp,,Inserisci Messaggio
  DIALOG ADD,MENU,File,Apri;;#Open.bmp|-|Esci;;#Esci.bmp
  DIALOG ADD,MENU,KeyFile,Crea Keyfile Pubblico;;#Key.bmp|Archivio Keyfile condivisi;;#folder_key.bmp
  DIALOG ADD,MENU,Strumenti,Dati Utente;;#Face.bmp|Opzioni;;#Ut.bmp
  DIALOG ADD,MENU,Help,Aiuto;;#HELPSMAL.BMP|Informazioni;;#Inf.bmp
  DIALOG ADD,EDIT,CercaTxt,4,68,204,16
  DIALOG ADD,bitLIST,elenco,32,2,520,249,,CLICK,STYLE1
#  Cuebanner CercaTxt,Filtro Elenco
  DIALOG ADD,PROGRESS,Barra,288,0,524,12,0,SMOOTH,HORIZONTAL
  DIALOG ADD,STATUS,Stato,@Count(Elenco) Files[70L]|Caricamento[300R],STYLE1
  DIALOG ADD,BITMAP,Case,8,272,12,12,#Misc14.bmp,Case Sensitive,STRETCH,CLICK,HAND
  DIALOG SHOW 
  Dialog Hide,barra
  If @Not(%1)
#    SplashScreen
  End
:MainLoop
    Refresh
:uLoop
  Wait Event
  %E = m@Event()
  info %E
  If @Equal(%e,MCLOSE)
    Stop
  End
  Goto MainLoop


thats all, and aorry for delay of my answer, my adsl today it's avery oops adsl, Mad Mad Mad Mad Mad
Back to top
View user's profile Send private message Send e-mail
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Thu May 05, 2011 1:21 am    Post subject: Reply with quote

Ug... It still doesn't work. Maybe it's something in my dll reg code or with my installation of VDS 6. I have un-installed and re-installed, and that didn't work either.

I have tried compiling in the different types also; integrated and standard still doesn't work....

I guess I'm stuck with VDS 5. I have tried another zip dll, but it doesn't work as nicely and I got errors with that as well.

Sucks! Sad

Thanks for trying to help.

_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tdk161
Valued Contributor
Valued Contributor


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Thu May 05, 2011 1:25 am    Post subject: Reply with quote

Wait, my friend, just a moment Very Happy
Can you give me you email please?
It's possible to resolve your issue
Back to top
View user's profile Send private message Send e-mail
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1751
Location: Space and Time

PostPosted: Thu May 05, 2011 1:26 am    Post subject: Reply with quote

It's at the bottom of my post. Smile Click on the Email button.
_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tdk161
Valued Contributor
Valued Contributor


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Thu May 05, 2011 1:27 am    Post subject: Reply with quote

ok Very Happy
thank you
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Other Product Support/Announcements All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 3 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group