Search found 2 matches

by somyguy
Thu Aug 31, 2006 5:08 pm
Forum: Support
Topic: copy and save to RTF problem
Replies: 1
Views: 8475

copy and save to RTF problem

Hi.

If rve has bullet item, copying and saving to rtf raise problem.

I made this situation as follows.

1. execute 'ActionTest.exe'
2. button on 'Bullets'
3. type 'aaa<ENTER>'
4. type 'bbb'
5. select all
6. copy with 'Ctrl + C' or save to rtf file
7. paste to MS Word 2003 or open that rtf ...
by somyguy
Mon Aug 21, 2006 7:41 am
Forum: Support
Topic: Can I build RVPkgCB6.bpk in command line?
Replies: 1
Views: 8376

Can I build RVPkgCB6.bpk in command line?

I want to add some fuctionality to richview source code.
And I need to build rvpkgcb6.bpk in command line.
So, I tried to convert "bpk" into "mak" file and call "make" it.
But in compilation "PtRVData.pas" file, MS debug reporting dialog poped up.
Is there any other way?

Thanks.

ps. I use C ...