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

C / C++ / MFC

 
GeneralOutlook Automation Pin
Amir Leshem14-Mar-04 23:45
Amir Leshem14-Mar-04 23:45 
GeneralThread Problem Pin
Caoimh14-Mar-04 22:50
Caoimh14-Mar-04 22:50 
GeneralRe: Thread Problem Pin
Caoimh15-Mar-04 7:05
Caoimh15-Mar-04 7:05 
GeneralRe: Thread Problem Pin
Nitron15-Mar-04 15:26
Nitron15-Mar-04 15:26 
GeneralRe: Thread Problem Pin
Caoimh16-Mar-04 0:04
Caoimh16-Mar-04 0:04 
GeneralIncluding library to Visual C++ Pin
JeabJB14-Mar-04 22:45
JeabJB14-Mar-04 22:45 
GeneralRe: Including library to Visual C++ Pin
Prakash Nadar14-Mar-04 23:22
Prakash Nadar14-Mar-04 23:22 
GeneralRe: Including library to Visual C++ Pin
Steve S15-Mar-04 0:41
Steve S15-Mar-04 0:41 
You can use

#pragma comment(lib,"mylib.lib")

in some file like stdafx.cpp (so it's only present once), and that will force it to be pulled in at link time. Note that the compiler won't check that the lib file exists, but the linker will.

Alternatively, add it to the list of libs.

Don't know about Delphi libs, I'm afraid. They might have different calling conventions or anything...

Steve S
GeneralGetting access to OE inbox Pin
ravjak14-Mar-04 22:09
ravjak14-Mar-04 22:09 
GeneralRe: Getting access to OE inbox Pin
Joel Lucsy15-Mar-04 5:18
Joel Lucsy15-Mar-04 5:18 
GeneralRe: Getting access to OE inbox Pin
ravjak15-Mar-04 10:46
ravjak15-Mar-04 10:46 
GeneralFilter Driver for File Operations Pin
mmica14-Mar-04 21:51
mmica14-Mar-04 21:51 
GeneralRe: Filter Driver for File Operations Pin
Ravi Bhavnani15-Mar-04 4:06
professionalRavi Bhavnani15-Mar-04 4:06 
GeneralDialogBox Pin
asv14-Mar-04 21:25
asv14-Mar-04 21:25 
GeneralRe: DialogBox Pin
Prakash Nadar14-Mar-04 21:36
Prakash Nadar14-Mar-04 21:36 
GeneralTinting a Bitmap Pin
MeterMan14-Mar-04 20:30
MeterMan14-Mar-04 20:30 
GeneralRe: Tinting a Bitmap Pin
Monty214-Mar-04 20:37
Monty214-Mar-04 20:37 
GeneralRe: Tinting a Bitmap Pin
MeterMan14-Mar-04 20:42
MeterMan14-Mar-04 20:42 
GeneralRe: Tinting a Bitmap Pin
Monty214-Mar-04 20:56
Monty214-Mar-04 20:56 
GeneralGaining Exclusive Access over a used volume Pin
mmica14-Mar-04 20:17
mmica14-Mar-04 20:17 
GeneralRe: Gaining Exclusive Access over a used volume Pin
Antti Keskinen14-Mar-04 21:30
Antti Keskinen14-Mar-04 21:30 
GeneralRe: Gaining Exclusive Access over a used volume Pin
mmica14-Mar-04 21:49
mmica14-Mar-04 21:49 
GeneralUsing Bitmasks Pin
monrobot1314-Mar-04 19:14
monrobot1314-Mar-04 19:14 
GeneralRe: Using Bitmasks Pin
Antti Keskinen14-Mar-04 21:47
Antti Keskinen14-Mar-04 21:47 
GeneralModeless Messagebox Pin
Prakash Nadar14-Mar-04 17:50
Prakash Nadar14-Mar-04 17:50 

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.