Click here to Skip to main content
15,913,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncreating .dll and .lib files Pin
Y K Kishore Kumar26-Apr-07 22:37
Y K Kishore Kumar26-Apr-07 22:37 
AnswerRe: creating .dll and .lib files Pin
Cedric Moonen26-Apr-07 22:59
Cedric Moonen26-Apr-07 22:59 
AnswerRe: creating .dll and .lib files Pin
Y K Kishore Kumar26-Apr-07 23:04
Y K Kishore Kumar26-Apr-07 23:04 
GeneralRe: creating .dll and .lib files Pin
Cedric Moonen26-Apr-07 23:06
Cedric Moonen26-Apr-07 23:06 
AnswerRe: creating .dll and .lib files Pin
Y K Kishore Kumar26-Apr-07 23:14
Y K Kishore Kumar26-Apr-07 23:14 
GeneralRe: creating .dll and .lib files Pin
Cedric Moonen26-Apr-07 23:18
Cedric Moonen26-Apr-07 23:18 
GeneralRe: creating .dll and .lib files Pin
Y K Kishore Kumar26-Apr-07 23:34
Y K Kishore Kumar26-Apr-07 23:34 
GeneralRe: creating .dll and .lib files Pin
Cedric Moonen26-Apr-07 23:38
Cedric Moonen26-Apr-07 23:38 
Y K Kishore Kumar wrote:
Because some projects are working without this function.


You need to export at least one function so that the lib file will be generated. In your case, if no lib file is generated, it means that no function has been exported. So, it means that your dll is useless Big Grin | :-D (a dll that doesn't export anything is completely useless). If you need to add this function to have a lib file generated, then I think you have a problem.


Cédric Moonen
Software developer

Charting control [v1.2 - Updated]

AnswerRe: creating .dll and .lib files Pin
Y K Kishore Kumar27-Apr-07 0:10
Y K Kishore Kumar27-Apr-07 0:10 
QuestionJpeg format picture Pin
iayd26-Apr-07 22:02
iayd26-Apr-07 22:02 
AnswerRe: Jpeg format picture Pin
jhwurmbach26-Apr-07 22:10
jhwurmbach26-Apr-07 22:10 
GeneralRe: Jpeg format picture Pin
Hamid_RT26-Apr-07 22:23
Hamid_RT26-Apr-07 22:23 
AnswerRe: Jpeg format picture Pin
Paresh Chitte26-Apr-07 22:15
Paresh Chitte26-Apr-07 22:15 
AnswerRe: Jpeg format picture Pin
Hamid_RT26-Apr-07 22:21
Hamid_RT26-Apr-07 22:21 
AnswerRe: Jpeg format picture Pin
Hamid_RT26-Apr-07 22:25
Hamid_RT26-Apr-07 22:25 
QuestionPart of button image becomes invisible after click Pin
rp_suman26-Apr-07 21:35
rp_suman26-Apr-07 21:35 
AnswerRe: Part of button image becomes invisible after click Pin
jk chan26-Apr-07 22:51
jk chan26-Apr-07 22:51 
QuestionRe: Part of button image becomes invisible after click Pin
prasad_som26-Apr-07 22:52
prasad_som26-Apr-07 22:52 
AnswerRe: Part of button image becomes invisible after click Pin
rp_suman26-Apr-07 23:20
rp_suman26-Apr-07 23:20 
GeneralRe: Part of button image becomes invisible after click Pin
prasad_som26-Apr-07 23:24
prasad_som26-Apr-07 23:24 
QuestionMenu Problem Pin
kiranin26-Apr-07 21:18
kiranin26-Apr-07 21:18 
QuestionVC++ 6.0 conflict with Office 2007 ? Pin
GameProfessor26-Apr-07 21:08
GameProfessor26-Apr-07 21:08 
QuestionGetSystemPowerStatusEx2 undeclared Pin
sheela Rajaram26-Apr-07 21:00
sheela Rajaram26-Apr-07 21:00 
AnswerRe: GetSystemPowerStatusEx2 undeclared Pin
CPallini26-Apr-07 21:10
mveCPallini26-Apr-07 21:10 
GeneralRe: GetSystemPowerStatusEx2 undeclared Pin
sheela Rajaram26-Apr-07 22:12
sheela Rajaram26-Apr-07 22:12 

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.