Click here to Skip to main content
15,908,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: --i not equal to i - 1 ??? Pin
PJ Arends23-Feb-11 11:31
professionalPJ Arends23-Feb-11 11:31 
GeneralRe: --i not equal to i - 1 ??? Pin
Cristoff23-Feb-11 11:47
Cristoff23-Feb-11 11:47 
AnswerRe: --i not equal to i - 1 ??? Pin
Peter_in_278023-Feb-11 12:23
professionalPeter_in_278023-Feb-11 12:23 
Answeryes the value of --i equals that of i - 1 however the side effects are different Pin
Luc Pattyn23-Feb-11 13:36
sitebuilderLuc Pattyn23-Feb-11 13:36 
GeneralRe: yes the value of --i equals that of i - 1 however the side effects are different Pin
Stefan_Lang24-Feb-11 1:59
Stefan_Lang24-Feb-11 1:59 
QuestionKey pressed time Logic Pin
manchukuo23-Feb-11 9:29
manchukuo23-Feb-11 9:29 
AnswerRe: Key pressed time Logic Pin
David Crow23-Feb-11 9:32
David Crow23-Feb-11 9:32 
GeneralRe: Key pressed time Logic Pin
manchukuo23-Feb-11 10:12
manchukuo23-Feb-11 10:12 
QuestionRe: Key pressed time Logic Pin
David Crow23-Feb-11 10:18
David Crow23-Feb-11 10:18 
AnswerRe: Key pressed time Logic Pin
manchukuo23-Feb-11 10:20
manchukuo23-Feb-11 10:20 
Questionunresolved external symbol error when i compile my win32 app Pin
smishtiaqhussain23-Feb-11 1:53
smishtiaqhussain23-Feb-11 1:53 
AnswerRe: unresolved external symbol error when i compile my win32 app Pin
_AnsHUMAN_ 23-Feb-11 1:56
_AnsHUMAN_ 23-Feb-11 1:56 
AnswerRe: unresolved external symbol error when i compile my win32 app Pin
Richard MacCutchan23-Feb-11 2:02
mveRichard MacCutchan23-Feb-11 2:02 
AnswerRe: unresolved external symbol error when i compile my win32 app Pin
tagopi23-Feb-11 2:03
tagopi23-Feb-11 2:03 
GeneralRe: unresolved external symbol error when i compile my win32 app Pin
smishtiaqhussain23-Feb-11 2:35
smishtiaqhussain23-Feb-11 2:35 
Hi,
Thank you everybody for the quick feedbacks.

Here is the link again. Its working.
http://www.mediafire.com/file/6bcuo1tmg3smysc/test333.rar[^]

I have confirmed that all of the implementations used in my test project are available in the source and their corresponding header files.
I have added all the required files to to my source and header folders of my project.
There are no pre-compiled .lib or .dll files. I have got all the necessary files in .c and .h format. The library also has extern C symbols added so that it can be compiled as a C++ code.
I can easily jump to function implementation in header file using "Go to definition" in VC++ editor from my test .cpp source file. But still nonetheless i am getting linking errors.
Kindly please have a look at the project source.

Thanks a million Smile | :)

Regards,
GeneralRe: unresolved external symbol error when i compile my win32 app Pin
Richard MacCutchan23-Feb-11 3:18
mveRichard MacCutchan23-Feb-11 3:18 
GeneralRe: unresolved external symbol error when i compile my win32 app Pin
smishtiaqhussain23-Feb-11 21:25
smishtiaqhussain23-Feb-11 21:25 
GeneralRe: unresolved external symbol error when i compile my win32 app Pin
Richard MacCutchan23-Feb-11 22:33
mveRichard MacCutchan23-Feb-11 22:33 
AnswerRe: unresolved external symbol error when i compile my win32 app Pin
tagopi23-Feb-11 16:47
tagopi23-Feb-11 16:47 
QuestionNeed assistance on how to send emails in VC6 Pin
John50223-Feb-11 1:07
John50223-Feb-11 1:07 
AnswerRe: Need assistance on how to send emails in VC6 Pin
_AnsHUMAN_ 23-Feb-11 1:58
_AnsHUMAN_ 23-Feb-11 1:58 
AnswerRe: Need assistance on how to send emails in VC6 Pin
Rolf Kristensen23-Feb-11 6:41
Rolf Kristensen23-Feb-11 6:41 
QuestionCFileDialog default path Pin
john563223-Feb-11 1:06
john563223-Feb-11 1:06 
AnswerRe: CFileDialog default path Pin
Richard MacCutchan23-Feb-11 1:59
mveRichard MacCutchan23-Feb-11 1:59 
AnswerRe: CFileDialog default path Pin
Maximilien23-Feb-11 2:36
Maximilien23-Feb-11 2:36 

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.