For Programmers: Free Programming Magazines  


Home > Archive > Clarion > September 2005 > Problem with string









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Problem with string
saku

2005-09-19, 6:55 pm

Hi

I have to get into Clarion 2.1 data file, from C#.
I wrote clarion dll, to do that, but i can't wite to *.DAT
file any string. Any hints ?

Procedure declaration from Clarion:

AddRecord PROCEDURE(*CSTRING str)

and function from C#:

[DllImport(@"C:\main.dll")]
public static extern void AddRecord(string str);

Michal

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com