#1 Burning Software

It is currently Wed Dec 18, 2024 11:15 pm

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Difference between Debug/Relase Lib?
PostPosted: Tue Jun 28, 2005 8:19 pm 
Offline

Joined: Sun Feb 13, 2005 3:37 pm
Posts: 19
Is there any difference between the debug & release versions of the Dynamic StarBurn.lib? Both are same size in bytes.


Top
 Profile  
 
 Post subject: Re: Difference between Debug/Relase Lib?
PostPosted: Wed Jun 29, 2005 8:59 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Dynamic .libs are just void stubs of functions exported from the DLL. So it's OK for dynamic debug and release be the same in size as same set of functions is exported in every case and no additional functionality debug or release version has. So you can use interchangably. However it's not recommended as things could change (f.e. new API would be added to release only version or vice versa) and you'll have to update your project files.

Sonix wrote:
Is there any difference between the debug & release versions of the Dynamic StarBurn.lib? Both are same size in bytes.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 41 guests


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 post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group