Click here to Skip to main content
15,908,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: TextBox creation, w/o resource editor? Pin
Mark Salsbery26-Dec-06 6:00
Mark Salsbery26-Dec-06 6:00 
GeneralRe: Thanks Pin
mla15426-Dec-06 6:46
mla15426-Dec-06 6:46 
GeneralRe: TextBox creation, w/o resource editor? Pin
prasad_som26-Dec-06 18:07
prasad_som26-Dec-06 18:07 
GeneralRe: Thanks Pin
mla15427-Dec-06 2:06
mla15427-Dec-06 2:06 
GeneralRe: Thanks Pin
prasad_som27-Dec-06 2:30
prasad_som27-Dec-06 2:30 
AnswerRe: TextBox creation, w/o resource editor? Pin
Hamid_RT26-Dec-06 6:35
Hamid_RT26-Dec-06 6:35 
QuestionProblem with Debug compiler after installing LIB files Pin
ndfspeed197126-Dec-06 4:04
ndfspeed197126-Dec-06 4:04 
AnswerRe: Problem with Debug compiler after installing LIB files Pin
ndfspeed197126-Dec-06 4:08
ndfspeed197126-Dec-06 4:08 
Here is some additional information and a breakdown on how this project got here.

I have been developing a CDialog program that displays aircraft data and is used as a display program to analyze radar problems. This is a stand alone program that was written in Visual C++ MFC with modul and non-modul dialog boxes. I used STL to store the data in memory and massage the data with certain tasks.

I was tasked to write programs such as a Scan Analyzer and Tracker program.
So I went ahead and wrote them as stand alone programs in Visual C++. They originally both had CDialog boxes and I did all the r&D in VC++ GUI and once I was done I stripped all the GUI code from them and ported them over to be Library's to be attached to the Main Project as analysis tools. So I was successful in doing so in Release mode but the Debug mode just doesn't work. The Release mode does everything it should do and has no problems at all but the Debug mode is in bad shape.

Project settings are as follows for each program
1) WinTAP Program (Main program) under projects settings is:
Release and Debug mode is "Use MFC in Static Library"

1) The Tracker Program under projects settings is :
Release and Debug mode "Use MFC in Shared DLL"

2) Scan Analyzer Program under project settnigs is:
Release and Debug mode "Use MFC in Shared DLL"


Many thanks in advance for all your help.
Yours
ndfspeed
GeneralRe: Problem with Debug compiler after installing LIB files Pin
Mark Salsbery26-Dec-06 5:53
Mark Salsbery26-Dec-06 5:53 
Questionhow to code a c++ only accept digit with limit? Pin
Member 367224126-Dec-06 3:18
Member 367224126-Dec-06 3:18 
AnswerRe: how to code a c++ only accept digit with limit? Pin
John R. Shaw26-Dec-06 4:43
John R. Shaw26-Dec-06 4:43 
QuestionCan't use Undo in Edit View Pin
Max++26-Dec-06 3:07
Max++26-Dec-06 3:07 
AnswerRe: Can't use Undo in Edit View Pin
prasad_som26-Dec-06 4:33
prasad_som26-Dec-06 4:33 
GeneralRe: Can't use Undo in Edit View Pin
Max++26-Dec-06 4:46
Max++26-Dec-06 4:46 
GeneralRe: Can't use Undo in Edit View Pin
Max++26-Dec-06 5:44
Max++26-Dec-06 5:44 
AnswerRe: Can't use Undo in Edit View Pin
prasad_som26-Dec-06 18:12
prasad_som26-Dec-06 18:12 
GeneralRe: Can't use Undo in Edit View Pin
karle26-Dec-06 8:33
karle26-Dec-06 8:33 
QuestionHow to get files and folders name of windows\\system32 directory for Windows XP 64 bit OS by programming Pin
ashtwin26-Dec-06 2:43
ashtwin26-Dec-06 2:43 
AnswerRe: How to get files and folders name of windows\\system32 directory for Windows XP 64 bit OS by programming Pin
Michael Dunn26-Dec-06 15:55
sitebuilderMichael Dunn26-Dec-06 15:55 
AnswerRe: How to get files and folders name of windows\\system32 directory for Windows XP 64 bit OS by programming Pin
ashtwin26-Dec-06 23:26
ashtwin26-Dec-06 23:26 
QuestionUDP multicast problem Pin
eli1502197926-Dec-06 2:21
eli1502197926-Dec-06 2:21 
AnswerRe: UDP multicast problem Pin
Mark Salsbery26-Dec-06 5:58
Mark Salsbery26-Dec-06 5:58 
QuestionStopping user interaction from dialogs. How ? Pin
Sakthiu26-Dec-06 1:31
Sakthiu26-Dec-06 1:31 
QuestionRe: Stopping user interaction from dialogs. How ? Pin
prasad_som26-Dec-06 2:05
prasad_som26-Dec-06 2:05 
QuestionRe: Stopping user interaction from dialogs. How ? Pin
Sakthiu26-Dec-06 2:16
Sakthiu26-Dec-06 2:16 

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.