Search found 49 matches: toolkit

Return to advanced search

Re: Drawing PNG from Resources !!!

... FITAG *tag, char *Make FI_DEFAULT(NULL)); // -------------------------------------------------------------------------- // Image manipulation toolkit ----------------------------------------------- // -------------------------------------------------------------------------- // rotation and ...
by ukoenig
Sat May 16, 2009 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing PNG from Resources !!!
Replies: 7
Views: 7120

Re: Valid email address

IBTC wrote:This function is from Nanforum Toolkit: http://www.somers.com.br/cgi-bin/w3ng.cgi?nanforlinux.ng+111289


Under xHarbour, Nanforum stuffs are in libnf.lib. Under Harbour it's hbnf.lib
by hua
Sun Apr 12, 2009 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid email address
Replies: 17
Views: 3941

Re: Valid email address

Hello Mr.Otto,

>Your FUNCTION Validate_Email_Address will be soon included in my all.prg file.
You are most welcome.

>Are these your own functions:
As Mr.Ruediger Alich said, FT_NOOCCUR is Nonforum toolkit function. And YesNo is my function.

Regards,

- Ramesh Babu P
by RAMESHBABU
Sat Apr 11, 2009 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid email address
Replies: 17
Views: 3941

Re: Valid email address

Otto wrote:Are these your own functions:
FT_NOOCCUR


This function is from Nanforum Toolkit: http://www.somers.com.br/cgi-bin/w3ng.cgi?nanforlinux.ng+111289
by IBTC
Sat Apr 11, 2009 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid email address
Replies: 17
Views: 3941

Re: GPF In Borland Resource Workshop with New Machine

... I believe that a short digression about this tool is very well worth it: The Whitewater Resource Toolkit, that came with Borland C++ 4, was a phantastic tool for windows (16 bit) 3.1 disassembling already, as all real crackers know. Alas, the development ...
by James Bott
Thu Feb 19, 2009 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF In Borland Resource Workshop with New Machine
Replies: 30
Views: 8214

... Character: P r e s e n t a c i ó n . s x i Hex code: 50 72 65 73 65 6e 74 61 63 69 c3 b3 6e 2e 73 78 69 Glib uses UTF-8 for its strings, and GUI toolkits like GTK+ that use Glib do the same thing. If you get a file name from the file system, for example, from readdir(3) or from g_dir_read_name(), ...
by xProgrammer
Thu Dec 11, 2008 12:36 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: GTK ..... What error ?
Replies: 1
Views: 949

Byron, I belive that the easiest way to consume webservices under [x]Harbour is installing the ms soap toolkit that permits inkove it like com objects. Basically creates a com object envolture of a webservice object that permits use it to any language capable to use then com ...
by Elias Torres
Tue Oct 14, 2008 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services
Replies: 10
Views: 7007

Because the SOAP toolkit code must be on the computer that is running the code he posted. This is similar to MAPI being required to use code that accesses MAPI mail client software. MAPI comes installed by default with Windows. SOAP isn't installed by default, so you must install it.

James
by James Bott
Tue Aug 26, 2008 11:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple RSS reader for your applications...
Replies: 55
Views: 14037

Silvio,

Download and install MS SOAP Toolkit.

hERE
by Rochinha
Tue Aug 26, 2008 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple RSS reader for your applications...
Replies: 55
Views: 14037

Re: A XMLDOM simple sample

Hi, This is my simple test using XMLDOM: I have instaled Windows Server 2003 SP2 e .NET 1.0 e 2.0 and SOAP Toolkit 3.0. #include "FiveWin.ch" Function main() local RespText, objXMLHTTP oXMLDoc := TOLEAUTO():New("Microsoft.XMLDOM") ...
by jose_murugosa
Thu May 29, 2008 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A XMLDOM simple sample
Replies: 9
Views: 2026

A XMLDOM simple sample

Hi, This is my simple test using XMLDOM: I have instaled Windows Server 2003 SP2 e .NET 1.0 e 2.0 and SOAP Toolkit 3.0. #include "FiveWin.ch" Function main() local RespText, objXMLHTTP oXMLDoc := TOLEAUTO():New("Microsoft.XMLDOM") ...
by Rochinha
Fri May 23, 2008 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A XMLDOM simple sample
Replies: 9
Views: 2026

Byron, I belive that the easiest way to consume webservices under [x]Harbour is installing the ms soap toolkit that permits inkove it like com objects. Basically creates a com object envolture of a webservice object that permits use it to any language capable to use then com ...
by thefull
Wed May 07, 2008 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services
Replies: 10
Views: 7007

Microsoft Robotics Studio toolkit

... in the concurrency and coordination (CCR) and decentralized software services (DSS) runtimes that are currently embedded in the robotics toolkit, Trower said. These runtimes are part of the evolving multicore/distributed programming model into which Microsoft and other tech vendors starting ...
by modicr
Mon Apr 14, 2008 5:14 pm
 
Forum: Off Topic / Otros temas
Topic: Microsoft Robotics Studio toolkit
Replies: 0
Views: 716

MS SOAP Toolkit no longer supported, now what?

Hello all, I need to implement a SOAP-based Web Service. The classic solution for this has been to use the MSSOAP 3.0 toolkit, but MS no longer supports this. The web services provider has developed their web services with .NET. When I use the old technique of calling web services ...
by Carlo Stonebanks
Fri Apr 13, 2007 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS SOAP Toolkit no longer supported, now what?
Replies: 4
Views: 1310

... up doc * * Rev 1.1 14 Jun 1991 19:52:48 GLENN * Minor edit to file header * * Rev 1.0 01 Apr 1991 01:02:08 GLENN * Nanforum Toolkit * */ /* $DOC$ * $FUNCNAME$ * FT_ROUND() * $CATEGORY$ * Math * $ONELINER$ * Rounds a number to a specific place * $SYNTAX$ * FT_ROUND( <nNumber> ...
by Raymundo Islas M.
Sat Jan 20, 2007 12:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Donde puedo sonseguir la lib de Nanforum toolkits (Nanfor.l
Replies: 1
Views: 785
PreviousNext

Return to advanced search