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

C / C++ / MFC

 
GeneralRe: How to get disk geometry in Windows 98? Pin
David Crow13-Jan-04 2:50
David Crow13-Jan-04 2:50 
GeneralSecured/encapsulated resources Pin
neburuv9-Jan-04 6:21
neburuv9-Jan-04 6:21 
QuestionHow can I get thread handle from thread Id Pin
Kelvin_U.V9-Jan-04 5:40
Kelvin_U.V9-Jan-04 5:40 
AnswerRe: How can I get thread handle from thread Id Pin
valikac9-Jan-04 6:07
valikac9-Jan-04 6:07 
Generalserialization problem in MFC extension dll Pin
Kangaroo9-Jan-04 5:14
Kangaroo9-Jan-04 5:14 
Questionany mouse or hooker detector ? build/download source code ? Pin
NetborDev9-Jan-04 5:13
NetborDev9-Jan-04 5:13 
AnswerRe: any mouse or hooker detector ? build/download source code ? Pin
David Crow9-Jan-04 5:30
David Crow9-Jan-04 5:30 
GeneralProblem with "extension dll" Pin
Optimus Chaos9-Jan-04 5:07
Optimus Chaos9-Jan-04 5:07 
Hi there.

I'm having a problem with a project i'm currently working on.

I'm writing an MFC extension dll to simplify the reusability of code that i've written. The Project itself is called "STHDll" and i added all necessary
files to it. It currently has the two standard configurations (DEBUG and RELEASE).

In the Project's linker tab i use the following command line:

(Release)
/nologo /subsystem:windows /dll /machine:I386 /out:"../bin/STHLib.dll" /implib:"../lib/STHLib.lib"

(Debug)
/nologo /subsystem:windows /dll /machine:I386 /out:"../bin/STHLibD.dll" /implib:"../lib/STHLibD.lib"

Now if i compile it the linker gives a warning: LNK4070

STHLibD.exp : warning LNK4070: /OUT:STHDll.dll filename directive in .EXP differs from output filename "../Bin/STHLibD.dll"; ignoring directive

Now if i open the .exp file i only find references for "STHDll.dll".
Teh same is for the .lib file.

Can anybody help me with this problem, so that i can create the proper .exp
and .lib files?

Many Thanks.

Optimus Chaos

GeneralVC SP5 PSDK FEb2003 Pin
pranavamhari9-Jan-04 4:41
pranavamhari9-Jan-04 4:41 
GeneralRe: VC SP5 PSDK FEb2003 Pin
David Crow9-Jan-04 5:38
David Crow9-Jan-04 5:38 
GeneralRe: VC SP5 PSDK FEb2003 Pin
pranavamhari9-Jan-04 16:23
pranavamhari9-Jan-04 16:23 
GeneralRe: VC SP5 PSDK FEb2003 Pin
Michael Dunn9-Jan-04 17:17
sitebuilderMichael Dunn9-Jan-04 17:17 
GeneralReading a .csv file Pin
mr20039-Jan-04 4:06
mr20039-Jan-04 4:06 
GeneralRe: Reading a .csv file Pin
David Crow9-Jan-04 5:32
David Crow9-Jan-04 5:32 
GeneralRe: Reading a .csv file Pin
mr20039-Jan-04 5:56
mr20039-Jan-04 5:56 
GeneralRe: Reading a .csv file Pin
David Crow9-Jan-04 6:06
David Crow9-Jan-04 6:06 
GeneralEncryption Pin
HackerBoy9-Jan-04 4:05
HackerBoy9-Jan-04 4:05 
GeneralRe: Encryption Pin
David Crow9-Jan-04 5:25
David Crow9-Jan-04 5:25 
GeneralAlphaBlend Pin
Anthony98879-Jan-04 3:46
Anthony98879-Jan-04 3:46 
GeneralRe: AlphaBlend Pin
John R. Shaw9-Jan-04 3:56
John R. Shaw9-Jan-04 3:56 
QuestionHow to change from WORD to CString Pin
mr20039-Jan-04 3:40
mr20039-Jan-04 3:40 
AnswerRe: How to change from WORD to CString Pin
John R. Shaw9-Jan-04 3:53
John R. Shaw9-Jan-04 3:53 
AnswerRe: How to change from WORD to CString Pin
Dominik Reichl9-Jan-04 3:55
Dominik Reichl9-Jan-04 3:55 
AnswerRe: How to change from WORD to CString Pin
Ted Ferenc9-Jan-04 4:20
Ted Ferenc9-Jan-04 4:20 
AnswerRe: How to change from WORD to CString Pin
John M. Drescher9-Jan-04 4:49
John M. Drescher9-Jan-04 4:49 

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.