Hi KetilO
have u tried VISG from Mr. Karpov? (it is in this Project forum)
I think his plugin idea for "code generator" template of control is a great to implement in FBEdit.
Combination of RC structure file and "VISG plugin" can be a flexible code generator I think.
How about that?
Search found 323 matches
- Mar 03, 2007 8:18
- Forum: Windows
- Topic: SizeOf(Variant) wrong size???
- Replies: 1
- Views: 975
SizeOf(Variant) wrong size???
Hi there, Why sizeof(Variant) in FreeBASIC return 32 bytes? not 16 bytes? Also from our custom UDT when we use byte or short as element. We will have problem when we receive array of variant from external library because of this. As countermeasure Im using *cptr(lpvariant,start+pos*16) to get varian...
- May 31, 2006 18:22
- Forum: Tips and Tricks
- Topic: Playing with ActiveX in FB
- Replies: 0
- Views: 1409
Playing with ActiveX in FB
Hi All, Because I'm failed to return parameter byref with invoke call, i'm trying to get parameter with direct vtable for dual interface. Im converted some code of Jose Roca of ATL hosted control It will using ATL71.dll to hosting ActiveX control It will faster than Invoke Call (about twice faster t...
- May 13, 2006 14:19
- Forum: Beginners
- Topic: Help... Runtime Error 12
- Replies: 3
- Views: 917
- May 13, 2006 14:12
- Forum: Projects
- Topic: RadASM, IDE for FreeBASIC
- Replies: 356
- Views: 81336
I think RadASM FB is the first working Visual Editor for FB. I have a little question about RadFB, how to change or add control property list in RadASM. ex I didn't find caption property for UDC. As I know, when we using ATL, it class will find the control in caption. We can make tricky by changing ...
- May 13, 2006 13:57
- Forum: Beginners
- Topic: Help... Runtime Error 12
- Replies: 3
- Views: 917
Yes I'm using v0.16 and new header. Thank for your suggestion to use debuging option. The reason I'm trying to convert Jose Roca code, because disphelper support limited variable type. ex it didn't suport for VT_I2 or short in FB. With using variant type we can use any variable type. Yeah I'm inspir...
- May 12, 2006 18:16
- Forum: Beginners
- Topic: Help... Runtime Error 12
- Replies: 3
- Views: 917
Help... Runtime Error 12
I've been converting Jose Roca code for using activex but then it generate error: Aborting due to runtime error 12 ("segmentation violation" signal) error only appear when I'm using optional arguments. ex: r=1:variantlet(vvar2,r) variantletref(vvar3,@fx) variantletref(vvar4,@fy) hr=cbn(cedit,vvar1,p...
- Apr 30, 2006 15:37
- Forum: Beginners
- Topic: JellyFishPro not working? Part 1...
- Replies: 20
- Views: 4387