Click here to Skip to main content
15,919,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTracking the mouse like Autocad (big cross) Pin
Tim Schuhmacher21-Feb-04 4:17
Tim Schuhmacher21-Feb-04 4:17 
GeneralRe: Tracking the mouse like Autocad (big cross) Pin
Prakash Nadar21-Feb-04 5:52
Prakash Nadar21-Feb-04 5:52 
GeneralRe: Tracking the mouse like Autocad (big cross) Pin
Tim Schuhmacher21-Feb-04 5:59
Tim Schuhmacher21-Feb-04 5:59 
GeneralRe: Tracking the mouse like Autocad (big cross) Pin
Prakash Nadar21-Feb-04 6:12
Prakash Nadar21-Feb-04 6:12 
GeneralRe: Tracking the mouse like Autocad (big cross) Pin
Tim Schuhmacher21-Feb-04 11:51
Tim Schuhmacher21-Feb-04 11:51 
GeneralRe: Tracking the mouse like Autocad (big cross) Pin
Shog921-Feb-04 6:20
sitebuilderShog921-Feb-04 6:20 
GeneralRe: Tracking the mouse like Autocad (big cross) Pin
Tim Schuhmacher21-Feb-04 11:46
Tim Schuhmacher21-Feb-04 11:46 
GeneralLooking for some code Pin
#realJSOP21-Feb-04 3:42
professional#realJSOP21-Feb-04 3:42 
We have a number of apps that valiantly attempts to re-use the same core code components on a mtriad of platforms, including but not limited to:

1) Desktop Windows (must use MFC for the user interface because it's a MDI app with pretty much every UI component you could imagine)

2) PocketPC 2002/3 on a PDA (must use MFC for the user interface because it's already part of PocketPC and not taking advantage of that fact would be a waste of available memory)

3) A custom compiled CE 2.12 kernel used on proprietary hardware (has no windows user interface, and therefore no interface code in it at all but still uses the same core code)

I need a set of type-safe collection classes and a version of CString that meet the following criteria:

1) Does not require/use MFC

2) Does not require/use STL

3) Supports unicode by default (because of CE)

4) Does not use/require exception handling

Are there any libraries available that meet all of the above criteria?



------- signature starts

"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

"You won't like me when I'm angry..." - Dr. Bruce Banner

Please review the Legal Disclaimer in my bio.

------- signature ends
GeneralRe: Looking for some code Pin
Shog921-Feb-04 5:57
sitebuilderShog921-Feb-04 5:57 
GeneralRe: Looking for some code Pin
Jörgen Sigvardsson21-Feb-04 11:57
Jörgen Sigvardsson21-Feb-04 11:57 
QuestionHow can I see member variables corresponding a selected control in VS 2003 ? Pin
Gem21-Feb-04 2:38
Gem21-Feb-04 2:38 
AnswerRe: How can I see member variables corresponding a selected control in VS 2003 ? Pin
Shog921-Feb-04 5:53
sitebuilderShog921-Feb-04 5:53 
AnswerRe: How can I see member variables corresponding a selected control in VS 2003 ? Pin
Prakash Nadar21-Feb-04 5:55
Prakash Nadar21-Feb-04 5:55 
GeneralRe: How can I see member variables corresponding a selected control in VS 2003 ? Pin
Gem22-Feb-04 3:10
Gem22-Feb-04 3:10 
Generalcreating and displaying a listbox dynamically (on the fly) Pin
brainznbrawn@yahoo.com21-Feb-04 2:36
brainznbrawn@yahoo.com21-Feb-04 2:36 
GeneralRe: creating and displaying a listbox dynamically (on the fly) Pin
Shog921-Feb-04 6:04
sitebuilderShog921-Feb-04 6:04 
QuestiontoolBar-> function --> create my own message send to all dialog boxes ? Pin
BrutalDeath021-Feb-04 1:24
sussBrutalDeath021-Feb-04 1:24 
AnswerRe: toolBar-> function --> create my own message send to all dialog boxes ? Pin
Shog921-Feb-04 6:08
sitebuilderShog921-Feb-04 6:08 
GeneralRe: toolBar-> function --> create my own message send to all dialog boxes ? Pin
Prakash Nadar21-Feb-04 6:19
Prakash Nadar21-Feb-04 6:19 
GeneralRe: toolBar-> function --> create my own message send to all dialog boxes ? Pin
BrutalDeath024-Feb-04 0:40
sussBrutalDeath024-Feb-04 0:40 
GeneralRe: toolBar-> function --> create my own message send to all dialog boxes ? Pin
Prakash Nadar24-Feb-04 5:06
Prakash Nadar24-Feb-04 5:06 
QuestionDo I have to open Add variable wizard at each variable adding in VS2003 ? Pin
Gem21-Feb-04 1:04
Gem21-Feb-04 1:04 
GeneralNetmeeting API Pin
Shah Shehpori20-Feb-04 23:21
sussShah Shehpori20-Feb-04 23:21 
Generalmemcpy hourglass Pin
shinay20-Feb-04 23:02
shinay20-Feb-04 23:02 
GeneralRe: memcpy hourglass Pin
Balkrishna Talele20-Feb-04 23:25
Balkrishna Talele20-Feb-04 23:25 

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.