Click here to Skip to main content
15,921,226 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Does PretranlateMsg have data in it to identify target? Pin
Anonymous8-Oct-02 6:27
Anonymous8-Oct-02 6:27 
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 
Hello,

I'm trying to write a small program that connects to an Oracle database.
Oracle delivers an oci.lib file when installing the Oracle client.
I'm also using a stream template to facilitate the working with Oracle API.

I include the oci.lib in my project's link tab, specify the location where the lib file can be found and everything works as expected. So far so good.

When I transfer my small program to a computer which doesn't have an Oracle client installed, the program complains about missing dll's. This, I can understand.

My question is: is it possible to statically link all the libraries/dll's in the lib file to my executable?
If I look at the dependecies, my program requires a lot of (Oracle) dll's. Will all of these dll's be statically linked to my executable?
And what exactly is a lib file. Just someting Visual C++ exports when you create a dll so other people can easily make use of the dll?

Thanks in advance

Wim
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 
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 

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.