Click here to Skip to main content
16,012,035 members
Home / Discussions / C#
   

C#

 
GeneralRe: Building Assembly Pin
Colin Angus Mackay12-Feb-07 5:12
Colin Angus Mackay12-Feb-07 5:12 
GeneralRe: Building Assembly Pin
DISP-Jol12-Feb-07 6:42
DISP-Jol12-Feb-07 6:42 
GeneralRe: Building Assembly Pin
DISP-Jol12-Feb-07 8:24
DISP-Jol12-Feb-07 8:24 
GeneralRe: Building Assembly Pin
DISP-Jol13-Feb-07 11:13
DISP-Jol13-Feb-07 11:13 
AnswerRe: Building Assembly Pin
sysmaniax12-Feb-07 6:42
sysmaniax12-Feb-07 6:42 
QuestionCMYK in C# Pin
__DanC__12-Feb-07 4:08
__DanC__12-Feb-07 4:08 
QuestionWeb Services Pin
LCI12-Feb-07 3:58
LCI12-Feb-07 3:58 
AnswerRe: Web Services Pin
Stefan Troschuetz12-Feb-07 5:47
Stefan Troschuetz12-Feb-07 5:47 
LCI wrote:
is using C++ as a client much more difficult to code than using C#?


Hard to say. For both languages there are tools that support you in doing this. For C# you can use the "Web Services Description Language-Tool (Wsdl.exe)" that creates a client proxy class from the WSDL document of the Web Service. The exact usage and all options are documented on MSDN.
Unfortunately, this tool does not generate such proxy classes in C++. An alternative may be the Apache Axis project that provides a similar tool. I've only used the Java version so far, but I guess the C++ version (Axis C++[^]) has this capability too.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

QuestionUsing File.Move() with variables Pin
markymark8212-Feb-07 3:34
markymark8212-Feb-07 3:34 
AnswerRe: Using File.Move() with variables [modified] Pin
Bekjong12-Feb-07 3:47
Bekjong12-Feb-07 3:47 
GeneralRe: Using File.Move() with variables Pin
althamda12-Feb-07 3:50
althamda12-Feb-07 3:50 
GeneralRe: Using File.Move() with variables Pin
Bekjong12-Feb-07 3:52
Bekjong12-Feb-07 3:52 
GeneralRe: Using File.Move() with variables Pin
markymark8212-Feb-07 4:06
markymark8212-Feb-07 4:06 
AnswerRe: Using File.Move() with variables Pin
althamda12-Feb-07 4:04
althamda12-Feb-07 4:04 
GeneralRe: Using File.Move() with variables Pin
__DanC__12-Feb-07 4:07
__DanC__12-Feb-07 4:07 
GeneralRe: Using File.Move() with variables Pin
markymark8212-Feb-07 4:07
markymark8212-Feb-07 4:07 
AnswerRe: Using File.Move() with variables Pin
lost in transition 12-Feb-07 4:13
lost in transition 12-Feb-07 4:13 
GeneralRe: Using File.Move() with variables Pin
__DanC__12-Feb-07 4:21
__DanC__12-Feb-07 4:21 
GeneralRe: Using File.Move() with variables Pin
markymark8212-Feb-07 4:24
markymark8212-Feb-07 4:24 
GeneralRe: Using File.Move() with variables Pin
markymark8212-Feb-07 4:43
markymark8212-Feb-07 4:43 
AnswerRe: Using File.Move() with variables Pin
Pete O'Hanlon12-Feb-07 4:44
mvePete O'Hanlon12-Feb-07 4:44 
QuestionOverriding Form.Dispose(bool disposing)... Pin
Shy Agam12-Feb-07 3:28
Shy Agam12-Feb-07 3:28 
AnswerRe: Overriding Form.Dispose(bool disposing)... Pin
Bekjong12-Feb-07 3:39
Bekjong12-Feb-07 3:39 
QuestionError while saving images through GDI+ Pin
Nitin198112-Feb-07 3:28
Nitin198112-Feb-07 3:28 
AnswerRe: Error while saving images through GDI+ Pin
Luc Pattyn12-Feb-07 6:07
sitebuilderLuc Pattyn12-Feb-07 6:07 

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.