I just changed from Lcc to Dev-C++ 4 and am having a little problem. When I compile my DLL the version info won't show up when the file properties are examined. The rc file is included in the project options. Can anyone help with this?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yeah, doing C++ stuff. Also trying to learn C++. Dev-C++ seems like a good tool for this. Lcc lets you get away with sloppy code techniques & Dev doesn't. That's good. Maybe my version info code isn't up to snuff, but it compiles with the resource compiler, also works with Lcc. It just doesn't add the tab to the properties. If someone would post a working example it would help. I assume the project is set up correctly since I followed the menu example.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just changed from Lcc to Dev-C++ 4 and am having a little problem. When I compile my DLL the version info won't show up when the file properties are examined. The rc file is included in the project options. Can anyone help with this?
Thanks
Out of curiosity, and of no real help on your problem, what made you switch from LCC to Dev?
Doing C++ stuff?
Wayne
Yeah, doing C++ stuff. Also trying to learn C++. Dev-C++ seems like a good tool for this. Lcc lets you get away with sloppy code techniques & Dev doesn't. That's good. Maybe my version info code isn't up to snuff, but it compiles with the resource compiler, also works with Lcc. It just doesn't add the tab to the properties. If someone would post a working example it would help. I assume the project is set up correctly since I followed the menu example.