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,360.00
SRE-AD2H智能速度继电器20mA转速电流变送器带显示转速监控模块
¥387.00
双福N1R-6C-70细齿轮转速传感器M14*1长70有源3线非接触测速推挽
¥638.00
N2H-3C-32齿轮传感器转速测量非接触式霍尔法兰直径18长32耐高压
¥1,380.00
TAM-R100-BH背光指针式转速表/角度复合表上海双福厂家直销
¥738.00
D2H-1D-29双向齿轮转速传感器正反转6线差分推挽输出电缆引出
¥264.00
N1H-5C-35转速传感器速度探头霍尔齿轮非接触式测速M18*1.5超短
©
Tue 2025-2-11
Guidance Laboratory Inc.
Email:
webmaster1
g.yi
.
org
Hits:
0