Click here to Skip to main content
15,917,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionBuild Peer to Peer TV Streaming Pin
esia14-Apr-07 18:14
esia14-Apr-07 18:14 
AnswerRe: Build Peer to Peer TV Streaming Pin
Mark Salsbery15-Apr-07 13:40
Mark Salsbery15-Apr-07 13:40 
GeneralRe: Build Peer to Peer TV Streaming Pin
esia15-Apr-07 15:10
esia15-Apr-07 15:10 
QuestionMM_TEXT IN CWnd? Pin
cyn814-Apr-07 17:50
cyn814-Apr-07 17:50 
AnswerRe: MM_TEXT IN CWnd? Pin
bob1697214-Apr-07 18:29
bob1697214-Apr-07 18:29 
GeneralRe: MM_TEXT IN CWnd? Pin
cyn814-Apr-07 20:44
cyn814-Apr-07 20:44 
GeneralRe: MM_TEXT IN CWnd? Pin
bob1697215-Apr-07 6:59
bob1697215-Apr-07 6:59 
QuestionMultiple Definition error Pin
XTAL25614-Apr-07 17:05
XTAL25614-Apr-07 17:05 
Hi, there are hundreds of posts on the internet about this but i still don't get it. I am writing a windows program using the g++ compiler and the RAD C++ library[^]. I get these errors:
WarpFile.o(.text+0x0): In function `ZN11_RADCPP_APP12getBuildTimeEv':
C:/Program Files/Dev-Cpp/include/radc++.h:2182: multiple definition of `_RADCPP_APP::getBuildTime()'
Main.o(.text+0x6a0):C:/Program Files/Dev-Cpp/include/radc++.h:2182: first defined here
WarpFile.o(.text+0x30): In function `ZN11_RADCPP_APP12getBuildDateEv':
C:/Program Files/Dev-Cpp/include/radc++.h:2181: multiple definition of `_RADCPP_APP::getBuildDate()'
Main.o(.text+0x6d0):C:/Program Files/Dev-Cpp/include/radc++.h:2181: first defined here
WarpFile.o(.bss+0x0): In function `ZN11_RADCPP_APP12getBuildTimeEv':
etc...


Can someone please look at my code (here[^]) and tell me what i'm doing wrong. Or alternatively explain how i can prevent this error. I know it's because something has been defined in two object files but i don't know how to stop it

Customer in computer shop: "Can you copy the Internet onto this disk for me?"

AnswerRe: Multiple Definition error Pin
John R. Shaw14-Apr-07 18:02
John R. Shaw14-Apr-07 18:02 
GeneralRe: Multiple Definition error Pin
XTAL25615-Apr-07 1:54
XTAL25615-Apr-07 1:54 
Questionmost efficient way to code this Pin
arbster114-Apr-07 15:47
arbster114-Apr-07 15:47 
AnswerRe: most efficient way to code this Pin
John R. Shaw14-Apr-07 16:14
John R. Shaw14-Apr-07 16:14 
AnswerRe: most efficient way to code this Pin
bob1697214-Apr-07 16:44
bob1697214-Apr-07 16:44 
GeneralRe: most efficient way to code this Pin
arbster114-Apr-07 16:52
arbster114-Apr-07 16:52 
GeneralRe: most efficient way to code this Pin
bob1697214-Apr-07 17:29
bob1697214-Apr-07 17:29 
GeneralRe: most efficient way to code this Pin
arbster114-Apr-07 17:59
arbster114-Apr-07 17:59 
GeneralRe: most efficient way to code this Pin
bob1697214-Apr-07 19:54
bob1697214-Apr-07 19:54 
GeneralRe: most efficient way to code this Pin
kakan15-Apr-07 19:27
professionalkakan15-Apr-07 19:27 
Questionlpvoid and structs Pin
ginjikun14-Apr-07 15:14
ginjikun14-Apr-07 15:14 
AnswerRe: lpvoid and structs Pin
John R. Shaw14-Apr-07 16:21
John R. Shaw14-Apr-07 16:21 
AnswerRe: lpvoid and structs Pin
John R. Shaw14-Apr-07 16:25
John R. Shaw14-Apr-07 16:25 
AnswerRe: lpvoid and structs Pin
d34studios14-Apr-07 16:46
d34studios14-Apr-07 16:46 
GeneralRe: lpvoid and structs Pin
ginjikun15-Apr-07 3:16
ginjikun15-Apr-07 3:16 
GeneralRe: lpvoid and structs Pin
Mark Salsbery15-Apr-07 13:56
Mark Salsbery15-Apr-07 13:56 
QuestionProblem of using selectSingleNode! [modified] Pin
Nothend14-Apr-07 15:11
Nothend14-Apr-07 15:11 

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.