What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » pParam ...

pParam ...
Author: Message:
Orkblutt
Junior Member
**

Avatar

Posts: 74
Joined: Aug 2004
O.P. RE: pParam ...
DialogBox is failed and return -1
GetLastError give the error number 1813
1813 The specified resource type cannot be found in the image file.  ERROR_RESOURCE_TYPE_NOT_FOUND.

I've created my dialog with the Visual Studio editor. Just a basic window without new control.
The wizard have created and insered resource.h automaticaly in the project.
In MPPluginC.h, I have add  #include "resource.h"

my .rc file:

quote:
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDD_DIALOG1 DIALOGEX 0, 0, 206, 134
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
    WS_SYSMENU
CAPTION "Dialog"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,149,7,50,14
    PUSHBUTTON      "Annuler",IDCANCEL,149,24,50,14
END




I'm not undrstanding why this error? :s

This post was edited on 08-31-2004 at 03:32 PM by Orkblutt.
08-31-2004 03:18 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
pParam ... - by Orkblutt on 08-28-2004 at 02:25 AM
RE: pParam ... - by Mnjul on 08-28-2004 at 04:01 AM
RE: pParam ... - by Orkblutt on 08-28-2004 at 04:20 AM
RE: pParam ... - by Mnjul on 08-28-2004 at 04:34 AM
RE: pParam ... - by Orkblutt on 08-28-2004 at 05:01 AM
RE: pParam ... - by Mnjul on 08-28-2004 at 05:39 AM
RE: pParam ... - by Yousef on 08-28-2004 at 09:13 AM
RE: pParam ... - by RaceProUK on 08-28-2004 at 01:36 PM
RE: pParam ... - by Orkblutt on 08-29-2004 at 06:20 AM
RE: pParam ... - by RaceProUK on 08-29-2004 at 10:21 AM
RE: pParam ... - by Orkblutt on 08-30-2004 at 01:58 AM
RE: pParam ... - by RaceProUK on 08-30-2004 at 01:58 PM
RE: pParam ... - by Orkblutt on 08-31-2004 at 12:57 AM
RE: pParam ... - by RaceProUK on 08-31-2004 at 09:21 AM
RE: pParam ... - by Orkblutt on 08-31-2004 at 10:09 AM
RE: pParam ... - by RaceProUK on 08-31-2004 at 10:58 AM
RE: pParam ... - by Orkblutt on 08-31-2004 at 03:18 PM
RE: pParam ... - by RaceProUK on 08-31-2004 at 09:50 PM
RE: pParam ... - by Orkblutt on 09-01-2004 at 12:34 AM
RE: pParam ... - by RaceProUK on 09-01-2004 at 09:23 AM
RE: pParam ... - by Orkblutt on 09-01-2004 at 07:15 PM
RE: pParam ... - by RaceProUK on 09-01-2004 at 09:48 PM
RE: pParam ... - by Orkblutt on 09-01-2004 at 10:04 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On