Forum: C++
Jun 26th, 2008, 12:42 PM
|
|
Replies: 4
Views: 232
Re: Using DLL in VC++
Well, after finding out more about resource-only DLL it's not what I'm looking for. I want to have, in fact, one big program executing another GUI programs (in DLLs). I want to make whole program,...
|
Forum: C++
Jun 26th, 2008, 11:50 AM
|
|
Replies: 4
Views: 232
Re: Using DLL in VC++
Thanks, that seems to be helpful, I am going to check this out soon!
But resource-only? Hmm, I wanted to execute the inside of the DLL. I wanted to draw a window embedded in DLL, giving it some...
|
Forum: C++
Jun 26th, 2008, 4:27 AM
|
|
Replies: 4
Views: 232
Using DLL in VC++
Hi!
I have some problems when moving from BCB to VC++ 2008 EE regarding DLLs. The way I was trying to use classes there using a pointer won't work in VC++. Therefore I cannot continue my program. I...
|
Forum: C++
Mar 2nd, 2008, 2:15 PM
|
|
Replies: 0
Views: 205
RichTextBox and RTF
Hi again,
I've overcome most difficulties with Unicode so far (thanks to the community and some friends), but now I have another problem.
I want to use Rich Text Format to display text. OK, it's...
|
Forum: C++
Feb 23rd, 2008, 4:51 PM
|
|
Replies: 1
Views: 138
|
Forum: C++
Feb 23rd, 2008, 4:00 PM
|
|
Replies: 1
Views: 138
BCB 6.0 - how to enable Unicode
Hey!
Does anybody know how to enable BCB to display all Latin Unicode signs? I cannot even paste eg. spanish national letters, but I can paste my national letters (Polish) - I think it depends on...
|
Forum: C++
Feb 17th, 2008, 7:43 PM
|
|
Replies: 11
Views: 661
Re: C++ and Unicode support
Oh, I use Dev-C++ too. So I will have to combine using them since creating Interface is tough for me... anyway, I have what I wanted and I'm getting started soon :) 'cause I have some basic knowledge...
|
Forum: C++
Feb 17th, 2008, 11:36 AM
|
|
Replies: 11
Views: 661
|
Forum: C++
Feb 17th, 2008, 8:14 AM
|
|
Replies: 11
Views: 661
|
Forum: C++
Feb 17th, 2008, 6:05 AM
|
|
Replies: 11
Views: 661
Re: C++ and Unicode support
I thought is is the newest version of BCB. Is whole Borland CPP Builder out of date? So which one do you recommend? :)
|
Forum: C++
Feb 17th, 2008, 3:20 AM
|
|
Replies: 11
Views: 661
Re: C++ and Unicode support
Hmm, so the only thing I need is text editor that is able to save text in UTF-16, yup? It's a pity Notepad++ does not support it, but that's a minor problem. Thank you very much for your help :)
But...
|
Forum: C++
Feb 16th, 2008, 8:04 AM
|
|
Replies: 11
Views: 661
C++ and Unicode support
First of all - hello everybody :)
I am currently working on program that conjugates and words in various languages. Everything goes ok, but my problems started with diacritics (national letters).
I...
|