Search found 2 matches

by leofenix
Mon Aug 08, 2011 7:47 pm
Forum: Tricks 'n' Tips
Topic: RichEdit Functions (OOP) New: with Image-Support
Replies: 78
Views: 49727

Re: RichEdit Functions (OOP) New: with Image-Support

Hi, I'm trying to use the GetTextColor() function and I can't find a way to make it work, it always returns 0. Someone made it work, can post an example of it? I used the example post it on thread below is how I'm always get 0 as result.


EnableExplicit

XIncludeFile "RichEdit.pbi"

Define ...
by leofenix
Thu Mar 11, 2010 6:25 pm
Forum: Coding Questions
Topic: Including .h file?
Replies: 3
Views: 1110

Including .h file?

Hi, I want to use the Vmware VIX API with Purebasic and I'm having difficulties to understand how to transform the vix.h and other .h files the API has to Purebasic. I can use the API trough Comate but I want to access the API directly, is there an example or quick way to include or transform the C ...