Thank you Paul for your answer. It works; at least the service description can be viewed through requesting the asmx file. The response of the http server...
Dear Frank, ... This class is located under the language specific cluster in $ISE_EIFFEL92;library92;time92;format which is included in the EiffelStudio 5.4 ...
Hi, I have a C program calling Eiffel through Cecil, and I've been handling threading on the Eiffel side. So the C program makes a call and a thread is spawned...
Are you saying that if you do not call `eif_thr_join_all' which has the effect to suspend the C code until the Eiffel thread is terminated, the Eiffel thread...
Hi Oliver, Eiffel ENViSioN! doesn't currently support a project that enables you to write web pages in Eiffel. You can write web services using a class library...
... documents\Informatique92;Développement\Eiffel92;my_vision2_application_1 ... `Developpement39; ... problem? The accent is the cause of the problem. Any path...
I was trying to build an interface to a library that makes use of winsock2.h and when freezing the system I get C-compilation errors that I will include at the...
Looks like `winsock2.h39; needs to be included before `windows.h39; because `windows.h39; includes by default `winsock.h39;. This is why you get these errors. ...
Hi Emmanuel, Thanks for replying. Even if the C thread is doing nothing significant, it will get all the run time. Even if I make the C thread sleep, the...
... Without looking at the C code it is hard to tell why you get this behavior as I'm sure there is an explanation to this. Personally, I've never experienced...
Thank you very much Manu, I got it. regards Frank ... From: Emmanuel Stapf [ES] To: eiffel_software@yahoogroups.com Sent: Monday, March 01, 2004 12:53 PM ...
Hi Manu, Sorry I didn't send it before. I managed to distill it ... #include <stdio.h> #include <windows.h> void start_processing ( UINT32 count, UINT32 *uids ...
Hi Manu, Sorry I didn't send it before. I managed to distill it ... #include <stdio.h> #include <windows.h> void start_processing ( UINT32 count, UINT32 *uids ...
Hi Manu, Sorry I didn't send it before. I managed to distill it into the highlights. Note that the "about to sleep..." and "finished sleeping" statements get...