Oracle Glue

From: Nicholas Tan Chee Hiang <nicholas_at_iti.gov.sg>
Date: Wed, 17 Aug 1994 16:16:46 GMT
Message-ID: <Cuot7y.B4J_at_exodus.iti.gov.sg>


I'm currently using Oracle Glue. I use VBGLUE.DLL with my VB apps with no problems. Unfortunately, when I use GENGLUE.DLL for straight C programming, I always crash my machine. A simple example will be the following example program:


#include <stdio.h>

int main()
{

	GlueInit();
	return 1;

}

The .DEF file has a line of the following:

IMPORTS
        GlueInit GENGLUE.1


Does anyone have any idea, help, etc.

Am in urgent need of assistance,

thanks,

  • Nicholas Tan
Received on Wed Aug 17 1994 - 18:16:46 CEST

Original text of this message