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 


DSU bug ?

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Wed Aug 27, 2003 2:12 am    Post subject: DSU bug ? Reply with quote

1. Not a very serious thing but :
If you define a custom command in the DSU before the same named custom function the command is not ercognised and becomes invalid. .
This won't happen if you do the otherway round or use a include file instead of DSU

COMMAND,FILEINFO is invalid
Code:

#DEFINE COMMAND,FILEINFO
#DEFINE FUNCTION,FILEINFO


COMMAND,FILEINFO NOW works
Code:

#DEFINE FUNCTION,FILEINFO
#DEFINE COMMAND,FILEINFO


2. I think VDS exes containing a DSU more than a few (?5) kb as include is not compressible by UPX.
May be problematic for shareware authors.

Regards

_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Thu Aug 28, 2003 4:38 pm    Post subject: Reply with quote

That's because it starts with an existing command, 'file'... Smile
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Fri Aug 29, 2003 2:11 pm    Post subject: Reply with quote

Skit3000 wrote:
That's because it starts with an existing command, 'file'... Smile

I too though tlike that but why should second one work and first one too if it is a include file that is not a .dsu Confused

Regards

_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Fri Aug 29, 2003 2:56 pm    Post subject: Reply with quote

I don't know, maybe the IDE runs the file a bit diffent than if it is a stand-alone exe?
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
vdsalchemist
Admin Team


Joined: 23 Oct 2001
Posts: 1448
Location: Florida, USA

PostPosted: Fri Aug 29, 2003 6:18 pm    Post subject: Reply with quote

Hi All,
I have had this same problem but I thought it was just my DSU Smile I have also had a problem where I had to #DEFINE the command and functions in the main source file... Also you are correct about the UPX problem but that is not a fault of VDS... UPX is the reason for this... UPX is a 3rd party program.

_________________
Home of

Give VDS a new purpose!
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Bug Reports All times are GMT
Page 1 of 1

 
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