Click here to Skip to main content
15,889,842 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Display Message Pin
Mark Salsbery28-Jan-07 7:12
Mark Salsbery28-Jan-07 7:12 
AnswerRe: Display Message Pin
Anilkumar K V28-Jan-07 21:57
Anilkumar K V28-Jan-07 21:57 
QuestionWM_INIT or something like that....? [modified] Pin
Makakuin28-Jan-07 5:07
Makakuin28-Jan-07 5:07 
AnswerRe: WM_INIT or something like that....? Pin
prasad_som28-Jan-07 5:18
prasad_som28-Jan-07 5:18 
GeneralRe: WM_INIT or something like that....? Pin
Makakuin28-Jan-07 5:22
Makakuin28-Jan-07 5:22 
GeneralRe: WM_INIT or something like that....? Pin
Waldermort28-Jan-07 6:32
Waldermort28-Jan-07 6:32 
AnswerRe: WM_INIT or something like that....? Pin
prasad_som28-Jan-07 18:44
prasad_som28-Jan-07 18:44 
QuestionPorting Visual Studio 6 Application Pin
Blamor28-Jan-07 3:54
Blamor28-Jan-07 3:54 
I would like to port one of my Visual Studio 6 application to Visual Studio Express 2005. I would like to be able to use Viusal Studio Express 2005 because I can't shell the money that is required to purchase the full edition of Visual Studio since the projects I am working on are mostly personal projects.

I have looked at Visual Studio Express 2005 and I discovered that it does not support MFC. My application Is fairly small in size and complexity. One dialog box with a menu. The main function is to send and receive data on the serial port when the user clicks on a button. I have started looking around for how I can port my app and I figured maybe using something like wxWidgets would make sense for the GUI part of the app. Now, I don't know what I should use for the serial communications aspects of my app. I need to be able to send data asynchronously. The other aspects is the use of some base functions for data manipulation. For instance, I am using CMap to store data in memory. My understanding is that these functions are not availalble anymore in Visual Studio Express. What can I use to replace these functions? STL? Is there an open source version of it that would work with Visual Studio Express?

Can someone give me pointers?

I do not want to use Managed code, because I want my app to run outside of .NET. I want my app to be a small executable that doesn't require proprietary .DLLs so that I can package all in one installer and doesn't any addtional download or install.

Martin


AnswerRe: Porting Visual Studio 6 Application Pin
Cedric Moonen28-Jan-07 5:04
Cedric Moonen28-Jan-07 5:04 
QuestionButton to next form/popup Pin
Twalgering28-Jan-07 0:25
Twalgering28-Jan-07 0:25 
GeneralRe: Button to next form/popup Pin
Twalgering29-Jan-07 5:52
Twalgering29-Jan-07 5:52 
QuestionSend Sound to SoundCard Pin
A_Fa27-Jan-07 18:44
A_Fa27-Jan-07 18:44 
AnswerRe: Send Sound to SoundCard Pin
#realJSOP28-Jan-07 0:42
mve#realJSOP28-Jan-07 0:42 
GeneralRe: Send Sound to SoundCard Pin
A_Fa28-Jan-07 1:22
A_Fa28-Jan-07 1:22 
GeneralRe: Send Sound to SoundCard Pin
#realJSOP28-Jan-07 2:54
mve#realJSOP28-Jan-07 2:54 
GeneralRe: Send Sound to SoundCard Pin
A_Fa28-Jan-07 4:01
A_Fa28-Jan-07 4:01 
GeneralRe: Send Sound to SoundCard Pin
#realJSOP28-Jan-07 5:09
mve#realJSOP28-Jan-07 5:09 
Questionbasic vc++ Pin
Sonipriya27-Jan-07 18:23
Sonipriya27-Jan-07 18:23 
AnswerRe: basic vc++ Pin
Hamid_RT27-Jan-07 18:53
Hamid_RT27-Jan-07 18:53 
AnswerRe: basic vc++ Pin
Christian Graus28-Jan-07 0:33
protectorChristian Graus28-Jan-07 0:33 
GeneralRe: basic vc++ Pin
Rajesh R Subramanian28-Jan-07 3:55
professionalRajesh R Subramanian28-Jan-07 3:55 
AnswerRe: basic vc++ Pin
Sceptic Mole29-Jan-07 3:16
Sceptic Mole29-Jan-07 3:16 
GeneralRe: basic vc++ Pin
Mark Salsbery29-Jan-07 7:42
Mark Salsbery29-Jan-07 7:42 
AnswerRe: basic vc++ Pin
malaugh29-Jan-07 9:00
malaugh29-Jan-07 9:00 
AnswerRe: basic vc++ Pin
Hamid_RT29-Jan-07 18:09
Hamid_RT29-Jan-07 18:09 

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.