Click here to Skip to main content
15,886,823 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: Porting Visual Studio 6 Application Pin
Cedric Moonen28-Jan-07 5:04
Cedric Moonen28-Jan-07 5:04 
Blamor wrote:
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.


That makes sense. Once you've worked with MFC, it will be very easy to use wxWidget, their usage is quite similar.


Blamor wrote:
Now, I don't know what I should use for the serial communications aspects of my app.


Confused | :confused: Well, what did you use in your VC6 application ? I don't remember that it exist MFC classes for serial communication. You could simply use the plain API functions (like CreateFile, ReadFile, ...). anyway, you can find a lot of existing classes for serial communication on codeproject.


Blamor wrote:
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?


Well, first, these are not functions but classes. And yes, you can use the STL which is distribute with the express edition (wow, I cannot imagine that somebody can distribute a compiler without STL libraries, even for free Poke tongue | ;-P )
There is also a map in the STL.


Cédric Moonen
Software developer

Charting control [v1.1]

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 
QuestionMainframe icon in MSDS 2005 Pin
RalfPeter27-Jan-07 10:38
RalfPeter27-Jan-07 10:38 

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.