Error editing code from Visual C with Visual C++ .NET

G

Guest

Hi,
We have a C project working well that when recompiling a RC file with MS
VC++ .NET returns a error "DIALOGEX file not found". This error seems to be a
compatibility error.
The project was wrote using C and MFC and it is working fine with Visual C++
..Net. We have no problem editing, compiling and executing this code.
The problem is when we edit the dialog boxes, when compiling the rc file it
appears a error "DIALOGEX file not found".
Any suggestions? Thanks.
 
P

Pedro

I found a solution (actually a workaround):

Edit the .rc file (with notepad) and replace:
DLGINCLUDE Rcdata

With

3 TEXTINCLUDE DISCARDABLE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top