Search found 3 matches

by kawawong
Thu Aug 04, 2005 2:52 am
Forum: Coding Questions
Topic: Interface Generator - How to use?!
Replies: 5
Views: 1808

Hi, thanks all.

I use the following function and there is no error now.

Code: Select all

Procedure BSTR(st$) 
   wst = WCHAR(st$) 
   bstr = SysAllocString_(wst) 
   FreeMemory(wst) 
   ProcedureReturn  bstr    
EndProcedure 
Still some problem, but your help is much useful to me. Thanks in advance.

:D
by kawawong
Wed Aug 03, 2005 7:19 am
Forum: Coding Questions
Topic: Interface Generator - How to use?!
Replies: 5
Views: 1808

Interface Generator - How to use?!

Hi,

I have used Interface Generator to generate the interface from a dll as follows.

; Interface generated by Interface Generator 1.0, Date 08/02/2005

; HbDAO, HB++ Data Access Objects

; Enumerations

Enumeration ; HB_DeleteMode
#hbRecordDelete = 0
#hbRecordArchive = 1
#hbRecordRemove = 2 ...
by kawawong
Thu Jun 30, 2005 8:48 am
Forum: Windows
Topic: Can PB programs run on Chinese computers?
Replies: 1
Views: 1509

no problem but i think it depends on what you code. 8)