Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Global variable prob Pin
benjnp13-Sep-05 18:27
benjnp13-Sep-05 18:27 
GeneralRe: Global variable prob Pin
Weiye Chen13-Sep-05 20:17
Weiye Chen13-Sep-05 20:17 
GeneralRe: Global variable prob Pin
benjnp14-Sep-05 15:36
benjnp14-Sep-05 15:36 
QuestionGreat Trouble.Please, please Help. Even a simple link... Pin
Hamed Musavi13-Sep-05 16:01
Hamed Musavi13-Sep-05 16:01 
AnswerRe: Great Trouble.Please, please Help. Even a simple link... Pin
Christian Graus13-Sep-05 16:17
protectorChristian Graus13-Sep-05 16:17 
GeneralRe: Great Trouble.Please, please Help. Even a simple link... Pin
Hamed Musavi13-Sep-05 16:43
Hamed Musavi13-Sep-05 16:43 
GeneralRe: Great Trouble.Please, please Help. Even a simple link... Pin
Christian Graus13-Sep-05 16:45
protectorChristian Graus13-Sep-05 16:45 
GeneralRe: Great Trouble.Please, please Help. Even a simple link... Pin
Hamed Musavi13-Sep-05 16:58
Hamed Musavi13-Sep-05 16:58 
GeneralRe: Great Trouble.Please, please Help. Even a simple link... Pin
Christian Graus13-Sep-05 17:00
protectorChristian Graus13-Sep-05 17:00 
GeneralRe: Great Trouble.Please, please Help. Even a simple link... Pin
Hamed Musavi13-Sep-05 17:07
Hamed Musavi13-Sep-05 17:07 
AnswerRe: Great Trouble.Please, please Help. Even a simple link... Pin
charlieg13-Sep-05 17:15
charlieg13-Sep-05 17:15 
GeneralRe: Great Trouble.Please, please Help. Even a simple link... Pin
Hamed Musavi14-Sep-05 15:40
Hamed Musavi14-Sep-05 15:40 
QuestionVC 6.0 and Windows CE 5.0 Pin
Demian Panello13-Sep-05 12:52
Demian Panello13-Sep-05 12:52 
AnswerRe: VC 6.0 and Windows CE 5.0 Pin
charlieg13-Sep-05 16:58
charlieg13-Sep-05 16:58 
GeneralRe: VC 6.0 and Windows CE 5.0 Pin
Demian Panello14-Sep-05 1:00
Demian Panello14-Sep-05 1:00 
GeneralRe: VC 6.0 and Windows CE 5.0 Pin
charlieg14-Sep-05 2:43
charlieg14-Sep-05 2:43 
Heh, heh Smile | :) - not laughing at you, just remembering much angst trying to figure out how to do this. The general answer to your question depends on what you want to do philosophically. In any event, you will need to install Embedded Visual C++, a completely separate environment from VS. Version 3.0 is very old, I use 4.0. Don't forget that you will need an SDK. Follow up with any questions...

Options:

- you can use the same code base, pulling it from version control. If you do this, then the
embedded VC++ and VC++ areas need not be the same.
- if you want combined projects / don't use version control, then you tend to toss everything
into the same folder. Since the VS project already exists, you simply create an EVC++ project
in the same location (VS workspace files are .dsw, EVC++ are .vcw), then add the source files
to it.

WARNING! I've only done this with an activeX control project, so try this on a small project first and make backups.

Let me know if I can answer any other questions....

C. Gilley
Will program for food...
Whoever said children were cheaper by the dozen... lied.
QuestionCryptAcquireContext fails on other machines Pin
KnaveR77713-Sep-05 12:52
KnaveR77713-Sep-05 12:52 
AnswerRe: CryptAcquireContext fails on other machines Pin
HumanOsc13-Sep-05 23:34
HumanOsc13-Sep-05 23:34 
AnswerRe: CryptAcquireContext fails on other machines Pin
22491714-Sep-05 1:11
22491714-Sep-05 1:11 
QuestionASSERT((CWnd*)p == this) failed Pin
valerie9913-Sep-05 12:15
valerie9913-Sep-05 12:15 
AnswerRe: ASSERT((CWnd*)p == this) failed Pin
Weiye Chen13-Sep-05 16:26
Weiye Chen13-Sep-05 16:26 
GeneralRe: ASSERT((CWnd*)p == this) failed Pin
valerie9914-Sep-05 4:13
valerie9914-Sep-05 4:13 
AnswerRe: ASSERT((CWnd*)p == this) failed Pin
Tim Smith14-Sep-05 4:05
Tim Smith14-Sep-05 4:05 
GeneralThank you!!! This is it.....:) Pin
valerie9914-Sep-05 4:23
valerie9914-Sep-05 4:23 
Questionproblem getting function name Pin
gamitech13-Sep-05 11:33
gamitech13-Sep-05 11:33 

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.