Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Mon, 8 Oct 2001 18:06:38 +0200 From: Guillaume Estival To: cygwin AT cygwin DOT com Subject: Making a MTS DLL with gcc Message-ID: <20011008180637.B15641@illico.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Hello. First of all, please excuse for my _bad_ english. Actually, I use a Visual Basic DLL for MTS to do some computation for an ASP web site, linked to a MSSQL server, and in the future, a PGSQL one. VB Code don't really have a good memory system (uh, well, yes, it's all windows, but it's another problem ;)), I try to find another solution, more reliable, more faster and using less memory than a VB DLL. I'm familiar with Linux systems, so I try to find some GCC solutions to do the job. With cygwin, I learn it is possible to do some DLL, but it's not easy. By the way, I have successfully compiled the DLL example of the user manual. Good. I can make DLL with GCC. But this example is designed to do some EXE libraries, and I found nothing about MTS and GCC in both google or your mailing lists. The question is: Can I make a MTS DLL with gcc? (I found the unixODBC driver, so I can access the database with this. the remaining problem is the MTS DLL type needed by IIS) Thanks in advance. -- Guillaume Estival -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/