Odd things happening

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
mrmarky2
Earned some good credits
Earned some good credits
Posts: 113
Joined: Fri Apr 04, 2008 1:02 pm

Odd things happening

Post by mrmarky2 »

I haven't programmed for a very long time. I came back to a program that I was working on, and I found that something strange is happening when I compile it which wasn't happening before. When I compile it, as well as my program popping up, I get a strange black window pop up too. I have attached a picture. Does anyone know why this might happen? My program is on the right, and the extra thing is on the left.
Attachments
Strange.jpg
amk_tt
Earned a small fee
Earned a small fee
Posts: 19
Joined: Sat Nov 28, 2009 4:45 pm
Location: Russia

Re: Odd things happening

Post by amk_tt »

This black window is empty console (text) window.

May be program build as consolre application?
NinjaNL
Moderator
Moderator
Posts: 899
Joined: Sun Oct 03, 2004 10:33 am
Location: Oosterwolde, Netherlands

Re: Odd things happening

Post by NinjaNL »

mrmarky2 wrote:When I compile it, as well as my program popping up, I get a strange black window pop up too.
Check Project - Project Options - Additional Command Line Options - Linker box.

There should be a line -mwindows at the top of the list.

If not, add it.
Follow the development of my screenplay authoring program at http://wxscreenplaywriter.blogspot.com/
mrmarky2
Earned some good credits
Earned some good credits
Posts: 113
Joined: Fri Apr 04, 2008 1:02 pm

Re: Odd things happening

Post by mrmarky2 »

Haha, woops. I remember deleting it.
Post Reply