Click here to Skip to main content
16,006,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMessage Only Window? Pin
Joseph Marzbani15-Sep-08 7:22
Joseph Marzbani15-Sep-08 7:22 
AnswerRe: Message Only Window? Pin
James R. Twine15-Sep-08 7:30
James R. Twine15-Sep-08 7:30 
AnswerRe: Message Only Window? Pin
auralius manurung15-Sep-08 17:52
auralius manurung15-Sep-08 17:52 
QuestionStudio Tools - Spy++ Pin
john john mackey15-Sep-08 7:20
john john mackey15-Sep-08 7:20 
QuestionRSA Encryption/Decryption Pin
Kdss15-Sep-08 5:28
Kdss15-Sep-08 5:28 
AnswerRe: RSA Encryption/Decryption Pin
SandipG 15-Sep-08 5:49
SandipG 15-Sep-08 5:49 
Questioncalling a static function Pin
steph515-Sep-08 5:26
steph515-Sep-08 5:26 
AnswerRe: calling a static function Pin
Mark Salsbery15-Sep-08 5:39
Mark Salsbery15-Sep-08 5:39 
steph5 wrote:
it is being called from another source file in the project!
I can't see any reason why it is aloud to do this.


If it wasn't allowed, then all our source code would
have to be in one file. Thankfully we have a linker
to link separate compiled code modules Smile | :)


steph5 wrote:
In fact I have added my own class and function
looking exactly the same and it gives me LNK 2019 error.


To do its job, the linker needs to know where to find
the code to link to. What's the complete error you're getting?

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: OT Pin
toxcct15-Sep-08 5:44
toxcct15-Sep-08 5:44 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 5:45
Mark Salsbery15-Sep-08 5:45 
GeneralRe: OT Pin
toxcct15-Sep-08 5:48
toxcct15-Sep-08 5:48 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 5:59
Mark Salsbery15-Sep-08 5:59 
GeneralRe: OT Pin
john john mackey15-Sep-08 7:24
john john mackey15-Sep-08 7:24 
GeneralRe: OT Pin
David Crow15-Sep-08 5:53
David Crow15-Sep-08 5:53 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 6:01
Mark Salsbery15-Sep-08 6:01 
GeneralRe: OT Pin
CPallini15-Sep-08 6:10
mveCPallini15-Sep-08 6:10 
GeneralRe: OT Pin
toxcct15-Sep-08 7:22
toxcct15-Sep-08 7:22 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 7:30
Mark Salsbery15-Sep-08 7:30 
GeneralRe: OT Pin
toxcct15-Sep-08 7:40
toxcct15-Sep-08 7:40 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 7:46
Mark Salsbery15-Sep-08 7:46 
GeneralRe: OT Pin
Mark Salsbery15-Sep-08 7:55
Mark Salsbery15-Sep-08 7:55 
GeneralRe: OT Pin
CPallini15-Sep-08 7:48
mveCPallini15-Sep-08 7:48 
GeneralRe: calling a static function Pin
steph515-Sep-08 5:58
steph515-Sep-08 5:58 
GeneralRe: calling a static function Pin
Mark Salsbery15-Sep-08 6:13
Mark Salsbery15-Sep-08 6:13 
GeneralRe: calling a static function Pin
CPallini15-Sep-08 6:14
mveCPallini15-Sep-08 6:14 

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.