Click here to Skip to main content
15,921,622 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Why there are memory leaks? Pin
Brian Shifrin3-Aug-03 17:05
Brian Shifrin3-Aug-03 17:05 
AnswerRe: Why there are memory leaks? Pin
Joe Woodbury3-Aug-03 22:14
professionalJoe Woodbury3-Aug-03 22:14 
GeneralOverriding "Window | Close All" Pin
Ravi Bhavnani3-Aug-03 16:39
professionalRavi Bhavnani3-Aug-03 16:39 
GeneralRe: Overriding "Window | Close All" Pin
Neville Franks4-Aug-03 0:26
Neville Franks4-Aug-03 0:26 
GeneralRe: Overriding "Window | Close All" Pin
Ravi Bhavnani4-Aug-03 3:27
professionalRavi Bhavnani4-Aug-03 3:27 
GeneralRe: Overriding "Window | Close All" Pin
Neville Franks4-Aug-03 3:35
Neville Franks4-Aug-03 3:35 
GeneralRe: Overriding "Window | Close All" Pin
Ravi Bhavnani5-Aug-03 1:27
professionalRavi Bhavnani5-Aug-03 1:27 
Generalreseditor Pin
devvvy3-Aug-03 16:28
devvvy3-Aug-03 16:28 
I compiled reseditor using csc.exe. No problem. I even saved a test resource file with ".resources" extension successfully. It broke down unfortunately however when I tried to saved it as ".resx" format. Is there any place where I can download resource editor binary? I searched tucows, download.com, morpehus, microsoft msdn and google, no luck yet.

anyway, here's the problem, in case you wish to know:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Resources.ResXResourceWriter.Generate()
at System.Resources.ResXResourceWriter.Dispose(Boolean disposing)
at System.Resources.ResXResourceWriter.Dispose()
at System.Resources.ResXResourceWriter.Close()
at ResEditorComponents.ResEditor.WriteResXFile(String fileName) in C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Samples\Tutorials\resourcesandlocalization\reseditor\ResEditor.cs:line 519
at ResEditorComponents.ResEditor.SaveResources() in C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Samples\Tutorials\resourcesandlocalization\reseditor\ResEditor.cs:line 485
at ResEditorComponents.ResEditor.menuFileSave_Click(Object sender, EventArgs e) in C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Samples\Tutorials\resourcesandlocalization\reseditor\ResEditor.cs:line 469
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Control.WmCommand(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.3300.0
Win32 Version: 1.0.3705.0
CodeBase: file:///c:/windows/microsoft.net/framework/v1.0.3705/mscorlib.dll
----------------------------------------
ResEditor
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///C:/Program%20Files/Microsoft%20Visual%20Studio%20.NET/FrameworkSDK/Samples/Tutorials/resourcesandlocalization/reseditor/ResEditor.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.3300.0
Win32 Version: 1.0.3705.0
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.3300.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.3300.0
Win32 Version: 1.0.3705.0
CodeBase: file:///c:/windows/assembly/gac/system/1.0.3300.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.3300.0
Win32 Version: 1.0.3705.0
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.3300.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.3300.0
Win32 Version: 1.0.3705.0
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.3300.0__b77a5c561934e089/system.xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitdebugging="true">


When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.




norm
QuestionChange wallpaper &amp; Active Desktop ? Pin
blueinred3-Aug-03 16:13
blueinred3-Aug-03 16:13 
AnswerRe: Change wallpaper &amp; Active Desktop ? Pin
zeki yugnak4-Aug-03 3:18
zeki yugnak4-Aug-03 3:18 
GeneralRe: Change wallpaper &amp; Active Desktop ? Pin
zeki yugnak4-Aug-03 3:20
zeki yugnak4-Aug-03 3:20 
GeneralUnable to format text in a RichEdit, not using MFC Pin
Aidman3-Aug-03 10:49
Aidman3-Aug-03 10:49 
Generalfound the problem Pin
Aidman3-Aug-03 12:58
Aidman3-Aug-03 12:58 
Generalnoob platform sdk/borland c++ 5.5 setup question Pin
rodent¹3-Aug-03 9:08
rodent¹3-Aug-03 9:08 
GeneralAfxWndProc hook Pin
Joe49163-Aug-03 8:44
Joe49163-Aug-03 8:44 
GeneralRe: AfxWndProc hook Pin
MAAK3-Aug-03 11:33
MAAK3-Aug-03 11:33 
GeneralRe: AfxWndProc hook Pin
Ryan Binns3-Aug-03 20:20
Ryan Binns3-Aug-03 20:20 
GeneralRe: AfxWndProc hook Pin
Joe49169-Aug-03 3:52
Joe49169-Aug-03 3:52 
GeneralRedistributing MFC from the web Pin
Shutter3-Aug-03 6:38
Shutter3-Aug-03 6:38 
GeneralRe: Redistributing MFC from the web Pin
Cathy3-Aug-03 7:54
Cathy3-Aug-03 7:54 
GeneralWindow not receiving all its messages Pin
Marcus Spitzmiller3-Aug-03 6:07
Marcus Spitzmiller3-Aug-03 6:07 
GeneralRe: Window not receiving all its messages Pin
Cathy3-Aug-03 7:59
Cathy3-Aug-03 7:59 
GeneralRe: Window not receiving all its messages Pin
Marcus Spitzmiller3-Aug-03 8:08
Marcus Spitzmiller3-Aug-03 8:08 
GeneralRe: Window not receiving all its messages Pin
Cathy3-Aug-03 13:48
Cathy3-Aug-03 13:48 
GeneralRe: Window not receiving all its messages Pin
Joe Woodbury3-Aug-03 9:14
professionalJoe Woodbury3-Aug-03 9:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.