[Factor-talk] *-in-c-type-name

2010-03-15 Thread Ben Schlingelhof
Hi there, I've tried to use the odbc-vocab in the newest factor source. I get this interesting error: 17: TYPEDEF: void* SQLSMALLINT* ^ *-in-c-type-name So I think, maybe the pointer-types work automatically now and comment this thing. Now it loads fine, but on

Re: [Factor-talk] *-in-c-type-name

2010-03-15 Thread Joe Groff
On Mar 15, 2010, at 6:18 AM, Ben Schlingelhof wrote: Hi there, I've tried to use the odbc-vocab in the newest factor source. I get this interesting error: 17: TYPEDEF: void* SQLSMALLINT* ^ *-in-c-type-name You're correct. Pointers no longer need to be

Re: [Factor-talk] *-in-c-type-name

2010-03-15 Thread Jim mack
I've been working with the ODBC code with this change for a few months now: TYPEDEF: short* SQLSMALLINT* but am not knowledgeable enough why it would be wrong. It was early in my Factor learning process, and I can't swear I tested every data type. On Mon, Mar 15, 2010 at 12:05 PM, Joe Groff

Re: [Factor-talk] *-in-c-type-name

2010-03-15 Thread Joe Groff
On Mar 15, 2010, at 2:00 PM, Jim mack wrote: I've been working with the ODBC code with this change for a few months now: TYPEDEF: short* SQLSMALLINT* but am not knowledgeable enough why it would be wrong. It was early in my Factor learning process, and I can't swear I tested every data

Re: [Factor-talk] *-in-c-type-name

2010-03-15 Thread Ben Schlingelhof
Thanks for the quick and exhaustive answer. I'll try that. Ben On Mon, Mar 15, 2010 at 21:05, Joe Groff arc...@gmail.com wrote: On Mar 15, 2010, at 6:18 AM, Ben Schlingelhof wrote: Hi there, I've tried to use the odbc-vocab in the newest factor source. I get this interesting error: 17: