Click here to Skip to main content
15,920,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to convert image into binary using C++ Pin
Code-o-mat1-Mar-09 5:39
Code-o-mat1-Mar-09 5:39 
AnswerRe: how to convert image into binary using C++ Pin
Eytukan1-Mar-09 6:11
Eytukan1-Mar-09 6:11 
GeneralOT: Finding a function in a disassembly. Pin
Brady Kelly1-Mar-09 1:48
Brady Kelly1-Mar-09 1:48 
GeneralRe: OT: Finding a function in a disassembly. Pin
«_Superman_»1-Mar-09 1:55
professional«_Superman_»1-Mar-09 1:55 
GeneralRe: OT: Finding a function in a disassembly. Pin
Brady Kelly1-Mar-09 2:46
Brady Kelly1-Mar-09 2:46 
GeneralRe: OT: Finding a function in a disassembly. Pin
Stuart Dootson1-Mar-09 2:29
professionalStuart Dootson1-Mar-09 2:29 
GeneralRe: OT: Finding a function in a disassembly. Pin
Brady Kelly1-Mar-09 2:36
Brady Kelly1-Mar-09 2:36 
QuestionStatic Library Issue Pin
dehseth28-Feb-09 23:52
dehseth28-Feb-09 23:52 
Hey ppl,

I have create a static library project and build it successfully on debug mode and release mode. Thumbs Up | :thumbsup:
Now I have a different project which uses this static library with
#paragma comment (lib, mylib)

When I compile and run my project in debug mode it runs successfully. Smile | :)
When I compile my project in release mode it compiles successfully but wont run. D'Oh! | :doh: And when I try to run release mode inside Visual Studio it gives me these errors:

Error 1 fatal error C1083: Cannot open source file: '.\XWindow.cpp': No such file or directory c1xx
Error 2 fatal error C1083: Cannot open source file: '.\XTexture.cpp': No such file or directory c1xx
Error 3 fatal error C1083: Cannot open source file: '.\XTextBox.cpp': No such file or directory c1xx
Error 4 fatal error C1083: Cannot open source file: '.\XText.cpp': No such file or directory c1xx
Error 5 fatal error C1083: Cannot open source file: '.\XPen.cpp': No such file or directory c1xx WTF | :WTF:

... list goes on.

These files are included in mylib.lib that's why I used static lib. So why this happens? Confused | :confused:

One more thing, my library's file size in debug mode is 3.103Kb and in release mode 11.349Kb. I expect it would be more less in relase mode.. Unsure | :~

Thank you... Big Grin | :-D
AnswerRe: Static Library Issue Pin
Cedric Moonen1-Mar-09 2:06
Cedric Moonen1-Mar-09 2:06 
GeneralRe: Static Library Issue Pin
dehseth1-Mar-09 2:30
dehseth1-Mar-09 2:30 
NewsRe: Static Library Issue Pin
dehseth1-Mar-09 3:30
dehseth1-Mar-09 3:30 
Questionprotected constructor Pin
samira forooghi28-Feb-09 21:20
samira forooghi28-Feb-09 21:20 
AnswerRe: protected constructor Pin
Eytukan28-Feb-09 21:26
Eytukan28-Feb-09 21:26 
GeneralRe: protected constructor Pin
samira forooghi28-Feb-09 21:44
samira forooghi28-Feb-09 21:44 
GeneralRe: protected constructor Pin
Eytukan28-Feb-09 22:30
Eytukan28-Feb-09 22:30 
AnswerRe: protected constructor Pin
«_Superman_»28-Feb-09 21:34
professional«_Superman_»28-Feb-09 21:34 
GeneralRe: protected constructor Pin
samira forooghi28-Feb-09 22:32
samira forooghi28-Feb-09 22:32 
AnswerRe: protected constructor Pin
Stuart Dootson28-Feb-09 22:31
professionalStuart Dootson28-Feb-09 22:31 
GeneralRe: protected constructor Pin
samira forooghi28-Feb-09 22:38
samira forooghi28-Feb-09 22:38 
Question[Message Deleted] Pin
Subhash Madhukar28-Feb-09 20:19
Subhash Madhukar28-Feb-09 20:19 
AnswerIf you want to be rescued. Pin
Eytukan28-Feb-09 21:20
Eytukan28-Feb-09 21:20 
AnswerRe: please help me !!!!! rescue me Pin
Code-o-mat28-Feb-09 22:42
Code-o-mat28-Feb-09 22:42 
QuestionHow to use "PrintWindow" functin in windows2000 and VC6.0 ? Pin
lyo28-Feb-09 17:12
lyo28-Feb-09 17:12 
AnswerRe: How to use "PrintWindow" functin in windows2000 and VC6.0 ? Pin
Hamid_RT28-Feb-09 19:25
Hamid_RT28-Feb-09 19:25 
QuestionRe: How to use "PrintWindow" functin in windows2000 and VC6.0 ? Pin
lyo28-Feb-09 20:54
lyo28-Feb-09 20:54 

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.