Click here to Skip to main content
15,911,848 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Should Be Simple Disabling "Return" Pin
Michael Dunn8-Feb-05 14:02
sitebuilderMichael Dunn8-Feb-05 14:02 
GeneralRe: Should Be Simple Disabling "Return" Pin
JKallen8-Feb-05 14:21
JKallen8-Feb-05 14:21 
GeneralRe: Should Be Simple Disabling "Return" Pin
Nish Nishant8-Feb-05 19:14
sitebuilderNish Nishant8-Feb-05 19:14 
GeneralReading Excel files w/ CDatabase Pin
shultas8-Feb-05 13:00
shultas8-Feb-05 13:00 
GeneralRe: Reading Excel files w/ CDatabase Pin
David Crow9-Feb-05 3:36
David Crow9-Feb-05 3:36 
Questionhow to activate a window from a pull-down list Pin
elephantstar8-Feb-05 12:59
elephantstar8-Feb-05 12:59 
QuestionHow do I set a field that accepts an OLE document (Excel, Word, etc.) in an access table? Pin
nonothing8-Feb-05 11:56
nonothing8-Feb-05 11:56 
GeneralCompile/Link Work, Code Doesn't Pin
KenWill8-Feb-05 11:45
KenWill8-Feb-05 11:45 
I'm building a normal set of .h and .cpp code files using VAC++ 6.0 with all the latest fix packs installed.
I've run into a real progress stumper. The code compiles fine but when I try to run a test the items declared in the .h file are not found in the .cpp file. I've compared the settings to many other projects that work fine and I've never seen this type of problem before. Suggestions?

class CSapRfc // .h file down to minimum
{
public:...
private:...
bool bSapFunctionsAdded; // Easy enough to declare
};
bool CSapRfc::OnLogon() // .cpp file down to minimum
{
bSapFunctionsAdded = false; // this statement blows up!
}


Ken
GeneralRe: Compile/Link Work, Code Doesn't Pin
marinme8-Feb-05 16:31
marinme8-Feb-05 16:31 
GeneralRe: Compile/Link Work, Code Doesn't Pin
KenWill9-Feb-05 3:36
KenWill9-Feb-05 3:36 
GeneralScan Active IP Pin
manofoblivion8-Feb-05 11:19
manofoblivion8-Feb-05 11:19 
GeneralRe: Scan Active IP Pin
2249178-Feb-05 17:19
2249178-Feb-05 17:19 
GeneralRe: messages of CPropertySheet Pin
ThatsAlok8-Feb-05 17:28
ThatsAlok8-Feb-05 17:28 
GeneralRe: messages of CPropertySheet Pin
manofoblivion9-Feb-05 11:35
manofoblivion9-Feb-05 11:35 
GeneralMicrosoft FlexGrid Pin
JesuZ-878-Feb-05 10:49
JesuZ-878-Feb-05 10:49 
GeneralStraight C, ANSI C, UNIX C, ect Pin
Timothy Grabrian8-Feb-05 7:46
professionalTimothy Grabrian8-Feb-05 7:46 
GeneralRe: Straight C, ANSI C, UNIX C, ect Pin
David Crow8-Feb-05 10:31
David Crow8-Feb-05 10:31 
GeneralRe: Straight C, ANSI C, UNIX C, ect Pin
markkuk8-Feb-05 13:01
markkuk8-Feb-05 13:01 
GeneralFormating string for write in excel file Pin
El'Cachubrey8-Feb-05 5:29
El'Cachubrey8-Feb-05 5:29 
GeneralRe: Formating string for write in excel file Pin
David Crow8-Feb-05 7:50
David Crow8-Feb-05 7:50 
GeneralRe: Formating string for write in excel file Pin
El'Cachubrey8-Feb-05 19:47
El'Cachubrey8-Feb-05 19:47 
GeneralRe: Formating string for write in excel file Pin
David Crow9-Feb-05 2:15
David Crow9-Feb-05 2:15 
GeneralLooking for a smart grid Pin
Anonymous8-Feb-05 5:25
Anonymous8-Feb-05 5:25 
GeneralRe: Looking for a smart grid Pin
Maximilien8-Feb-05 6:40
Maximilien8-Feb-05 6:40 
GeneralRe: Looking for a smart grid Pin
prosolupov8-Feb-05 20:29
prosolupov8-Feb-05 20:29 

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.