Click here to Skip to main content
15,892,927 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: C++ Andriod Pin
Richard MacCutchan6-Feb-11 22:18
mveRichard MacCutchan6-Feb-11 22:18 
GeneralRe: C++ Andriod Pin
Pranit Kothari6-Feb-11 22:22
Pranit Kothari6-Feb-11 22:22 
GeneralRe: C++ Andriod Pin
Richard MacCutchan6-Feb-11 22:59
mveRichard MacCutchan6-Feb-11 22:59 
AnswerRe: C++ Andriod Pin
parths6-Feb-11 22:33
parths6-Feb-11 22:33 
AnswerRe: C++ Andriod Pin
SvennFreddy8-Feb-11 20:52
SvennFreddy8-Feb-11 20:52 
Questionmobile site development Pin
pallavi shrivastava3-Feb-11 19:54
pallavi shrivastava3-Feb-11 19:54 
AnswerRe: mobile site development Pin
parths4-Feb-11 0:46
parths4-Feb-11 0:46 
QuestionPorting from CE4.x to CE6 Pin
GDavy2-Feb-11 19:58
GDavy2-Feb-11 19:58 
I am porting an application from CE 4.x to CE 6.0
It all went quite smoothly, but there is one problem. The application uses an external library build for CE4.0, so when the compiler tries to link to that library I initialy got the error:

fatal error LNK1104: cannot open file 'mfcs42.lib'

What I did is I added the directory with these CE4.0 libraries to the directories the compiler should search for libs and build again, which got me to the next problem:

error LNK2005: "public: void __cdecl CRect::InflateRect(int,int,int,int)" (?InflateRect@CRect@@QAAXHHHH@Z) already defined in MFCCE400.lib(mfcce400.dll) atlsd.lib

error LNK2005: "public: void __cdecl CRect::DeflateRect(int,int,int,int)" (?DeflateRect@CRect@@QAAXHHHH@Z) already defined in MFCCE400.lib(mfcce400.dll) atlsd.lib

fatal error LNK1169: one or more multiply defined symbols found SDK_TR4_CE6_MAXIE_2008Q1


The InflateRect and DeflateRect functions apparantly are both defined in the MFCE400.lib(CE4) and in the atlsd.lib(CE6). Both these functions are called in my application which builds fine without that external library, so my application does not need that CE4 library. From the moment I add the code that uses that external library I get into this problem. So my question is: How can I link to that external library without getting in this trouble? Or how can I make the compiler only link the external lib to the CE4 libs and not use these libs for my application?

Thanks for any insight you might provide.

Regards,
Davy
AnswerRe: Porting from CE4.x to CE6 Pin
Madhu Nair2-Feb-11 21:48
Madhu Nair2-Feb-11 21:48 
GeneralRe: Porting from CE4.x to CE6 Pin
GDavy2-Feb-11 23:02
GDavy2-Feb-11 23:02 
QuestionAndroid Start Pin
MsmVc2-Feb-11 19:24
MsmVc2-Feb-11 19:24 
AnswerRe: Android Start Pin
parths2-Feb-11 20:18
parths2-Feb-11 20:18 
GeneralRe: Android Start Pin
MsmVc2-Feb-11 20:26
MsmVc2-Feb-11 20:26 
AnswerRe: Android Start Pin
parths2-Feb-11 21:33
parths2-Feb-11 21:33 
GeneralRe: Android Start Pin
MsmVc3-Feb-11 17:41
MsmVc3-Feb-11 17:41 
QuestionVS 2010 No Mobile Development Support? Pin
sushi927-Jan-11 7:21
sushi927-Jan-11 7:21 
AnswerRe: VS 2010 No Mobile Development Support? Pin
Richard MacCutchan28-Jan-11 1:40
mveRichard MacCutchan28-Jan-11 1:40 
AnswerRe: VS 2010 No Mobile Development Support? Pin
Madhu Nair1-Feb-11 16:37
Madhu Nair1-Feb-11 16:37 
Questionsomething very simple - still dont have solution (disable/enable WIFI radio on windows-CE) Pin
Gali197827-Jan-11 6:47
Gali197827-Jan-11 6:47 
AnswerRe: something very simple - still dont have solution (disable/enable WIFI radio on windows-CE) Pin
Ravi Sant7-Feb-11 0:06
Ravi Sant7-Feb-11 0:06 
QuestionAndroid Data Pin
MsmVc26-Jan-11 18:47
MsmVc26-Jan-11 18:47 
AnswerRe: Android Data Pin
MsmVc28-Jan-11 1:10
MsmVc28-Jan-11 1:10 
AnswerRe: Android Data [modified] Pin
Madhu Nair1-Feb-11 19:49
Madhu Nair1-Feb-11 19:49 
GeneralRe: Android Data Pin
MsmVc1-Feb-11 21:22
MsmVc1-Feb-11 21:22 
QuestionHow to measure the power of the network (the WIFI signal) in windows-mobile ? Pin
goldsoft25-Jan-11 3:57
goldsoft25-Jan-11 3:57 

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.