Board index » cppbuilder » How to proper Build for 'Deployment' in BDS..
JasperP
![]() CBuilder Developer |
How to proper Build for 'Deployment' in BDS..2006-08-30 08:54:45 PM cppbuilder107 What I know and what I do: ----------------------------- - Set the standard Build Configuration 'Release Build' to 'Active'. - Uncheck 'Use dynamic RTL'. - Uncheck 'Build with runtime packages'. But do I now Build the Project with unwanted LIB's/Runtime packages and DLL's? How should I approach this? Also, If I examine the .exe I see: --------------------------- - Not-used mouse-pointers for example and SQL-hourglass (which I didn't use or have tried in the project) (I know they are 'part of' the default pointers, but other unused default pointers are NOT in the .exe) - Not-used Bitmaps (which I didn't use or have tried in the project) BBABORT BBALL BBCANCEL BBCLOSE BBHELP BBIGNORE BBNO BBOK BBRETRY BBYES PREVIEWGLYPH - A TLoginDialog (which I didn't use or have tried in the project) Jasper |