dlgdata.cpp error in line 43
-
Hi, when I compile my program all are ok. And when I execute my program an error appear : dlgdata.cpp error in line 43 I have 2 PCs with VC++ and I have the same problem when I executed the program. Best Regards youssef
You're hitting an ASSERT because you're trying to bind via DDX to a nonexistent control. (Shameless self-promotion) this article[^] will help you understand how to understand and debug these kinds of problems. Rob Manderson Colin Davies wrote: I'm sure Americans could use more of it, and thus reduce the world supply faster. This of course would be good, because the faster we run out globally, the less chance of pollution there will be. (Talking about the price of petrol) The Soapbox, March 5 2004
-
You're hitting an ASSERT because you're trying to bind via DDX to a nonexistent control. (Shameless self-promotion) this article[^] will help you understand how to understand and debug these kinds of problems. Rob Manderson Colin Davies wrote: I'm sure Americans could use more of it, and thus reduce the world supply faster. This of course would be good, because the faster we run out globally, the less chance of pollution there will be. (Talking about the price of petrol) The Soapbox, March 5 2004
You are right . :)