Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPorting code to PPC WinCE Pin
Mike Doner21-Jun-06 4:50
Mike Doner21-Jun-06 4:50 
Hi All,

We currently have a client-server application written in Win32 and we're in the process of trying to create a slimmed down version of the client software for the Pocket PC. Our application is a fair size, and uses a few in-house developed DLLs for drawing areas etc. We want to be able to use code contained in these .DLLs on our Pocket PC app to avoid multiple copies of the same code in two projects. We're using VS2003.NET for the Win32 development, and eVC 4.0 for the PPC stuff.

Has anyone been in these shoes before? How have they solved the problem?

I thought of creating a similar .DLL in my PPC application, and actually link in the sources files from the original.DLL while adding #ifdefs to the .DLL to include functions that I require, then compile them using the evC compiler, realizing that not all the calls we make the .DLLs will be available in the PPC environment. This could be quite messy, but would eliminate the maintenence issue.

I realize that some of the calls that the Windows .DLL will make, will not be available in the PPC Edition. We will need to address these individually I think.


Any suggestions? Thank you very much.

Mike
QuestionDebug vs. Release Build Pin
Bob X21-Jun-06 4:34
Bob X21-Jun-06 4:34 
AnswerRe: Debug vs. Release Build Pin
kitty521-Jun-06 4:43
kitty521-Jun-06 4:43 
GeneralRe: Debug vs. Release Build Pin
Bob X21-Jun-06 5:01
Bob X21-Jun-06 5:01 
AnswerRe: Debug vs. Release Build Pin
Viorel.21-Jun-06 4:59
Viorel.21-Jun-06 4:59 
GeneralRe: Debug vs. Release Build [modified] Pin
Bob X21-Jun-06 5:05
Bob X21-Jun-06 5:05 
GeneralRe: Debug vs. Release Build Pin
John M. Drescher21-Jun-06 5:07
John M. Drescher21-Jun-06 5:07 
GeneralRe: Debug vs. Release Build Pin
Viorel.21-Jun-06 5:10
Viorel.21-Jun-06 5:10 
GeneralRe: Debug vs. Release Build Pin
Bob X21-Jun-06 5:13
Bob X21-Jun-06 5:13 
GeneralRe: Debug vs. Release Build Pin
Maximilien21-Jun-06 5:19
Maximilien21-Jun-06 5:19 
GeneralRe: Debug vs. Release Build Pin
Viorel.21-Jun-06 5:22
Viorel.21-Jun-06 5:22 
GeneralRe: Debug vs. Release Build Pin
Bob X21-Jun-06 5:25
Bob X21-Jun-06 5:25 
GeneralRe: Debug vs. Release Build Pin
Viorel.21-Jun-06 5:32
Viorel.21-Jun-06 5:32 
GeneralRe: Debug vs. Release Build Pin
Bob X21-Jun-06 7:03
Bob X21-Jun-06 7:03 
QuestionInitialization part in SDI MFC project. Pin
tingu21-Jun-06 4:25
tingu21-Jun-06 4:25 
AnswerRe: Initialization part in SDI MFC project. Pin
David Crow21-Jun-06 4:32
David Crow21-Jun-06 4:32 
GeneralRe: Initialization part in SDI MFC project. Pin
tingu21-Jun-06 4:44
tingu21-Jun-06 4:44 
GeneralRe: Initialization part in SDI MFC project. Pin
David Crow21-Jun-06 4:49
David Crow21-Jun-06 4:49 
AnswerRe: Initialization part in SDI MFC project. Pin
Viorel.21-Jun-06 4:36
Viorel.21-Jun-06 4:36 
QuestionSort an std::vector?! [modified] Pin
bosfan21-Jun-06 4:11
bosfan21-Jun-06 4:11 
AnswerRe: Sort an std::vector?! Pin
toxcct21-Jun-06 4:19
toxcct21-Jun-06 4:19 
AnswerRe: Sort an std::vector?! Pin
Chris Losinger21-Jun-06 4:20
professionalChris Losinger21-Jun-06 4:20 
GeneralRe: Sort an std::vector?! [modified] Pin
bosfan21-Jun-06 4:31
bosfan21-Jun-06 4:31 
GeneralRe: Sort an std::vector?! [modified] Pin
Chris Losinger21-Jun-06 4:45
professionalChris Losinger21-Jun-06 4:45 
GeneralRe: Sort an std::vector?! Pin
bosfan21-Jun-06 5:00
bosfan21-Jun-06 5:00 

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.