Click here to Skip to main content
15,917,455 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: When is a CWnd ready to receive messages Pin
ForNow20-Oct-09 18:54
ForNow20-Oct-09 18:54 
GeneralRe: When is a CWnd ready to receive messages Pin
Hans Dietrich20-Oct-09 21:59
mentorHans Dietrich20-Oct-09 21:59 
GeneralRe: When is a CWnd ready to receive messages Pin
ForNow21-Oct-09 14:42
ForNow21-Oct-09 14:42 
GeneralRe: When is a CWnd ready to receive messages Pin
Hans Dietrich22-Oct-09 1:21
mentorHans Dietrich22-Oct-09 1:21 
QuestionWindows Vista + VC++ 6.0 + Gsoap 2.7 = ??? Pin
d0mufasa20-Oct-09 14:21
d0mufasa20-Oct-09 14:21 
AnswerRe: Windows Vista + VC++ 6.0 + Gsoap 2.7 = ??? Pin
CPallini20-Oct-09 20:35
mveCPallini20-Oct-09 20:35 
GeneralRe: Windows Vista + VC++ 6.0 + Gsoap 2.7 = ??? Pin
ThatsAlok20-Oct-09 21:54
ThatsAlok20-Oct-09 21:54 
AnswerRe: Windows Vista + VC++ 6.0 + Gsoap 2.7 = ??? Pin
Member 829494-Jan-10 16:13
Member 829494-Jan-10 16:13 
to get the isapi extension to compile add
#ifndef WITH_LEAN
soap::soap()
{
}
#endif
#endif

#ifdef __cplusplus
#ifndef WITH_LEAN
soap::~soap()
{
}
#endif
#endif

to the top of the file ISAPI_SERVER.cpp

make sure that the VS include dir is set to the main gsoap directory (the one with stdSoap2.cpp in it)

In order to get the calc demo to work, generate the rpc code for the calc demo
soapcpp2 calc.h

this is sufficient to get everything to compile and run, however the calc dll will not work as expected.

you must now set the compiler type for each of the files ending in a .c extension in the calc and calcclnt solution from C compiler to C++ compiler. (this is found in the property sheet for each of these files as displayed by VC)

The client and server programs for the mod_gsoap.dll demo (calc) should now work, providing your files are in the correct directories and IIS is set correctly

This worked for me under VC2005 and should work under VC6...
Questiongsoap success followed by a soap fault?? Pin
d0mufasa20-Oct-09 14:14
d0mufasa20-Oct-09 14:14 
QuestionMy Payroll report Pin
Ev3nflow20-Oct-09 10:50
Ev3nflow20-Oct-09 10:50 
AnswerRe: My Payroll report Pin
David Crow20-Oct-09 10:56
David Crow20-Oct-09 10:56 
GeneralRe: My Payroll report Pin
Ev3nflow20-Oct-09 11:42
Ev3nflow20-Oct-09 11:42 
QuestionRe: My Payroll report Pin
Maximilien20-Oct-09 12:04
Maximilien20-Oct-09 12:04 
AnswerRe: My Payroll report Pin
David Crow21-Oct-09 2:17
David Crow21-Oct-09 2:17 
AnswerRe: My Payroll report Pin
transoft20-Oct-09 12:10
transoft20-Oct-09 12:10 
GeneralRe: My Payroll report Pin
Ev3nflow20-Oct-09 13:59
Ev3nflow20-Oct-09 13:59 
GeneralRe: My Payroll report Pin
David Crow21-Oct-09 2:32
David Crow21-Oct-09 2:32 
GeneralRe: My Payroll report Pin
transoft21-Oct-09 3:10
transoft21-Oct-09 3:10 
QuestionGetGlyphOutline usage [modified] Pin
transoft20-Oct-09 9:12
transoft20-Oct-09 9:12 
QuestionRe: GetGlyphOutline usage Pin
Randor 20-Oct-09 19:41
professional Randor 20-Oct-09 19:41 
AnswerRe: GetGlyphOutline usage Pin
transoft21-Oct-09 1:38
transoft21-Oct-09 1:38 
QuestionPrimer on speech recognition Pin
Dewald20-Oct-09 8:47
Dewald20-Oct-09 8:47 
AnswerRe: Primer on speech recognition Pin
LFUebel20-Oct-09 14:44
LFUebel20-Oct-09 14:44 
GeneralRe: Primer on speech recognition Pin
Dewald20-Oct-09 19:17
Dewald20-Oct-09 19:17 
GeneralRe: Primer on speech recognition Pin
LFUebel21-Oct-09 3:49
LFUebel21-Oct-09 3:49 

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.