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
•
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
•
Refresh
•
New Topic
•
Search
•
Previous
•
Next
1
掌柜推荐
¥1,390.00
SRE-AE3H SRE-AE3M速度继电器转速监控超速保护数显转速表20mA
¥288.00
双福N1H-4C-70齿轮转速传感器霍尔发动机柴油机测速M16*1长70有源
¥288.00
双福N1H-6C-70齿轮转速传感器发电机测速免磁铁全螺纹M14*1长70
¥410.00
TOM-R52-BI指针式温度表带背光52mm可定制刻度及logo发动机用抗震
¥918.00
SRE-PE3M速度继电器转速监控超速欠速失速保护5位数显转速表厂家
¥1,210.00
双福SRE-AD3H智能速度继电器模拟电流电压变送转速监控模块20mA
©
Wed 2026-7-15
Guidance Laboratory Inc.
Email:
webmaster1
g.yi
.
org
Hits:
0