Click here to Skip to main content
15,891,657 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionLink Error in VS6 Pin
Waldermort8-Apr-06 4:30
Waldermort8-Apr-06 4:30 
AnswerRe: Link Error in VS6 Pin
Hamid_RT8-Apr-06 6:00
Hamid_RT8-Apr-06 6:00 
GeneralRe: Link Error in VS6 Pin
Waldermort8-Apr-06 7:03
Waldermort8-Apr-06 7:03 
GeneralRe: Link Error in VS6 Pin
Waldermort8-Apr-06 7:06
Waldermort8-Apr-06 7:06 
GeneralRe: Link Error in VS6 Pin
Hamid_RT8-Apr-06 7:37
Hamid_RT8-Apr-06 7:37 
GeneralRe: Link Error in VS6 Pin
Waldermort8-Apr-06 8:27
Waldermort8-Apr-06 8:27 
GeneralRe: Link Error in VS6 Pin
Hamid_RT8-Apr-06 9:23
Hamid_RT8-Apr-06 9:23 
AnswerRe: Link Error in VS6 Pin
Gary R. Wheeler8-Apr-06 8:36
Gary R. Wheeler8-Apr-06 8:36 
If you #include cCrypt.h in more than one place, you're duplicating the global definition of the variable Password. That's probably causing the multiple definition errors.

As a rule, if you are using global variables, always make them extern in your header files. Then place a definition, without the extern keyword, in the appropriate .cpp file.


Software Zen: delete this;
GeneralRe: Link Error in VS6 Pin
Waldermort8-Apr-06 20:20
Waldermort8-Apr-06 20:20 
AnswerRe: Link Error in VS6 Pin
Roland Pibinger8-Apr-06 8:43
Roland Pibinger8-Apr-06 8:43 
Questiontile view in listview Pin
fajaronly8-Apr-06 3:59
fajaronly8-Apr-06 3:59 
AnswerRe: tile view in listview Pin
includeh108-Apr-06 7:55
includeh108-Apr-06 7:55 
GeneralRe: tile view in listview Pin
fajaronly8-Apr-06 8:13
fajaronly8-Apr-06 8:13 
Questionabout VSS Pin
FlyWithYou8-Apr-06 3:07
FlyWithYou8-Apr-06 3:07 
AnswerRe: about VSS Pin
Waldermort8-Apr-06 4:11
Waldermort8-Apr-06 4:11 
GeneralRe: about VSS Pin
FlyWithYou8-Apr-06 5:52
FlyWithYou8-Apr-06 5:52 
GeneralRe: about VSS Pin
Gary R. Wheeler8-Apr-06 8:42
Gary R. Wheeler8-Apr-06 8:42 
GeneralRe: about VSS Pin
FlyWithYou8-Apr-06 15:24
FlyWithYou8-Apr-06 15:24 
Questiona doubt about controls on the dialog Pin
keerthikaaa8-Apr-06 2:18
keerthikaaa8-Apr-06 2:18 
AnswerRe: a doubt about controls on the dialog Pin
Rajesh R Subramanian8-Apr-06 2:45
professionalRajesh R Subramanian8-Apr-06 2:45 
AnswerRe: a doubt about controls on the dialog Pin
ThatsAlok8-Apr-06 2:48
ThatsAlok8-Apr-06 2:48 
AnswerRe: a doubt about controls on the dialog Pin
Hamid_RT8-Apr-06 2:52
Hamid_RT8-Apr-06 2:52 
GeneralRe: a doubt about controls on the dialog Pin
keerthikaaa8-Apr-06 3:01
keerthikaaa8-Apr-06 3:01 
GeneralRe: a doubt about controls on the dialog Pin
Hamid_RT8-Apr-06 3:59
Hamid_RT8-Apr-06 3:59 
GeneralRe: a doubt about controls on the dialog Pin
ThatsAlok8-Apr-06 10:45
ThatsAlok8-Apr-06 10:45 

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.