Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralODBC and Visual C++ 6.0 SP5 Pin
18-Jul-01 22:25
suss18-Jul-01 22:25 
GeneralRe: ODBC and Visual C++ 6.0 SP5 Pin
19-Jul-01 3:13
suss19-Jul-01 3:13 
GeneralRe: ODBC and Visual C++ 6.0 SP5 Pin
Bret Faller19-Jul-01 13:17
Bret Faller19-Jul-01 13:17 
QuestionHow to know the database server? Pin
Jose Fco Bonnin18-Jul-01 22:12
Jose Fco Bonnin18-Jul-01 22:12 
QuestionIs it possible that exe file will return a value ? Pin
18-Jul-01 21:45
suss18-Jul-01 21:45 
AnswerRe: Is it possible that exe file will return a value ? Pin
18-Jul-01 23:15
suss18-Jul-01 23:15 
GeneralThank but I did not understand you !!!! Pin
19-Jul-01 4:48
suss19-Jul-01 4:48 
GeneralRe: Thank but I did not understand you !!!! Pin
19-Jul-01 20:14
suss19-Jul-01 20:14 
your program can look like this:
int main(void)
{
return 7;
}

calling .bat can work with it:
program.exe
if errorlevel 7 goto END

also you can do this:
void main(void)
{
exit(7);
}

it is better now?
t!

GeneralDrawing To DCs with Win32 (Not MFC) Pin
James Bird18-Jul-01 21:28
James Bird18-Jul-01 21:28 
GeneralRe: Drawing To DCs with Win32 (Not MFC) Pin
Tomasz Sowinski18-Jul-01 23:46
Tomasz Sowinski18-Jul-01 23:46 
GeneralRe: Drawing To DCs with Win32 (Not MFC) Pin
19-Jul-01 4:14
suss19-Jul-01 4:14 
GeneralRe: Drawing To DCs with Win32 (Not MFC) Pin
Tomasz Sowinski19-Jul-01 4:36
Tomasz Sowinski19-Jul-01 4:36 
GeneralUsing of two table in one CDaoRecordset object ... Pin
Hadi Rezaee18-Jul-01 20:57
Hadi Rezaee18-Jul-01 20:57 
GeneralRe: Using of two table in one CDaoRecordset object ... Pin
19-Jul-01 1:17
suss19-Jul-01 1:17 
GeneralRe: Using of two table in one CDaoRecordset object ... Pin
Hadi Rezaee21-Jul-01 18:49
Hadi Rezaee21-Jul-01 18:49 
GeneralResource problem in an MFC extention DLL Pin
D.D. de Kerf18-Jul-01 20:38
D.D. de Kerf18-Jul-01 20:38 
GeneralRe: Resource problem in an MFC extention DLL Pin
18-Jul-01 23:36
suss18-Jul-01 23:36 
GeneralRe: Resource problem in an MFC extention DLL Pin
Tomasz Sowinski18-Jul-01 23:52
Tomasz Sowinski18-Jul-01 23:52 
GeneralURGENT ...accessing process's resources Pin
Amit Dey18-Jul-01 19:16
Amit Dey18-Jul-01 19:16 
GeneralRe: URGENT ...accessing process's resources Pin
Gennady Oster18-Jul-01 19:35
Gennady Oster18-Jul-01 19:35 
GeneralInstallation Pin
Farah Mansor18-Jul-01 17:56
Farah Mansor18-Jul-01 17:56 
GeneralRe: Installation Pin
18-Jul-01 18:31
suss18-Jul-01 18:31 
GeneralDLLs Pin
Matt Newman18-Jul-01 16:52
Matt Newman18-Jul-01 16:52 
GeneralRe: DLLs Pin
Matt Newman18-Jul-01 16:57
Matt Newman18-Jul-01 16:57 
GeneralRe: DLLs Pin
18-Jul-01 17:11
suss18-Jul-01 17:11 

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.