Click here to Skip to main content
15,914,160 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can we set BackGround Color & Text Color in the ListBox? Pin
ATC7-Oct-02 9:54
ATC7-Oct-02 9:54 
AnswerRe: How can we set BackGround Color & Text Color in the ListBox? Pin
Joaquín M López Muñoz7-Oct-02 9:59
Joaquín M López Muñoz7-Oct-02 9:59 
GeneralRe: For a ListBox not a ListCtrl! Pin
7-Oct-02 14:01
suss7-Oct-02 14:01 
AnswerRe: How can we set BackGround Color & Text Color in the ListBox? Pin
valikac7-Oct-02 10:28
valikac7-Oct-02 10:28 
GeneralRe: How can we set BackGround Color & Text Color in the ListBox? Pin
Anonymous7-Oct-02 14:03
Anonymous7-Oct-02 14:03 
GeneralRe: How can we set BackGround Color & Text Color in the ListBox? Pin
valikac7-Oct-02 15:29
valikac7-Oct-02 15:29 
GeneralStatically link .lib file Pin
Wim Jans7-Oct-02 9:33
Wim Jans7-Oct-02 9:33 
GeneralRe: Statically link .lib file Pin
Joaquín M López Muñoz7-Oct-02 9:38
Joaquín M López Muñoz7-Oct-02 9:38 
is it possible to statically link all the libraries/dll's in the lib file to my executable?

No, there's no way to have DLLs bundled into your .EXE. However, you can install them along with your executable (possibily in the same directory) if you use some sort of installation program to ship your app.

And what exactly is a lib file

There are two types of static libraries:
  1. Regular libs are just compiled pieces of code you can link and use without further dependencies from DLLs.
  2. Import libs are static libraries you can use to dynamically link functions from a DLL. These import libs search the DLL at tun-time, locate the functions and load them for the app to use, roughly speaking. DLLs can be used without this aid, though usually is best to rely on import libs to do the job.


Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Statically link .lib file Pin
Navin7-Oct-02 10:55
Navin7-Oct-02 10:55 
GeneralRe: Statically link .lib file Pin
Chris Losinger7-Oct-02 11:53
professionalChris Losinger7-Oct-02 11:53 
GeneralRe: Statically link .lib file Pin
Wim Jans8-Oct-02 2:26
Wim Jans8-Oct-02 2:26 
GeneralUsing checkboxes only in certain items of a listctrl (using the standard listctrl) Pin
Joan M7-Oct-02 9:28
professionalJoan M7-Oct-02 9:28 
GeneralRe: Using checkboxes only in certain items of a listctrl (using the standard listctrl) Pin
Max Santos7-Oct-02 12:16
Max Santos7-Oct-02 12:16 
GeneralObject Design Question Pin
Richard Longhorn McHoney7-Oct-02 9:17
sussRichard Longhorn McHoney7-Oct-02 9:17 
GeneralRe: Object Design Question Pin
Joaquín M López Muñoz7-Oct-02 9:31
Joaquín M López Muñoz7-Oct-02 9:31 
GeneralRe: Object Design Question Pin
Richard Longhorn Mchony7-Oct-02 13:37
sussRichard Longhorn Mchony7-Oct-02 13:37 
GeneralRe: Object Design Question Pin
Paul M Watt7-Oct-02 20:17
mentorPaul M Watt7-Oct-02 20:17 
GeneralClistctrl and insertItem Pin
ns7-Oct-02 9:08
ns7-Oct-02 9:08 
GeneralRe: Clistctrl and insertItem Pin
Joaquín M López Muñoz7-Oct-02 10:04
Joaquín M López Muñoz7-Oct-02 10:04 
GeneralRe: Clistctrl and insertItem Pin
ns8-Oct-02 1:15
ns8-Oct-02 1:15 
GeneralQuick SDI Question Pin
Anonymous7-Oct-02 9:02
Anonymous7-Oct-02 9:02 
GeneralRe: Quick SDI Question Pin
Jörgen Sigvardsson7-Oct-02 10:02
Jörgen Sigvardsson7-Oct-02 10:02 
GeneralRe: Quick SDI Question Pin
Anonymous7-Oct-02 10:12
Anonymous7-Oct-02 10:12 
Generalc++ to c# question Pin
Duckworth7-Oct-02 8:57
Duckworth7-Oct-02 8:57 
GeneralRe: c++ to c# question Pin
Jörgen Sigvardsson7-Oct-02 10:09
Jörgen Sigvardsson7-Oct-02 10:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.