Click here to Skip to main content
15,888,802 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem in .exe copy Pin
vcprog8-Sep-08 21:45
vcprog8-Sep-08 21:45 
GeneralRe: Problem in .exe copy Pin
Vincen Wang8-Sep-08 22:04
Vincen Wang8-Sep-08 22:04 
GeneralRe: Problem in .exe copy Pin
vcprog8-Sep-08 22:14
vcprog8-Sep-08 22:14 
GeneralRe: Problem in .exe copy Pin
Vincen Wang8-Sep-08 22:44
Vincen Wang8-Sep-08 22:44 
GeneralRe: Problem in .exe copy Pin
CPallini8-Sep-08 22:32
mveCPallini8-Sep-08 22:32 
GeneralRe: Problem in .exe copy Pin
vcprog8-Sep-08 21:58
vcprog8-Sep-08 21:58 
GeneralRe: Problem in .exe copy Pin
enhzflep8-Sep-08 22:00
enhzflep8-Sep-08 22:00 
Questionneed help on linking error mssge while compiling C code! Pin
ishwarverma8-Sep-08 16:01
ishwarverma8-Sep-08 16:01 
I am working in XP, Visual C++ v6 doing maintenance on existing report preparing codes. I am new to C++ language and to C/C++ programming. I have a linking error and would appreciate some expert help.


error mssges:
:\Documents and Settings\IVarma\Desktop\kunda\Modcode.cpp(916) : warning C4508: 'main' : function should return a value; 'void' return type assumed
Linking...
Modcode.obj : error LNK2001: unresolved external symbol "int __cdecl open_cluster(void)" (?open_cluster@@YAHXZ)
Modcode.obj : error LNK2001: unresolved external symbol _BTRV@24
Modcode.obj : error LNK2001: unresolved external symbol "char * dbpath" (?dbpath@@3PADA)
Modcode.obj : error LNK2001: unresolved external symbol _fatal
Modcode.obj : error LNK2001: unresolved external symbol _set_multi_defaults
Modcode.obj : error LNK2001: unresolved external symbol "char * __cdecl get_option(void)" (?get_option@@YAPADXZ)
Modcode.obj : error LNK2001: unresolved external symbol "int __cdecl new_decode_cluster(char *,char (* const)[4][100])" (?new_decode_cluster@@YAHPADQAY13GE@D@Z)
Debug/Modcode.exe : fatal error LNK1120: 7 unresolved externals
Error executing link.exe.
AnswerRe: need help on linking error mssge while compiling C code! Pin
enhzflep8-Sep-08 17:03
enhzflep8-Sep-08 17:03 
QuestionHow do I incorporate my .cpp program, written in MS Visual C++(QuickWin.exe), into MS Visual C++ Windows App. Project? Pin
JFSabastian8-Sep-08 8:50
JFSabastian8-Sep-08 8:50 
QuestionRe: How do I incorporate my .cpp program, written in MS Visual C++(QuickWin.exe), into MS Visual C++ Windows App. Project? Pin
David Crow8-Sep-08 10:09
David Crow8-Sep-08 10:09 
AnswerRe: How do I incorporate my .cpp program, written in MS Visual C++(QuickWin.exe), into MS Visual C++ Windows App. Project? Pin
JFSabastian8-Sep-08 10:40
JFSabastian8-Sep-08 10:40 
QuestionRe: How do I incorporate my .cpp program, written in MS Visual C++(QuickWin.exe), into MS Visual C++ Windows App. Project? Pin
David Crow8-Sep-08 11:00
David Crow8-Sep-08 11:00 
QuestionMixing MFC framework with console application? Pin
arnoldoh8-Sep-08 8:34
arnoldoh8-Sep-08 8:34 
Questionvisual c++ executable file Pin
FrankMookie8-Sep-08 6:29
FrankMookie8-Sep-08 6:29 
AnswerRe: visual c++ executable file Pin
David Crow8-Sep-08 6:45
David Crow8-Sep-08 6:45 
GeneralRe: visual c++ executable file Pin
FrankMookie8-Sep-08 6:56
FrankMookie8-Sep-08 6:56 
Questionwho can give me a example in C++ using Factory Pattern Pin
york5288-Sep-08 6:06
york5288-Sep-08 6:06 
AnswerRe: who can give me a example in C++ using Factory Pattern Pin
Christian Graus8-Sep-08 6:26
protectorChristian Graus8-Sep-08 6:26 
GeneralRe: who can give me a example in C++ using Factory Pattern Pin
york5289-Sep-08 6:32
york5289-Sep-08 6:32 
AnswerRe: who can give me a example in C++ using Factory Pattern Pin
laksh22048-Sep-08 23:39
laksh22048-Sep-08 23:39 
GeneralRe: who can give me a example in C++ using Factory Pattern Pin
york5289-Sep-08 5:58
york5289-Sep-08 5:58 
QuestionParseCommandLine question Pin
sashoalm8-Sep-08 4:17
sashoalm8-Sep-08 4:17 
QuestionRe: ParseCommandLine question Pin
David Crow8-Sep-08 5:06
David Crow8-Sep-08 5:06 
AnswerRe: ParseCommandLine question Pin
sashoalm8-Sep-08 5:19
sashoalm8-Sep-08 5:19 

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.