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

C / C++ / MFC

 
GeneralTransparent gradient shading Pin
lob5-Aug-03 21:08
lob5-Aug-03 21:08 
GeneralRe: Transparent gradient shading Pin
PJ Arends5-Aug-03 22:56
professionalPJ Arends5-Aug-03 22:56 
GeneralRe: Transparent gradient shading Pin
lob5-Aug-03 23:04
lob5-Aug-03 23:04 
QuestionQuestion about new? Pin
pani685-Aug-03 19:49
pani685-Aug-03 19:49 
AnswerRe: Question about new? Pin
Anonymous5-Aug-03 21:16
Anonymous5-Aug-03 21:16 
AnswerRe: Question about new? Pin
Toni785-Aug-03 21:20
Toni785-Aug-03 21:20 
QuestionMake LIB file from a DLL or DEF file? Pin
JMPACS5-Aug-03 19:48
sussJMPACS5-Aug-03 19:48 
AnswerRe: Make LIB file from a DLL or DEF file? Pin
Garth J Lancaster5-Aug-03 20:50
professionalGarth J Lancaster5-Aug-03 20:50 
Usually its :-

LIB /DEF:<.DEF file name>

to generate the import library and exports file. The base name of the import library will be the base name of the .DEF file. Use /OUT: to control the output library name.

This is from Microsoft KB Article 131313 (was Q131313)

http://www.codeproject.com/cpp/libfromdll.asp[^] may also be of some use

'hth', Garth
GeneralVisual C++ &amp; passing array of structures from one dialog class to another Pin
Candleman5-Aug-03 19:23
Candleman5-Aug-03 19:23 
GeneralRe: Visual C++ &amp; passing array of structures from one dialog class to another Pin
wb5-Aug-03 19:30
wb5-Aug-03 19:30 
GeneralUrgent!! How to register datagrid control when I distribute a software Pin
chq125-Aug-03 19:18
chq125-Aug-03 19:18 
GeneralRe: Urgent!! How to register datagrid control when I distribute a software Pin
Toni785-Aug-03 21:28
Toni785-Aug-03 21:28 
Generaltape sample required Pin
umairt5-Aug-03 19:16
umairt5-Aug-03 19:16 
GeneralStatus bar Pin
Gagnon Claude5-Aug-03 17:22
Gagnon Claude5-Aug-03 17:22 
GeneralRe: Status bar Pin
Michael Dunn5-Aug-03 17:52
sitebuilderMichael Dunn5-Aug-03 17:52 
GeneralUpdateRgn Doesn't work Pin
sdfdsfa5-Aug-03 17:09
sdfdsfa5-Aug-03 17:09 
GeneralRe: UpdateRgn Doesn't work Pin
Michael Dunn5-Aug-03 17:54
sitebuilderMichael Dunn5-Aug-03 17:54 
Generalruler in a plain text editor Pin
skea5-Aug-03 16:57
skea5-Aug-03 16:57 
QuestionHow to install application without VC environment when using DataGrid control Pin
chq125-Aug-03 16:42
chq125-Aug-03 16:42 
QuestionHow do i register a COM object (Direct X filter) from a applicatoin program? Pin
Member 4048135-Aug-03 15:07
Member 4048135-Aug-03 15:07 
AnswerRe: How do i register a COM object (Direct X filter) from a applicatoin program? Pin
Andrew Walker5-Aug-03 17:42
Andrew Walker5-Aug-03 17:42 
GeneralCan’t find text in a Rich Edit, using API Pin
Aidman5-Aug-03 14:45
Aidman5-Aug-03 14:45 
QuestionHow to open random files? Pin
DaveE9th5-Aug-03 14:17
DaveE9th5-Aug-03 14:17 
AnswerRe: How to open random files? Pin
kochhar5-Aug-03 14:39
kochhar5-Aug-03 14:39 
GeneralRe: How to open random files? Pin
DaveE9th5-Aug-03 23:37
DaveE9th5-Aug-03 23:37 

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.