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
掌柜推荐
¥1,280.00
双福SDE-PD2H差动转速速度继电器超欠速差速报警打滑监测同步
¥888.00
双福SRE-PD3H-AC速度继电器转速监控超速过速欠速零速打滑检测
¥1,580.00
DMM-R100-BV双向转速表背光指针式正反转船用尾轴转速表孔径102
¥410.00
TOM-R52-BI指针式温度表带背光52mm可定制刻度及logo发动机用抗震
¥950.00
SRE-PD3H CRS123 超速保护继电器速度监控器转速显示欠速零速报警
¥505.00
双福D1H-5A-100双向测速齿轮传感器正反转速识别免磁铁M18*1.5
©
Mon 2025-6-2
Guidance Laboratory Inc.
Email:
webmaster1
g.yi
.
org
Hits:
0