Rand
Search found 82 matches
- Sun Aug 27, 2006 3:46 pm
- Forum: Announcement
- Topic: OLE/COM Interface generator v0.2
- Replies: 28
- Views: 20878
- Sun Aug 06, 2006 9:48 pm
- Forum: Coding Questions
- Topic: Unicode; should I?
- Replies: 1
- Views: 937
Unicode; should I?
Should I be using the Unicode flag when I compile my programs? What are the advantages and disadvantages?
My program does not seem to notice when I run it either way, same amount of GIGO.
Rand
My program does not seem to notice when I run it either way, same amount of GIGO.
Rand
- Sun Aug 06, 2006 1:19 pm
- Forum: PureFORM & JaPBe
- Topic: PureLVSORT library : sorting ListIconGadgets (and more)
- Replies: 438
- Views: 325838
Re: PureLVSort library
Bummergnozal wrote:At the moment, TailBite (the tool used to compile the library) does not support unicode.
Thanks for looking.
Rand
- Sat Aug 05, 2006 3:45 pm
- Forum: PureFORM & JaPBe
- Topic: PureLVSORT library : sorting ListIconGadgets (and more)
- Replies: 438
- Views: 325838
PureLVSort library
Thank you for all your great programs Gnozal!
I would like very much to use this library but it locks my program. I believe it is the Unicode setting I am using as the example also freezes when Unicode executable is checked. It would be great if you can find time to look into this.
Rand
I would like very much to use this library but it locks my program. I believe it is the Unicode setting I am using as the example also freezes when Unicode executable is checked. It would be great if you can find time to look into this.
Rand
- Wed May 31, 2006 8:55 pm
- Forum: PureFORM & JaPBe
- Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
- Replies: 1545
- Views: 699790
- Wed May 31, 2006 12:31 am
- Forum: PureFORM & JaPBe
- Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
- Replies: 1545
- Views: 699790
- Thu May 25, 2006 3:00 am
- Forum: Coding Questions
- Topic: Unicode, pseudotypes and PB4
- Replies: 11
- Views: 3055
- Wed May 24, 2006 12:30 am
- Forum: Coding Questions
- Topic: Unicode, pseudotypes and PB4
- Replies: 11
- Views: 3055
- Sun May 21, 2006 4:04 pm
- Forum: Coding Questions
- Topic: Unicode, pseudotypes and PB4
- Replies: 11
- Views: 3055
- Sat May 20, 2006 4:59 pm
- Forum: Coding Questions
- Topic: Unicode, pseudotypes and PB4
- Replies: 11
- Views: 3055
- Sat May 20, 2006 4:08 pm
- Forum: Coding Questions
- Topic: Unicode, pseudotypes and PB4
- Replies: 11
- Views: 3055
Here is the description of the function:
I can call several other functions successfully, but none that return a string.
Rand
Code: Select all
[VOffset($178)] HRESULT GetModelStringForDevice([in] BSTR deviceID,
[out, retval] BSTR* Result)Rand
- Sat May 20, 2006 2:58 pm
- Forum: Coding Questions
- Topic: Unicode, pseudotypes and PB4
- Replies: 11
- Views: 3055
Unicode, pseudotypes and PB4
I hope someone can help me, please.
I have a program that works well in PB 3.94 by calling Uni2Ascii and Ascii2Uni (COMLIB). I am struggling with some of the conversion to PB4.
I used the Interface Generator from aXend to produce this:
Interface ISDM3 Extends IDispatch
GetModelStringForDevice(a,b ...
I have a program that works well in PB 3.94 by calling Uni2Ascii and Ascii2Uni (COMLIB). I am struggling with some of the conversion to PB4.
I used the Interface Generator from aXend to produce this:
Interface ISDM3 Extends IDispatch
GetModelStringForDevice(a,b ...
- Sun May 07, 2006 7:56 pm
- Forum: Coding Questions
- Topic: Trackbar and SetGadgetState
- Replies: 23
- Views: 5216
Re: Trackbar and SetGadgetState
I have a trackbar that is used as an indicator, ie, changed using SetGadgetState(). What EventType/#WM_???? tells me it has changed? I want to update a text control when the bars value changes, possibly from several places so I want to capture an event.
That all seems so complicated to me. If you ...
That all seems so complicated to me. If you ...
- Sat Apr 29, 2006 9:59 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] StringGadget maximal length
- Replies: 3
- Views: 1659
- Sat Mar 11, 2006 1:18 am
- Forum: Coding Questions
- Topic: Moving data to procedure and text manip
- Replies: 5
- Views: 1326