Guidance
指路人
g.yi.org
Guidance Forums
/
wxWidgets (wxWindows) in C++
/ "no handler found form image type"
最新
搜索
论坛
Reginald Rexx
STC(宏晶)单片机与电路设计
wxWidgets (wxWindows) in C++
奇瑞QQ车友论坛
生活信息交流与学习角
质量与可靠性
Rapid-Q Basic
FreeBasic
Reginald
Forum
Examples
RapidQ
Forum
Bugs
Examples
Resource
RQ Doc
RQ Intro
System
LeonAutoBackup
Home
Software
App
Lib
RapidQ
Reginald
Upload
Chrononet
回顶部
⇑
Forum List
•
Thread List
•
Reply
•
Refresh
•
New Topic
•
Search
•
Previous
•
Next
1
1.
"no handler found form image type"
#4977
Posted by:
2004-08-12 20:50:39
""no handler found form image type" is the error message i have when i run my application. It is due to the icon.
My fonction in order to create my main frame is simple:
{
wxMenu *FileMenu = new wxMenu;
wxMenuBar *MenuBar = new wxMenuBar;
wxIcon _icon;
FileMenu->Append(ID_MAINWIN_QUIT, "&Quit");
MenuBar->Append(FileMenu, "&File");
_icon.CopyFromBitmap(wxBitmap(wxT("C:\\dev-cpp\\Goofy.bmp"), wxBITMAP_TYPE_ANY));
CreateStatusBar(2);
SetIcon(_icon);
SetMenuBar(MenuBar);
SetStatusText("Hello World!");
}
So i don't understand why i have this message. Someone could help me please ?
2.
Re: "no handler found form image type"
#5013
Posted by:
upCASE
2004-08-25 01:57:04
Hi!
Use wxInitAllImageHandlers() before trying to load the image.
upCASE
-----------------------------------
If it was hard to write, it should be hard to read!- Do. Or do not. There is no try!
Forum List
•
Thread List
•
Reply
•
Refresh
•
New Topic
•
Search
•
Previous
•
Next
1
掌柜推荐
¥380.00
52mm背光指针式FGM-R52-BR I油量表双福可定制
¥1,170.00
SRE-AD2H-AC智能速度继电器20mA转速电流变送器显示转速监控模块
¥1,280.00
双福SDE-PE2H-AC差动转速速度继电器超欠速差速报警打滑监测
¥410.00
VMM-R52-B直流电压表DC7~25V指针式带背光可定制电压范围
¥470.00
TMM-R80-BH背光指针式转速表船用柴油机发电机用500rpm厂家直销
¥307.00
N1H-3A-70转速传感器M16*1.5长70测齿轮有源带插头高转速双福直销
©
Thu 2025-5-8
Guidance Laboratory Inc.
Email:
webmaster1
g.yi
.
org
Hits:
0