Click here to Skip to main content
15,906,628 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: default parameters - functions Pin
John R. Shaw10-Jul-09 8:09
John R. Shaw10-Jul-09 8:09 
GeneralRe: default parameters - functions Pin
rew´RaZiel17-Jul-09 21:40
rew´RaZiel17-Jul-09 21:40 
QuestionCreate 16 bit process under 32bit using CreateProcess Pin
RoryODonnell10-Jul-09 4:41
RoryODonnell10-Jul-09 4:41 
Questioncrashed ( i CSimpleStringT ) when new control are added to dialog Pin
Bilge Kaan10-Jul-09 4:02
Bilge Kaan10-Jul-09 4:02 
QuestionRe: crashed ( i CSimpleStringT ) when new control are added to dialog Pin
David Crow10-Jul-09 4:33
David Crow10-Jul-09 4:33 
AnswerRe: crashed ( i CSimpleStringT ) when new control are added to dialog Pin
Bilge Kaan10-Jul-09 5:04
Bilge Kaan10-Jul-09 5:04 
QuestionRe: crashed ( i CSimpleStringT ) when new control are added to dialog Pin
David Crow10-Jul-09 5:28
David Crow10-Jul-09 5:28 
QuestionLinking error LNK2019 while building DLL Pin
Member 154408710-Jul-09 2:37
Member 154408710-Jul-09 2:37 
Hi,

I am working on one C++ DLL. That dll is internally using some statically build common.lib. When I am building the DLL, I am getting following linking errors:

Creating library Release Standard Heap/paecustomactions.lib and object Release Standard Heap/paecustomactions.exp
common.lib(properocommon.obj) : error LNK2019: unresolved external symbol __imp__mymalloc referenced in function _MIDL_user_allocate@4
common.lib(properocommon.obj) : error LNK2019: unresolved external symbol __imp__myrealloc referenced in function "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl PROPERO::FormatStringA(char const *,...)" (?FormatStringA@PROPERO@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBDZZ)
common.lib(hcheapfix.obj) : error LNK2019: unresolved external symbol __imp__myfree_cond referenced in function _myfree
common.lib(sysconfig.obj) : error LNK2019: unresolved external symbol __imp__mycalloc referenced in function "public: __thiscall PROPERO::Runnable::Runnable(int,int,unsigned short const *)" (??0Runnable@PROPERO@@QAE@HHPBG@Z)
common.lib(stackTrace32.obj) : error LNK2001: unresolved external symbol __imp__mycalloc
../bin/i386/release/paecustomactions.dll : fatal error LNK1120: 4 unresolved externals

Can you please guide me to solve this issue?

Thanks in advance
AnswerRe: Linking error LNK2019 while building DLL [modified] Pin
Adam Roderick J10-Jul-09 2:50
Adam Roderick J10-Jul-09 2:50 
AnswerRe: Linking error LNK2019 while building DLL Pin
Stuart Dootson10-Jul-09 4:14
professionalStuart Dootson10-Jul-09 4:14 
QuestionImage list number associated with the column comes wrong while using Header_GetItem Pin
mutpan10-Jul-09 1:44
mutpan10-Jul-09 1:44 
QuestionScroll view background color Pin
Nikesh Jagtap10-Jul-09 0:53
Nikesh Jagtap10-Jul-09 0:53 
AnswerRe: Scroll view background color Pin
Chandrasekharan P10-Jul-09 1:05
Chandrasekharan P10-Jul-09 1:05 
QuestionSetCursorPos() not working Pin
KASR19-Jul-09 22:48
KASR19-Jul-09 22:48 
AnswerRe: SetCursorPos() not working [modified] Pin
Adam Roderick J10-Jul-09 2:35
Adam Roderick J10-Jul-09 2:35 
Questionswitch on multi threading in visual studio using boost libraries Pin
minkowski9-Jul-09 21:32
minkowski9-Jul-09 21:32 
AnswerRe: switch on multi threading in visual studio using boost libraries Pin
Stuart Dootson9-Jul-09 22:24
professionalStuart Dootson9-Jul-09 22:24 
GeneralRe: switch on multi threading in visual studio using boost libraries Pin
minkowski10-Jul-09 0:37
minkowski10-Jul-09 0:37 
GeneralRe: switch on multi threading in visual studio using boost libraries Pin
Stuart Dootson10-Jul-09 1:02
professionalStuart Dootson10-Jul-09 1:02 
GeneralRe: switch on multi threading in visual studio using boost libraries [modified] Pin
minkowski10-Jul-09 1:41
minkowski10-Jul-09 1:41 
GeneralRe: switch on multi threading in visual studio using boost libraries Pin
Stuart Dootson10-Jul-09 2:04
professionalStuart Dootson10-Jul-09 2:04 
GeneralRe: switch on multi threading in visual studio using boost libraries Pin
minkowski10-Jul-09 2:57
minkowski10-Jul-09 2:57 
GeneralRe: switch on multi threading in visual studio using boost libraries Pin
Stuart Dootson10-Jul-09 4:46
professionalStuart Dootson10-Jul-09 4:46 
GeneralRe: switch on multi threading in visual studio using boost libraries Pin
minkowski10-Jul-09 4:53
minkowski10-Jul-09 4:53 
GeneralRe: switch on multi threading in visual studio using boost libraries Pin
Stuart Dootson10-Jul-09 5:06
professionalStuart Dootson10-Jul-09 5:06 

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.