Click here to Skip to main content
15,887,848 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionConverting big integer value to string Pin
Coder Block15-Jan-12 23:22
Coder Block15-Jan-12 23:22 
AnswerRe: Converting big integer value to string Pin
Richard MacCutchan15-Jan-12 23:42
mveRichard MacCutchan15-Jan-12 23:42 
AnswerRe: Converting big integer value to string Pin
Jochen Arndt15-Jan-12 23:57
professionalJochen Arndt15-Jan-12 23:57 
AnswerRe: Converting big integer value to string Pin
CPallini16-Jan-12 2:59
mveCPallini16-Jan-12 2:59 
GeneralRe: Converting big integer value to string Pin
Albert Holguin16-Jan-12 9:25
professionalAlbert Holguin16-Jan-12 9:25 
GeneralRe: Converting big integer value to string Pin
CPallini16-Jan-12 9:37
mveCPallini16-Jan-12 9:37 
GeneralRe: Converting big integer value to string Pin
Albert Holguin16-Jan-12 10:15
professionalAlbert Holguin16-Jan-12 10:15 
Questioncommon language runtime support error for dll Pin
appollosputnik15-Jan-12 17:24
appollosputnik15-Jan-12 17:24 
Confused | :confused: Dear Friends
I am building an application as dll. Its building with 'no common language runtime support'. But if I build with 'common language runtime support (clr)' then its giving errors. Can u tell me whats going wrong.

Here are the errors 2 linking errors
[code]
Linking...
Creating library C:\Users\sujan.dasmahapatra\Documents\Projects\Bhagavan_SurfaceRevolution\RevolutionProj\Debug\RevolutionProj.lib and object C:\Users\sujan.dasmahapatra\Documents\Projects\Bhagavan_SurfaceRevolution\RevolutionProj\Debug\RevolutionProj.exp
mfcs80ud.lib(dllmodul.obj) : error LNK2005: _DllMain@12 already defined in msvcrtd.lib(dllmain.obj)
C:\Users\sujan.dasmahapatra\Documents\Projects\Bhagavan_SurfaceRevolution\RevolutionProj\Debug\RevolutionProj.dll : fatal error LNK1169: one or more multiply defined symbols found
Build log was saved at "file://c:\Users\sujan.dasmahapatra\Documents\Projects\Bhagavan_SurfaceRevolution\RevolutionProj\RevolutionProj\Debug\BuildLog.htm"
RevolutionProj - 2 error(s), 55 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
[/code]
AnswerRe: common language runtime support error for dll Pin
_AnsHUMAN_ 15-Jan-12 18:08
_AnsHUMAN_ 15-Jan-12 18:08 
GeneralRe: common language runtime support error for dll Pin
appollosputnik15-Jan-12 21:04
appollosputnik15-Jan-12 21:04 
GeneralRe: common language runtime support error for dll Pin
Richard MacCutchan15-Jan-12 21:26
mveRichard MacCutchan15-Jan-12 21:26 
GeneralRe: common language runtime support error for dll Pin
appollosputnik15-Jan-12 23:35
appollosputnik15-Jan-12 23:35 
GeneralRe: common language runtime support error for dll Pin
Richard MacCutchan15-Jan-12 23:40
mveRichard MacCutchan15-Jan-12 23:40 
Questionreading file using fscanf(); Pin
Raza568015-Jan-12 6:53
Raza568015-Jan-12 6:53 
QuestionRe: reading file using fscanf(); Pin
David Crow15-Jan-12 16:25
David Crow15-Jan-12 16:25 
AnswerRe: reading file using fscanf(); Pin
Chandrasekharan P15-Jan-12 21:00
Chandrasekharan P15-Jan-12 21:00 
AnswerRe: reading file using fscanf(); Pin
Luc Pattyn15-Jan-12 21:50
sitebuilderLuc Pattyn15-Jan-12 21:50 
GeneralRe: reading file using fscanf(); Pin
Raza568016-Jan-12 4:05
Raza568016-Jan-12 4:05 
Questionin win32api if i want to move between the fields with tab button ? is it possible ? Pin
a1_shay15-Jan-12 5:44
a1_shay15-Jan-12 5:44 
GeneralNot enough information Pin
Code-o-mat16-Jan-12 0:21
Code-o-mat16-Jan-12 0:21 
AnswerRe: in win32api if i want to move between the fields with tab button ? is it possible ? Pin
Stephen Hewitt16-Jan-12 2:23
Stephen Hewitt16-Jan-12 2:23 
GeneralRe: in win32api if i want to move between the fields with tab button ? is it possible ? Pin
a1_shay16-Jan-12 11:44
a1_shay16-Jan-12 11:44 
Questionin win32api how i create and use with dll file ? Pin
a1_shay15-Jan-12 5:26
a1_shay15-Jan-12 5:26 
AnswerRe: in win32api how i create and use with dll file ? Pin
Richard MacCutchan15-Jan-12 5:43
mveRichard MacCutchan15-Jan-12 5:43 
Questionhow to read only integers from a file with c Pin
reemamjd15-Jan-12 3:01
reemamjd15-Jan-12 3:01 

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.