Discussion:
Common source code for compact and full framework for DLL?
(too old to reply)
Byron
2009-11-10 16:53:01 UTC
Permalink
I'm trying to write a DLL that will run on either the compact or full
framework in VS 2008. I'd like to be able to code and test on a desktop
initially, then move the code to a mobile device for testing on that platform.

I thought it would be as easy as changing the target device and recompiling,
but once selected as CF I don't have the option of going back.

I assume I'm not the first to want to do this. How is this being done by
others?
Byron
2009-11-10 17:12:03 UTC
Permalink
Never mind... I'm an idiot and found the answer right after I posted.
Post by Byron
I'm trying to write a DLL that will run on either the compact or full
framework in VS 2008. I'd like to be able to code and test on a desktop
initially, then move the code to a mobile device for testing on that platform.
I thought it would be as easy as changing the target device and recompiling,
but once selected as CF I don't have the option of going back.
I assume I'm not the first to want to do this. How is this being done by
others?
PvdG42
2009-11-11 18:43:19 UTC
Permalink
Post by Byron
Never mind... I'm an idiot and found the answer right after I posted.
And, for those of us reading the thread with interest, could you please post
the "right answer" you found?

Thanks!

Loading...