Problems with strange symbols into my interface program

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
User avatar
MK
In need of some credit
In need of some credit
Posts: 5
Joined: Mon Oct 14, 2019 9:12 pm

Problems with strange symbols into my interface program

Post by MK »

Hi, I have a problem and I would appreciate your help. When I install the program I get rhombuses with interrogations. I am Spanish and these symbols replace the accents and letter "ñ" of my language, and they are fundamental. How can I solve that?.🙏🏻 Thank you.
catalin
Moderator
Moderator
Posts: 1618
Joined: Wed Nov 12, 2008 7:23 am
Location: Romania

Re: Problems with strange symbols into my interface program

Post by catalin »

Does this have anything to do with wxWidgets?
User avatar
doublemax
Moderator
Moderator
Posts: 19103
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Problems with strange symbols into my interface program

Post by doublemax »

And if it's about wxWidgets, we need more information.

Platform, wxWidgets version. And what strings are displayed wrong? The ones in wxDev-C++ or in your own program?
Use the source, Luke!
User avatar
MK
In need of some credit
In need of some credit
Posts: 5
Joined: Mon Oct 14, 2019 9:12 pm

Re: Problems with strange symbols into my interface program

Post by MK »

I am using the wxDev-C ++ IDE
User avatar
doublemax
Moderator
Moderator
Posts: 19103
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Problems with strange symbols into my interface program

Post by doublemax »

MK wrote: Mon Oct 14, 2019 10:21 pm I am using the wxDev-C ++ IDE
Yes, we figured that out because you posted in the wxDev-C forum. But you didn't answer any of our questions.
Use the source, Luke!
User avatar
MK
In need of some credit
In need of some credit
Posts: 5
Joined: Mon Oct 14, 2019 9:12 pm

Re: Problems with strange symbols into my interface program

Post by MK »

I'm sorry, my english language is very bad :/
I'll try to express myself better...
User avatar
MK
In need of some credit
In need of some credit
Posts: 5
Joined: Mon Oct 14, 2019 9:12 pm

Re: Problems with strange symbols into my interface program

Post by MK »

I think it has nothing to do with it. I am using the console application to program in C.
User avatar
MK
In need of some credit
In need of some credit
Posts: 5
Joined: Mon Oct 14, 2019 9:12 pm

Re: Problems with strange symbols into my interface program

Post by MK »

catalin wrote: Mon Oct 14, 2019 9:45 pm Does this have anything to do with wxWidgets?
I think it has nothing to do with it. I am using the console application to program in C.
User avatar
doublemax
Moderator
Moderator
Posts: 19103
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Problems with strange symbols into my interface program

Post by doublemax »

MK wrote: Mon Oct 14, 2019 10:32 pm
catalin wrote: Mon Oct 14, 2019 9:45 pm Does this have anything to do with wxWidgets?
I think it has nothing to do with it. I am using the console application to program in C.
Ok, then it's a problem with the IDE itself and not wxWidgets. Unfortunately this means that most users here won't be able to help with that.

I don't even know if wxDev-C++ is still being developed and actively supported. If you've just started with wxDev-C++, maybe you should consider another IDE, like Code::Blocks or CodeLite.
Use the source, Luke!
Post Reply